Commands
All commands use /biomegen or /bg as the base command.
Help & Information
/bg help
/bg helpShows available commands and plugin information.
Example:
/bg help/bg list
/bg listLists all available biome generators.
Output:
Desert
Plains
Snowy Plains
Badlands
Mushroom Fields
End
Example:
/bg list/bg info
/bg infoDisplays current configuration settings for all generators.
Shows:
Terrain settings (height, variation)
Vegetation chances
Per-biome configuration
Performance settings
Example:
/bg infoConfiguration Management
/bg reload
/bg reloadReloads plugin configuration from config.yml.
Note: Only affects newly generated chunks. Existing chunks remain unchanged.
Example:
/bg reload/bg debug
/bg debugToggles debug mode for verbose logging.
Example:
/bg debugConsole shows detailed generation logs when enabled.
/bg applysettings
/bg applysettingsApplies mob spawn settings to all BiomeGen worlds.
Use when:
You change
gameplay.mobs_enabledSettings aren't applying automatically
Example:
/bg applysettingsWorld Management
/bg world list
/bg world listLists all worlds.
Shows:
World name
Example:
/bg world list/bg world create <worldname> <biome>
/bg world create <worldname> <biome>Creates a new world with specified biome generator.
Parameters:
<worldname>- Name for the new world<biome>- Generator type (desert, plains, snowyplains, badlands, mushroom, end)
Examples:
/bg world create desert_world desert
/bg world create plains_survival plains
/bg world create myend endNote: Requires server restart to fully load new world.
/bg world tp <worldname>
/bg world tp <worldname>Teleports you to the spawn of specified world.
Example:
/bg world tp desert_worldChunk Pre-generation
/bg preload <world> <radius>
/bg preload <world> <radius>Pre-generates chunks in a radius around spawn.
Parameters:
<world>- World name<radius>- Chunk radius (1 chunk = 16 blocks)
Examples:
/bg preload spawn_world 10 # 20x20 chunks (400 chunks)
/bg preload desert_world 25 # 50x50 chunks (2,500 chunks)Performance:
Shows progress and ETA
Adjust speed with
chunks_per_tickin configStop by reloading:
/bg reload
Command Aliases
You can use /bg instead of /biomegen for all commands:
/biomegen help = /bg help
/biomegen list = /bg list
/biomegen info = /bg infoQuick Reference
/bg help
Show help
biomegen.help
/bg list
List generators
biomegen.list
/bg info
Show settings
biomegen.info
/bg reload
Reload config
biomegen.reload
/bg debug
Toggle debug
biomegen.debug
/bg applysettings
Apply mob settings
biomegen.applysettings
/bg world list
List BG worlds
biomegen.world
/bg world create
Create world
biomegen.world
/bg world tp
Teleport to world
biomegen.world
/bg preload
Pre-generate chunks
biomegen.preload
Last updated