Waterworld generator plugin for Nukkit.
If you found any bugs or have any suggestions, please open an issue on GitHub.
If you like this plugin, please star it on GitHub.
Note: Please back up old worlds before using this plugin.
config.yml
# Allowed values: Integers in the range [0, 255]
sea-level: 128
# enable biome
biome: true
# register limited old world generator
old: true
- Install Maven.
- Run
mvn clean package
. The compiled JAR can be found in thetarget/
directory.
This plugin uses bStats. You can opt out using the global bStats config; see the official website for more details.