CraftDisable is a lightweight, powerful, and easy-to-use plugin designed for server administrators who want precise control over their server's economy and gameplay balance. Whether you want to disable overpowered items, create unique challenges, or guide players toward a specific progression path, CraftDisable provides the essential tools to do so with ease.
config.yml. Perfect for managing dozens of items.craftdisable.bypass permission to allow them to craft anything, ignoring all restrictions./craftdisable reload command to apply config changes instantly and a /craftdisable list command to see all disabled items in-game.The main command is /craftdisable, with aliases /cd and /craftd.
All management commands require the permission craftdisable.admin.
| Command | Description | Permission |
|---|---|---|
/cd disable | Disables the craft of the item in your main hand. | craftdisable.admin |
/cd enable | Re-enables the craft of the item in your main hand. | craftdisable.admin |
/cd list | Shows a list of all currently disabled items. | craftdisable.admin |
/cd reload | Reloads the plugin's configuration file. | craftdisable.admin |
Bypass Permission:
craftdisable.bypass - Allows a player to craft items that are on the disabled list.The configuration is designed to be straightforward and easy to understand. You can quickly add items to the disabled-items list and toggle player notifications.
Example config.yml:
# General plugin settings
settings:
# Set to true to send a message to the player when they try to craft a disabled item.
# Set to false for a "silent" block.
send-craft-denied-message: true
# A list of items that are disabled from crafting.
# Use Bukkit Material names.
disabled-items:
- "TNT"
- "ENCHANTED_GOLDEN_APPLE"
- "DIAMOND_BLOCK"
# All messages sent by the plugin are fully translatable.
messages:
prefix: "&8[&cCraftDisable&8] &r"
craft-is-disabled: "&cSorry, crafting this item (&e{item}&c) is disabled on this server."
# ... and many more!

A simple yet powerful plugin that gives administrators full control over what items can be crafted on their server.