Getting Started
Installation#
- Stop your server.
- Put
KaGeneration.jarinto the serverpluginsfolder. - Start the server.
- Wait for
plugins/KaGeneration/config.ymlto be generated.
Install ItemsAdder as well if you want to use ItemsAdder custom blocks.
First Setup#
Open plugins/KaGeneration/config.yml and check these sections first.
Language#
Language: "en_US"
Available values:
zh_CNen_US
Enabled Worlds#
World:
- "skyblock"
To enable all worlds:
World: []
Default Ore Rates#
Generation:
default:
priority: 0
iron_ore: 3
coal_ore: 5
stone: 92
These values are weights. The example above means iron ore, coal ore, and stone are generated in a 3 : 5 : 92 ratio.
Reloading#
After editing the config, run:
/kg reload
Players need kageneration.reload to use this command.