Config Settings

config:
  BanMessage: You cannot craft %%MATERIAL%%!
  EnchantmentBanMessage: You were not granted %%ENCHANTMENT%%!
  EnchantmentBlockingEnabled: true
  FurnaceBanMessage: You cannot smelt %%MATERIAL%%!
ids:
- 259=banrecipe.grief
- 46=banrecipe.grief
- 58=op
- '5'
- 35:5=banrecipe.greenwool
furnace:
- 266=banrecipe.gold
- 351:2=banrecipe.greendye

BanMessage: The message sent to the player if the item they are trying to craft is blocked. Put 'none' if you don't want a message to display.

EnchantmentBanMessage: The message sent to the player if the enchantment they are trying to use is blocked. Put 'none' if you don't want a message to display.

EnchantmentBlockingEnabled: If you do not want to block any enchantments, set this to false. Good if you don't have permissions on your server.

FurnaceBanMessage: The message sent to the player if they are not allowed to make something in the furnace. Put 'none' if you don't want a message to display.

ids: A list of ids that are blocked in the crafting table. Putting an '=' allows you to assign a permission so someone is not blocked from crafting it. It is in this format:

- ItemID1=permission.to.allow.crafting
- ItemID2=op
- ItemID3
- ItemID4:ItemData4

This means that ItemID1 will not be allowed to be crafted unless someone is either OP or has the permission in a SuperPerms manager. ItemID2 will only be allowed to craft if the user is an op, and ItemID3 will never be allowed to craft.

ItemID4 will be allowed to be crafted, however ItemID4 with ItemData4 will NOT be allowed to be crafted as it is blocked here.

ItemID5, 6 etc. will be allowed to craft no matter what because that list is only items that are blocked.

furnace: A list of results (e.g. gold ingots - not gold ore) that are blocked in the furnace. Follows same format as 'ids:'


Comments

Posts Quoted:
Reply
Clear All Quotes