-
Notifications
You must be signed in to change notification settings - Fork 2
Item Restrictions
Special70 edited this page Mar 6, 2022
·
9 revisions
- If you want to apply a certain restriction across all items, manually add the restriction in your
config.yml
. - Brute-forcing items with container restrictions such as
cancel-deposit-chest
using hoppers would have the ei item stuck in that container and can only be removed via creative mode or by destroying the container holding the item.
- Info: Prevents players from dropping the executable item
- Config:
cancel-item-drop: false
- Default: true
- Info: Prevents players from placing executable items into the ground
- Config:
cancel-item-place: true
- Info: Prevents players from crafting vanilla recipes with the said executable items (including custom crafting recipes from Wolfy's CustomCrafting plugin)
- Config:
cancel-item-craft: true
- Info: Prevents players from crafting vanilla recipes with the said executable items but can still be used for custom crafting recipes from Wolfy's CustomCrafting plugin
- Config:
cancel-item-craft-no-custom: true
- Info: Prevents players from putting executable items in the following,
- Chest
- Ender Chest
- Trapped Chest
- Barrel
- Shulker Box
- Config:
cancel-deposit-in-chest: false
- NOTE: THIS WILL NOT WORK ON CREATIVE
- Info: Prevents players from putting executable items in the following,
- Furnace
- Blast Furnace
- Smoker
- Config:
cancel-deposit-in-furnace: false
- NOTE: THIS WILL NOT WORK ON CREATIVE
- Info: Prevents players from enchanting this item in any way
- Config:
cancel-enchant: false
- Info: Prevents players from putting executable items in anvils
- Config:
cancel-anvil: true
- Info: Prevents players from renaming ei items in the anvil
- Config:
cancel-rename-anvil: true
- Info: Prevents players from enchanting ei items in the anvil
- Config:
cancel-enchant-anvil: true
- Info: Prevents players from consuming executable items
- Config:
cancel-consumption: false
- Info: Makes the executable item stay in that slot number and prevents players from moving it in any way possible
- Config:
locked-in-inventory: false
- NOTE: THIS WILL NOT WORK ON CREATIVE
- Info: Prevents players from using executable items to do tool interactions
- Config:
cancel-tool-interactions: false
- Info: Prevents players from putting executable items in item frames
- Config:
cancel-item-frame: false
- Info: Prevents players from putting executable items in smithing tables
- Config:
cancel-smithing-table: false
- Info: Prevents players from putting executable items in grindstones
- Config:
cancel-stone-cutter: true
- Info: Prevents players from putting executable items in stonecutters
- Config:
cancel-stone-cutter: true
- Info: Prevents players from using executable items if he hasn't the permission (example if player has a pickaxe executable item, if he hasn't the perm of this executable item, he can't mine with it)
- Config:
cancelEventIfNoPerm: true
- Info: Prevents players from using executable items if he isn't the owner of this EI (example if player has a pickaxe EI, if isn't the owner, he can't mien with it)
- Config:
cancelEventIfNotOwner: true
- Info: Prevents players from putting ei items into brewing stands
- Config:
cancel-brewing: false
- Info: Prevents players from putting ei items into beaconds
- Config:
cancel-beacon: false
- Info: Prevents players from putting ei items into cartographies
- Config:
cancel-cartography: false
- Info: Prevents players from putting ei items into composters
- Config:
cancel-composter: false
- Info: Prevents players from putting ei items into dispensers
- Config:
cancel-dispenser: false
- Info: Prevents players from putting ei items into droppers
- Config:
cancel-dropper: false
- Info: Prevents players from putting ei items into dispensers. (Not to be confused with putting items to hoppers via dropping them on top of hoppers
- Config:
cancel-hopper: false
- Info: Prevents players from putting ei items into lecterns
- Config:
cancel-lectern: false
- Info: Prevents players from putting ei items into villager trades
- Config:
cancel-merchant: false