作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit paper purpur spigot
标签: adventure equipment game-mechanics
LimitedMaces is a lightweight server-side plugin that gives server owners full control over how many Maces can exist on the server at any given time. Perfect for hardcore, SMP, or special-event servers where powerful items should stay rare and meaningful.
? Want a one-mace server like the Lifesteal SMP? Just set the mace limit to 1!
Global Mace Limit
Set a hard cap on how many maces may exist across the entire server.
Container Restrictions
Maces cannot be placed into:
Hoppers cannot pick up maces.
Crafting Control
Destruction Handling
Illegal Mace Cleanup
Optional Enchanting
allow-mace-enchanting is true, maces can be placed into Enchanting Tables and Anvils| Command | Permission | Description |
|---|---|---|
/maces |
limitedmaces.use |
View tracked maces |
/maces reload |
limitedmaces.reload |
Reload the config |
/maces setlimit <n> |
limitedmaces.setlimit |
Set the mace limit |
/maces enchanting <on\|off> |
limitedmaces.enchanting |
Enable/disable mace enchanting |
/getuntrackedmace |
limitedmaces.getuntracked |
Get an untracked mace (bypasses limit) |
/clearuntrackedmaces |
limitedmaces.clearuntracked |
Clear all untracked maces |
/removemace <id> |
limitedmaces.remove |
Remove a mace from the plugin and world |
Configuration file is located at: plugins/LimitedMaces/config.yml
Data file is located at: plugins/LimitedMaces/maces.yml. DO NOT TOUCH THIS UNLESS YOU KNOW WHAT YOU ARE DOING.
config.ymlversion: 1.1.4
# Maximum number of maces allowed on the server
allowed-maces: 3
# Whether maces can be enchanted
# If false, maces cannot be placed into enchant tables or anvils
allow-mace-enchanting: true
messages:
prefix: "&6[LimitedMaces]&r "
crafted-broadcast: "&a%player% &7crafted &f%amount%&7 mace(s)! &7(%current%/%max%)"
destroyed-broadcast: "&cA mace was destroyed! &7(last held by &f%lastHolder%&7) &7(%current%/%max%)"
containers-blocked: "&cYou can't put the mace in any container."
limit-reached: "&cMace limit reached. A mace must be destroyed before another can be crafted."
illegal-removed: "&cAn illegal/untracked mace was removed."
reload: "&aLimitedMaces config reloaded."
no-permission: "&cYou don't have permission."
If you're upgrading from an older version (1.1.3 or earlier) that used the "MultiMace" name:
plugins/MultiMace/ folderplugins/LimitedMaces/ folderIf this is not automatically done or you face issues with this process, feel free to join our Discord and open a ticket. Link is in the sidebar.
请登录后举报
暂无评论,抢个沙发吧~