Comment on page
Biomes
Get a list of all available biomes in Bukkit.
//biomelist [-p <page>]
worldedit.biome.list

biomelist.png
Displays the current biome.
- By default, you get a list of all biomes in your region selection (picture 1).
- If the
-p
flag is specified, the command will instead display the biome of the chunk you are currently in (picture 2). - If the
-t
flag is specified, is the biome of the target block in your crosshair (picture 3) will be displayed.
Biomes are independent of the Y-Axis in version prior to 1.16. From 1.16 and onwards biomes are now defined in 4x4x4 sections. More (rather technical) information regarding the new format can be found here
//biomeinfo [-p] [-t]
worldedit.biome.info

biomeinfo.png

biomeinfo-p.png

biomeinfo-t.png
Set the biome of the region selection.
- By default, the commands changes the biome(s) in your selection (picture 1).
- Use
-p
to ignore the selection and change the biome at your current position (picture 2).
Biomes are independent of the Y-Axis in version prior to 1.16. From 1.16 and onwards biomes are now defined in 4x4x4 sections. More (rather technical) information regarding the new format can be found here
//setbiome <biome> [-p]
worldedit.biome.set

setbiome.png

setbiome-p.png
Last modified 1mo ago