Home
KaGeneration is a Minecraft plugin for skyblock servers.
When water and lava form stone or cobblestone, the plugin can replace the result with ores or ItemsAdder custom blocks based on configured weights.
It is useful for:
- Basic resource generation on skyblock servers
- Different ore rates for different player ranks
- Enabling ore generation only in selected worlds
- Nether-friendly helper features such as water buckets and ice-to-water
Core Features#
Ore Generation#
- Replaces
stoneandcobblestone - Supports vanilla blocks and ItemsAdder custom blocks
- Uses weighted chances; values do not need to add up to 100
- Supports multiple permission groups with different generation rates
Permission Groups#
When a player has multiple group permissions, the group with the highest priority is used.
Example:
- Players without group permissions use
default - Players with
kageneration.level1uselevel1 - Players with both
level1andlevel2uselevel2
World Whitelist#
You can enable ore generation only in selected worlds, or leave the list empty to enable all worlds. World names support regular expressions.
Extra Features#
- Right-click obsidian with an empty bucket to get a lava bucket
- Allow water buckets in the Nether
- Breaking ice in the Nether creates a water source
- Place vanilla or ItemsAdder blocks with a command
Quick Start#
- Put the plugin into the server
pluginsfolder. - Start the server to generate the default config.
- Edit
plugins/KaGeneration/config.yml. - Run
/kg reload. - Give players permissions such as
kageneration.level1.
Support#
- GitHub: Katacr/KaGeneration
- License: GPL-3.0