✨ What This Plugin Does
Config.yml
- One-Time Craft Lets only one player on the entire server ever craft the Mace, making it a true legendary item.
- Total Recipe Lock After the first craft, the recipe vanishes from both crafting tables and autocrafters for everyone else.
- Smart Ingredient Blocking Prevents players from even attempting the recipe by blocking the key ingredients from being placed in the crafting grid.
- Automation-Proof You don't have to worry about clever workarounds—hoppers and droppers are blocked from crafting the item automatically.
- Pickup Prevention If a Mace is ever dropped on the ground, only players with bypass permission can pick it up. No cheating!
- ️ Admin Bypass Of course, admins with the `onemacev.bypass` permission can craft the Mace anytime they need to for testing or events.
- Easy Customization Change all plugin messages and sounds in the config file to match your server's unique vibe.
- ⚙️ Simple Admin Commands Manage everything with easy commands for checking the craft status, reloading the config, or resetting for a new season.
- **onemacev.info** Lets players check if the item has been crafted yet. (Default: Everyone)
- **onemacev.who** Allows players to see who crafted the first item. (Default: Everyone)
- **onemacev.reload** For reloading the config file without a server restart. (Default: OP)
- **onemacev.reset** Allows you to reset the craft status for a new season or event. (Default: OP)
- **onemacev.bypass** The master key that lets staff ignore all plugin restrictions. (Default: OP)
- **onemacev.notify.update** Notifies a player when they join if there's a new plugin update available. (Default: OP)|
Config.yml
Code (Text):
# Onemacev - Configuration File
# version: 2.0
# The crafting status is now saved in the 'onemacev.db' file, not here.
settings:
limited_item: "MACE"
banned_ingredients:
- "HEAVY_CORE"
- "BREEZE_ROD"
gui:
title: "&1Onemacev Status"
item_status:
crafted:
name: "&cItem Status: CRAFTED"
lore:
- "&7The limited item has already been"
- "&7crafted on this server."
- ""
- "&eCrafter: &a%crafter%"
- "&eDate: &b%date%"
not_crafted:
name: "&aItem Status: NOT CRAFTED"
lore:
- "&7The limited item has not been"
- "&7crafted yet. Be the first!"
reset_button:
name: "&c&lRESET STATUS"
lore:
- "&7Click to reset the crafting status."
- "&c&lWARNING: &cThis cannot be undone!"
reload_button:
name: "&e&lRELOAD CONFIG"
lore:
- "&7Click to reload the config.yml file."
effects:
first_craft_firework: true
first_craft_global_sound:
enabled: true
sound: "UI_TOAST_CHALLENGE_COMPLETE"
volume: 1.0
pitch: 1.2
messages:
# All messages support classic '&' color codes.
first_craft_announcement: "&6&lCONGRATULATIONS! &a<player> &6has just crafted the FIRST &e<item>&6!"
crafting_disabled_announcement: "&cAll further crafting of the <item> is now disabled!"
crafting_forbidden: "&cThis item has already been crafted. Further crafting is forbidden!"
ingredient_forbidden: "&cYou cannot place &e<ingredient>&c here. Crafting of the &e<item>&c is forbidden!"
item_removed_on_pickup: "&cThe <item> appeared on the ground and was removed!"
command_reload_success: "&aOnemacev plugin configuration has been reloaded."
command_reset_success: "&aThe crafting status for the <item> has been reset. It can now be crafted again."
command_no_permission: "&cYou do not have permission to use this command."
command_info_header: "&6--- Onemacev Plugin Info ---"
command_info_crafted_status: "&eHas the <item> been crafted? %status%"
command_info_version: "&7Version: <version>"
command_info_status_yes: "&cYES"
command_info_status_no: "&aNO"
command_who_header: "&6--- First Craft Information ---"
command_who_not_crafted_yet: "&cThe first <item> has not been crafted yet."
command_who_crafter: "&eCrafted by: &a<player>"
command_who_date: "&eCrafted on: &b<date>"
update_available: "&aA new version of Onemacev is available: &e<new_version>&a! You are on &c<current_version>&a."
# version: 2.0
# The crafting status is now saved in the 'onemacev.db' file, not here.
settings:
limited_item: "MACE"
banned_ingredients:
- "HEAVY_CORE"
- "BREEZE_ROD"
gui:
title: "&1Onemacev Status"
item_status:
crafted:
name: "&cItem Status: CRAFTED"
lore:
- "&7The limited item has already been"
- "&7crafted on this server."
- ""
- "&eCrafter: &a%crafter%"
- "&eDate: &b%date%"
not_crafted:
name: "&aItem Status: NOT CRAFTED"
lore:
- "&7The limited item has not been"
- "&7crafted yet. Be the first!"
reset_button:
name: "&c&lRESET STATUS"
lore:
- "&7Click to reset the crafting status."
- "&c&lWARNING: &cThis cannot be undone!"
reload_button:
name: "&e&lRELOAD CONFIG"
lore:
- "&7Click to reload the config.yml file."
effects:
first_craft_firework: true
first_craft_global_sound:
enabled: true
sound: "UI_TOAST_CHALLENGE_COMPLETE"
volume: 1.0
pitch: 1.2
messages:
# All messages support classic '&' color codes.
first_craft_announcement: "&6&lCONGRATULATIONS! &a<player> &6has just crafted the FIRST &e<item>&6!"
crafting_disabled_announcement: "&cAll further crafting of the <item> is now disabled!"
crafting_forbidden: "&cThis item has already been crafted. Further crafting is forbidden!"
ingredient_forbidden: "&cYou cannot place &e<ingredient>&c here. Crafting of the &e<item>&c is forbidden!"
item_removed_on_pickup: "&cThe <item> appeared on the ground and was removed!"
command_reload_success: "&aOnemacev plugin configuration has been reloaded."
command_reset_success: "&aThe crafting status for the <item> has been reset. It can now be crafted again."
command_no_permission: "&cYou do not have permission to use this command."
command_info_header: "&6--- Onemacev Plugin Info ---"
command_info_crafted_status: "&eHas the <item> been crafted? %status%"
command_info_version: "&7Version: <version>"
command_info_status_yes: "&cYES"
command_info_status_no: "&aNO"
command_who_header: "&6--- First Craft Information ---"
command_who_not_crafted_yet: "&cThe first <item> has not been crafted yet."
command_who_crafter: "&eCrafted by: &a<player>"
command_who_date: "&eCrafted on: &b<date>"
update_available: "&aA new version of Onemacev is available: &e<new_version>&a! You are on &c<current_version>&a."
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
One MaceV plugin is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 327 times (via Spigot). Download it and open it directly in the game.