
MeowOreGen is a highly customizable and performance-optimized cobblestone generator plugin for Minecraft servers. It features seamless BentoBox integration but works perfectly in standalone mode.
MeowOreGen is a highly customizable and performance-optimized cobblestone generator plugin for Minecraft servers. It features seamless BentoBox integration but works perfectly in standalone mode.
Designed to be versatile, it supports SkyBlock, AcidIsland, Survival, Factions, and any other gamemode. It allows server administrators to create a deep progression system where players unlock better ore generation rates as they progress (via Island Level or Permissions).
MeowOreGen enhances gameplay by turning boring cobblestone generators into valuable resource extractors, regardless of your server type.
MeowOreGen.jar and place it in your plugins folder.config.yml to your liking./mog reload to apply changes.| Command | Alias | Description | Permission |
|---|---|---|---|
/mog |
/oregen |
Open the Generator Selection GUI. | meoworegen.use |
/mog gui |
- | Open the Generator Selection GUI. | meoworegen.use |
/mog reload |
- | Reload configuration and messages. | meoworegen.admin |
meoworegen.use: Default permission (true). Allows players to open the GUI and use the generator.meoworegen.admin: Admin permission (OP). Allows reloading the plugin.The config.yml is heavily commented to help you customize everything.
You can add as many tiers as you want in the generators section:
generators:
# Unique ID for the tier
vip_tier:
display_name: "&6VIP Generator"
# Requirement: Island Level 1000 OR permission 'meoworegen.group.vip'
island_level_required: 1000
permission: "meoworegen.group.vip"
# GUI Slot
slot: 2
priority: 10
icon: DIAMOND_ORE
# Drop Rates
worlds:
NORMAL:
STONE: 50.0
DIAMOND_ORE: 1.0
IRON_ORE: 20.0
NETHER:
QUARTZ_ORE: 30.0
MeowOreGen supports both local flatfile (SQLite) and enterprise database (MySQL) storage.
storage:
type: SQLITE # or MYSQL
Q: Does this work with AcidIsland?
A: Yes! It works with any gamemode that uses BentoBox for island management.
Q: Can I limit a generator to VIPs only?
A: Yes, set a specific permission node in the tier config (e.g., group.vip) and give that permission only to VIP players.
Q: Why do players need to re-enable the generator after an explosion?
A: This is a configurable feature (disable_on_explosion) designed to discourage fully automatic TNT-based AFK farming. You can disable this in the config.