FoxOneMace Plugin
A simple yet powerful plugin to control mace crafting limits on your server.
How It Works
FoxOneMace lets you set how many times the mace can be crafted on your server — perfect for controlling progression or balancing powerful gear.
Once the defined limit is reached, mace crafting is blocked automatically.
You can adjust the limit at any time in the config and reload with /foxonemace reload.
---------------------------------------------------------------------------------------
⚙️ Features
-
Configurable Mace Crafting Limit (in version 1.1)
- Set how many maces can be crafted (e.g., 1, 3, 10, or unlimited).
- Default is `1`, enforcing a true “One Mace” experience.
-
️ Easy Configuration
- Modify `config.yml` and reload without restarting the server.
-
Crafting Restriction
- Prevents players from crafting maces once the limit is reached.
-
♻️ Reload Support
- Use `/foxonemace reload` to apply changes instantly.
-
Colorful Console & Chat/Title Messages
- Send messages everytime someone crafts a mace, uses RGB chat format like "<#00FF8D>"
-
Lightweight and Efficient
- No performance impact — plug and play!
-
Minecraft 1.21+ Support
- Compatible with modern versions of Spigot and Paper.
---------------------------------------------------------------------------------------
## Config
Code (YAML):
mace-max-craft-amount
: 1
mace-was-crafted
: 0
messages-enabled
: false
title-message
:
"<#18E571>%player% <#24E678>Has crafted one of the maces"
subtitle-message
:
"<#79F0AD>Good Luck!"
message
:
"<#9EFFD4>%player% Has crafted one of the maces! Better be careful now"
# IN TICKS, 20 = 1 second
title-fadein-duration
: 20
title-duration
: 60
title-fadeout-duration
: 20