This is a quick refactor of
LimitCrafting since it's not been updated since 1.20.6 or touched in over 3-4 years
Blocks (auto)crafter from crafting the item.
Blocks player from crafting an item.
Code (YAML):
anticrafter
:
# if you want to disable plugin, set to false
enabled
: true
config-reloaded
:
"&eConfiguration reloaded!"
# use %command% to get command syntax
incorrect-syntax
:
"&cIncorrect syntax: %command%"
# message that is sent to the player after trying to craft a disallowed item
# use %item% to get item name
message
: '&eYou aren''t permitted to craft item
%item%'
# set to true if you want to block ALL items in the game from crafting
block-all-items
: false
# list of materials you would like to block from crafting if block-all-items is set to false
# note: items listed in default-block-list will still be blocked even if you're using groups
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
default-block-list
:
- 'MACE'
# disallow specific crafting of recipes for specific players using group permissions, works in addition with default-block-list
# simply use 'anticrafter.groups.<group-name>' in player permissions, to block recipes for specific groups of players
enable-groups
: true
groups:
silver
:
- 'OAK_PLANKS'
bronze
:
- 'BUCKET'
Commands:
Code (Text):
/anticrafter reload - reloads plugin configuration
Permissions:
Code (Text):
anticrafter.bypass:
description: Permission will grant players bypass from ALL limitcrafting recipe blockages
default: op
anticrafter.reload:
description: Allows user to execute /limitcrafting reload
default: op
anticrafter.groups:
description: Used to define specific recipes to be blocked for specific groups of players
Feeling Generous?
Donated to the original creator.