Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
Mace Config
A plugin for Minecraft 26.1 to 26.2 that lets server owners control mace availability and behavior.
Features
- Server-wide mace crafting limit.
- Persistent mace tracking for craft-limit refreshes.
- Online player inventory, ender chest, and nested shulker scans.
- Configurable mace cooldown in seconds.
- Toggle whether maces can be enchanted.
- Whitelist allowed mace enchantments for enchantment tables and anvils.
- Configurable maximum enchantment levels for each allowed mace enchantment.
- Barrier indicators for blocked mace crafting and over-level anvil combinations.
- Optional colored glow for players who own a mace.
- Optional glow for dropped mace item entities.
- Optional colored tab-list names for players who own a mace.
- Shared owner color for glow, tab-list names, and dropped mace glow.
- Optional timed position reveal for mace wielders.
- Configurable chat and title announcements for mace crafting milestones.
- Admin commands and an interactive chest GUI.
GUI
Open the GUI with /maceconfig gui.

Commands
Aliases: /macecfg, /mcconfig
Permission: maceconfig.admin
/maceconfig reload
Reloads config.yml from disk and restarts plugin tasks that depend on configurable intervals or toggles.
/maceconfig refresh
Recounts tracked maces from online player storage. This checks online player inventories, ender chests, and nested shulker boxes.
/maceconfig gui
Opens the interactive chest GUI for editing common settings.
/maceconfig set limit <amount>
Sets the maximum number of maces allowed by the plugin. Use 0 for unlimited.
/maceconfig set cooldown <seconds>
Sets the mace attack cooldown in seconds. Use 0 to disable the custom cooldown.
/maceconfig set revealinterval <seconds>
Sets how often mace wielder positions are announced when position reveal is enabled. The minimum is 5 seconds.
/maceconfig set color <color>
Sets the shared mace owner color used for player glow, tab-list names, and dropped mace glow.
Example colors: gold, red, aqua, green, yellow, blue, light_purple.
/maceconfig toggle enchantable
Toggles whether maces can receive enchantments.
/maceconfig toggle glow
Toggles glow for players who own a mace and dropped mace items.
/maceconfig toggle tab
Toggles colored tab-list names for players who own a mace.
/maceconfig toggle reveal
Toggles timed position reveal announcements for mace wielders.
/maceconfig toggle craftedchat
Toggles the chat announcement when a mace is crafted.
/maceconfig toggle fullchat
Toggles the chat announcement when the mace limit is reached.
/maceconfig toggle fulltitle
Toggles the title announcement when the mace limit is reached.
/maceconfig enchantlevel <enchantment> <max-level>
Sets the maximum allowed level for an already-whitelisted mace enchantment.
Example: /maceconfig enchantlevel density 4
/maceconfig whitelist add <enchantment>
Allows an enchantment to be applied to maces through enchantment tables and anvils.
/maceconfig whitelist remove <enchantment>
Removes an enchantment from the mace whitelist. Non-whitelisted enchantments cannot be added to maces.
/maceconfig whitelist list
Shows the currently whitelisted mace enchantments.


