Commands

All commands use /biomegen or /bg as the base command.

Help & Information

/bg help

Shows available commands and plugin information.

Permission: biomegen.help (default: everyone)

Example:

/bg help
/bg help

/bg list

Lists all available biome generators.

Permission: biomegen.list (default: everyone)

Output:

  • Desert

  • Plains

  • Snowy Plains

  • Badlands

  • Mushroom Fields

  • End

Example:

/bg list
/bg list

/bg info

Displays current configuration settings for all generators.

Permission: biomegen.info (default: op)

Shows:

  • Terrain settings (height, variation)

  • Vegetation chances

  • Per-biome configuration

  • Performance settings

Example:

/bg info
/bg info

Configuration Management

/bg reload

Reloads plugin configuration from config.yml.

Permission: biomegen.reload (default: op)

Note: Only affects newly generated chunks. Existing chunks remain unchanged.

Example:

/bg reload
/bg reload

/bg debug

Toggles debug mode for verbose logging.

Permission: biomegen.debug (default: op)

Example:

/bg debug
/bg debug

Console shows detailed generation logs when enabled.


/bg applysettings

Applies mob spawn settings to all BiomeGen worlds.

Permission: biomegen.applysettings (default: op)

Use when:

  • You change gameplay.mobs_enabled

  • Settings aren't applying automatically

Example:

/bg applysettings
/bg applysettings

World Management

/bg world list

Lists all worlds.

Permission: biomegen.world (default: op)

Shows:

  • World name

Example:

/bg world list
/bg world list

/bg world create <worldname> <biome>

Creates a new world with specified biome generator.

Permission: biomegen.world (default: op)

Parameters:

  • <worldname> - Name for the new world

  • <biome> - Generator type (desert, plains, snowyplains, badlands, mushroom, end)

Examples:

Examples
/bg world create desert_world desert
/bg world create plains_survival plains
/bg world create myend end

Note: Requires server restart to fully load new world.


/bg world tp <worldname>

Teleports you to the spawn of specified world.

Permission: biomegen.world (default: op)

Example:

/bg world tp
/bg world tp desert_world

Chunk Pre-generation

/bg preload <world> <radius>

Pre-generates chunks in a radius around spawn.

Permission: biomegen.preload (default: op)

Parameters:

  • <world> - World name

  • <radius> - Chunk radius (1 chunk = 16 blocks)

Examples:

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_tick in config

  • Stop by reloading: /bg reload


Command Aliases

You can use /bg instead of /biomegen for all commands:

Aliases
/biomegen help  =  /bg help
/biomegen list  =  /bg list
/biomegen info  =  /bg info

Quick Reference

Command
Description
Permission

/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