FAQ
Why are ores not generating?#
Check:
- Whether the current world matches the
Worldwhitelist - Whether the player has the correct group permission
- Whether
Generationcontains valid blocks - Whether the weights are above 0
- Whether you ran
/kg reloadafter 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.