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.
!EzGenerators GUI !Upgrade Menu
config.yml with easy-to-edit lists.!Generator GUI Example
EzGenerators.jar into your server’s plugins/ folder.plugins/EzGenerators/config.yml.generators.cobblestone.levelsgenerators.basalt.levelsgenerators.obsidian.levelsOpen plugins/EzGenerators/mysql.yml.
Find or add the mysql section. Example:
mysql:
enabled: true
host: localhost
port: 3306
database: ezgenerators
user: root
password: yourpassword
table: player_generators
Set enabled to true and fill in your MySQL server details.
Restart your server. EzGenerators will now store player generator levels in MySQL instead of a file.
To switch back to file storage, set enabled to false and restart.
cost value for easy integration with shop/upgrade menus.
Fast, upgradeable block generators with a clean design and smooth performance.