MaceControl Plugin
A lightweight plugin that limits Maces on your server.
Features
- Configurable Mace Limit - Set max number of Maces that can exist (default: 5)
- Smart Tracking - Tracks Maces in inventories, dropped items, and world entities
- Container Restrictions - Prevent Maces from being stored in chests, shulkers, etc.
- World Restrictions - Control which worlds allow Mace crafting
- Item Frame/Armor Stand Protection - Block placing Maces on displays
- Heavy Core Protection - Prevent Heavy Cores from being automated
- Bundle Restrictions - Block Maces from being stored in bundles
- Void Protection - Maces lost to void are removed from count
- Permission System - Bypass restrictions for admins
- Live Commands - Check current Mace holders and dropped items
- Auto-save - Persistent data storage with configurable intervals
- Broadcast Messages - Optional notifications for crafting/destruction
Commands
/mace- Check who currently holds Maces/droppedmace- Admin command to view temporarily dropped Maces/macereload- Reload plugin configuration
Permissions
macecontrol.bypass- Bypass all Mace restrictionsmacecontrol.admin- Access admin commands and reload
Configuration
# Maximum number of Maces allowed on server
max-mace-count: 5
# Permissions
bypass-permission: "macecontrol.bypass"
admin-permission: "macecontrol.admin"
# Auto-save interval in minutes
auto-save-interval-minutes: 5
# Command cooldown in seconds
mace-command-cooldown: 5
# World restrictions
worlds:
allowed-craft-worlds: [] # Empty = all worlds allowed
restricted-worlds: [] # Worlds where crafting is blocked
# Item restrictions
restrictions:
block-containers: true # Block storing in chests, etc.
allow-ender-chest: false # Allow ender chest storage
allow-shulker-boxes: false # Allow shulker box storage
block-item-frames: true # Block placing on item frames
block-armor-stands: true # Block placing on armor stands
block-heavy-core-autocrafter: true # Block heavy core automation
block-flower-pots: true # Block placing into flower pots
# Messages
messages:
broadcast-destruction: true # Announce when Mace is destroyed
broadcast-craft: true # Announce when Mace is crafted
Requirements
- Minecraft 1.21+
- Spigot/Paper server
Installation
- Download the plugin JAR file
- Place it in your server's
pluginsfolder - Restart your server
- Configure settings in
plugins/MaceControl/config.yml - Use
/macereloadto apply changes
Perfect for servers that want to keep the Mace balanced!
Based on the configured max mace value, doesn't allow players to craft more than the max value
If blocking containers is set to true, MaceControl will prevent players from placing the mace into containers
When the mace is destroyed, if mace destruction broadcasts enabled in config, broadcasts mace destruction in chat