BitAspire Wiki
XenoWorldResetXenoWorldReset

Custom Generation

Reset or generate worlds with custom generation settings

If you are using a world that requires to have a custom generation method enabled, you will need to edit bukkit.yml to enable the custom generation method for your particular world.

worlds:
  <world_name>:
    generator: <generator_name>

See an example below:

bukkit.yml
settings:
  ...

spawn-limits:
  ...

chunk-gc:
  ...

ticks-per:
  ...

aliases: now-in-commands.yml

worlds:
  mining-world:
    generator: Terra:DEFAULT

See Supported Plugins for the list of supported custom generation plugins.

Last updated on