HomeJavaModsNoMHPlugins Renewed
ModsJava

NoMHPlugins Renewed

Disables pre-installed minehut plugins (MinehutCosmetics, MinehutFilter) using /nomh minehutcosmetics/minehutfilter.

⬇ Download on Modrinth

NoMHPlugins

Automatically disables Minehut's bundled plugins — like MinehutCosmetics and MinehutFilter — the moment your server starts, with no panel access, no config editing on their end, and no restarts required to manage it.

Minehut installs a handful of its own plugins on every server by default, and there's often no reliable in-game toggle for them (and the panel toggle can be finicky or grayed out depending on your server's state). NoMHPlugins solves this the clean way: it calls Bukkit's own PluginManager#disablePlugin() — the exact same method the server itself uses when a plugin is unloaded normally. No reflection tricks, no event-cancelling hacks, no editing other plugins' files. It just tells the server "this plugin is off," the same way the server would do it itself.

Features

Commands

Command Description
/nomh list Lists every plugin currently loaded on the server and whether it's enabled — use this to get the exact (case-sensitive) plugin name before targeting it.
/nomh disable <pluginName> Adds a plugin to the permanent target list and disables it immediately.
/nomh rerun Re-runs the disable pass for everything currently in the target list — handy if something got re-enabled without a restart.

Permission: nomhplugins.admin (defaults to op).

Installation

  1. Drop NoMHPlugins.jar into your /plugins folder.
  2. Restart your server (a /reload isn't enough — a full restart guarantees the correct plugin load order).
  3. Check your console log for confirmation lines like Disabled 'MinehutCosmetics'.

Configuration

The target list lives in config.yml and defaults to:

target-plugins:
  - MinehutCosmetics
  - MinehutFilter

Edit it directly and restart, or just use /nomh disable <name> to add a plugin on the fly — no restart needed for that.

Notes

Verified by MCModsHub

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

Explore more