HomeJavaModsEzGenerators
EzGenerators

EzGenerators

EzGenerators is a lightweight, config-first generator upgrade system for Bukkit, Spigot, and Paper servers. It lets you define tiered cobblestone, basalt, and obsidian generators with weighted block tables. Perfect for skyblock, survival, prisons, factions, and economy servers that want progression-rich resource generation.


✨ Key Features

EzGenerators GUI Upgrade Menu


✅ Compatibility


🚀 Quick Start

Generator GUI Example

  1. Drop EzGenerators.jar into your server’s plugins/ folder.
  2. Start the server to generate plugins/EzGenerators/config.yml.
  3. Edit generator tiers under:
    • generators.cobblestone.levels
    • generators.basalt.levels
    • generators.obsidian.levels
  4. Reload or restart to apply your changes.

🗄️ How to setup MySQL

  1. Open plugins/EzGenerators/mysql.yml.

  2. Find or add the mysql section. Example:

    mysql:
       enabled: true
       host: localhost
       port: 3306
       database: ezgenerators
       user: root
       password: yourpassword
       table: player_generators
    
  3. Set enabled to true and fill in your MySQL server details.

  4. Restart your server. EzGenerators will now store player generator levels in MySQL instead of a file.

  5. To switch back to file storage, set enabled to false and restart.


⚙️ Configuration Highlights


✅ Recommended Use Cases

Try the other Minecraft plugins in the EzPlugins series

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more