Enter at least two characters

FAQ

Docs version: v1.3

Why are ores not generating?#

Check:

  • Whether the current world matches the World whitelist
  • Whether the player has the correct group permission
  • Whether Generation contains valid blocks
  • Whether the weights are above 0
  • Whether you ran /kg reload after editing the config

What does an empty World list mean?#

World: []

It means ore generation works in all worlds.

Do weights need to add up to 100?#

No. The plugin normalizes by total weight.

For example:

diamond_ore: 1
stone: 9

has the same ratio as:

diamond_ore: 10
stone: 90

ItemsAdder blocks are not generating#

Check:

  • ItemsAdder is installed
  • The block ID is correct
  • The ia: prefix is used
  • ItemsAdder resources are loaded correctly

Example:

"ia:tin_ore": 5

Language file changes do not apply#

Run:

/kg reload

If it still does not change, make sure Language in config.yml matches the language file name.