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:
settings:
...
spawn-limits:
...
chunk-gc:
...
ticks-per:
...
aliases: now-in-commands.yml
worlds:
mining-world:
generator: Terra:DEFAULTSee Supported Plugins for the list of supported custom generation plugins.
Preloading
Need to preload a world before resetting?
config.yml
The main configuration file for XenoWorldReset.
Last updated on