Enter at least two characters

Home

Docs version: v1.3

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 stone and cobblestone
  • 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.level1 use level1
  • Players with both level1 and level2 use level2

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#

  1. Put the plugin into the server plugins folder.
  2. Start the server to generate the default config.
  3. Edit plugins/KaGeneration/config.yml.
  4. Run /kg reload.
  5. Give players permissions such as kageneration.level1.

Support#