Enter at least two characters

Getting Started

Docs version: v1.3

Installation#

  1. Stop your server.
  2. Put KaGeneration.jar into the server plugins folder.
  3. Start the server.
  4. Wait for plugins/KaGeneration/config.yml to 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_CN
  • en_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.