HomeJavaModsMeowOreGen
MeowOreGen
ModsJava

MeowOreGen

by xiaoyiluck666 · on Modrinth

MeowOreGen is a highly customizable and performance-optimized cobblestone generator plugin for Minecraft servers. It features seamless BentoBox…

⬇ Download on Modrinth
MeowOreGen — screenshot 1MeowOreGen — screenshot 2

MeowOreGen Issues

Custom ore generator plugin for Paper servers with optional BentoBox support.

Overview

MeowOreGen turns cobblestone-style generators into configurable ore generators. It supports:

Requirements

Optional integrations:

Installation

  1. Build or obtain MeowOreGen.jar.
  2. Put it into your server's plugins folder.
  3. Start or restart the server.
  4. Edit plugins/MeowOreGen/config.yml as needed.
  5. Use /mog reload after config changes.

BentoBox is optional. If it is not installed, the plugin runs in standalone mode.

Commands

Command Alias Description Permission
/mog /oregen Open the generator GUI meoworegen.use
/mog gui - Open the generator GUI meoworegen.use
/mog reload - Reload config and language files meoworegen.admin
/mog rates <tier> - Show configured rates for a tier meoworegen.use
/mog chances <tier> - Alias of /mog rates <tier> meoworegen.use

Permissions

Permission Default Description
meoworegen.use true Use the plugin and open the GUI
meoworegen.admin op Reload the plugin
meoworegen.bypass.explosion_disable op Bypass generator auto-disable after explosions

Generator tiers can also define their own permission nodes such as meoworegen.group.vip1.

Configuration Highlights

The main configuration file is src/main/resources/config.yml.

Important sections:

Example tier:

generators:
  vip1:
    display_name: "&6VIP 1 Generator"
    permission: meoworegen.group.vip1
    island_level_required: 10
    priority: 10
    slots: [13]
    icon: IRON_BLOCK
    worlds:
      NORMAL:
        STONE: 10.0
        COAL_ORE: 4.0
        DIAMOND_ORE: 0.8
      NETHER:
        NETHERRACK: 50.0
        NETHER_QUARTZ_ORE: 3.0
      THE_END:
        END_STONE: 70.0
        OBSIDIAN: 15.0

Storage

Supported storage backends:

Example:

storage:
  type: SQLITE

Notes

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