Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. # This is a template config file
  2. # define your parameter and its value like:
  3. Messages:
  4. ErrorMsg : "&c[TE-Book] : Some error occured."
  5. NoPlayerFound: "&c[TE-Book] : %player% is not found"
  6. TEBookGiven: "&e[TE-Book] : You've given TEBook!"
  7. ProtectorGiven: "&e[TE-Book] : You've given Protector with limit %limit%."
  8. NoPermission: "&c[TE-Book] : You don't have a permission to use EnchantmentBook function!"
  9. UnSuccess: "&e[TE-Book] : Unfortunately, you had a bad luck!"
  10. Destroied: "&e[TE-Book] : Unfortunately, your item could not take the power of Enchantment!"
  11. NoMultiPermission: "&c[TE-Book] : You don't have a permission to use this multi EnchantmentBook!"
  12. #AnvilGiven: "&e[TE-Book] : You've given an Enchantment Anvil!"
  13.  
  14. HelpMessages:
  15. banner:
  16. msg: "=== &e[&aEnchantmentBook Commands List (%version%)&e] &r==="
  17. help:
  18. msg: "&a/tebook help : displays this help menu."
  19. reload:
  20. msg: "&a/tebook reload : reloads config file."
  21. permission: "enchantmentbook.reload"
  22. debug:
  23. msg: "&a/tebook debug <true|false> : turn on / off the debug mode."
  24. permission: "enchantmentbook.debug"
  25. give:
  26. msg: "&a/tebook give <player> <bookname> [s:rate] [d:rate] <item:type> [<item:type>...] <enchant:level> [<enchant:level>...]"
  27. permission: "enchantmentbook.give"
  28. protector:
  29. msg: "&a/tebook protector <player> <title> <limit>"
  30. permission: "enchantmentbook.give"
  31. # anvil:
  32. # msg: "&a/tebook anvil <player>"
  33. # permission: "enchantmentbook.anvil"
  34.  
  35. #Use Drag and Drop enchant
  36. UseDragAndDrop: true
  37.  
  38. UseEnchantmentBook: false
  39. UseNBT: true
  40.  
  41. # Special Anvil's name
  42. #EnchantAnvilName: "&eEnchantment Anvil"
  43. #EnchantAnvilLore:
  44. # - "&aThis is a special Anvil"
  45. # - "&ato apply custom enchantment."
  46.  
  47. # whether the use of regular enchantment book is allowed or not
  48. AllowVanillaEnchantmentBook: true
  49.  
  50. # if PureRomanNumeral is true, 1 - 3998 will be converted to RomanNumeral
  51. PureRomanNumeral: true
  52.  
  53. #
  54. UseSuccessRate: true
  55. DisplayUnSuccessMessage: true
  56.  
  57. UseDestroyRate: true
  58. DisplayDestroyMessage: true
  59.  
  60.  
  61. # use permission system to allow the use of multiple enchantments book
  62. # enchantmentbook.use.multiple.<num>
  63. UseMultiEnchantPermission: false;
  64.  
  65. #
  66. # if Override is true, even if TokenEnchant is configure to prevent an enchant to be applied to
  67. # an item, EnchantmentBook will force enchant the item with the enchantments on the book.
  68. Override: false
  69.  
  70.  
  71. # a protector protects an item from being destroyed from the unfortunate
  72. # enchantment process.
  73. Protector:
  74. Material: DOUBLE_PLANT
  75. Lore: "Click an enchanted item with\nthis item to protect it\none from being destroyed\nfrom unfortunate enchantment process.\nThis will protect an item %limit times."
  76.  
  77.  
  78. BookFormat:
  79. Prefix:
  80. - "&7Applicable to: &e%types%"
  81. - "&a%suc_rate% : Success Rate"
  82. - "&a%des_rate% : Destroy Rate"
  83. Suffix:
  84. - "&7Drag'n Drop onto an Item to enchant"
  85.  
  86. Targets:
  87. DiaArmour:
  88. - DIAMOND_HELMET
  89. - DIAMOND_CHESTPLATE
  90. - DIAMOND_LEGGINGS
  91. - DIAMOND_BOOTS
  92. DiaWeapon:
  93. - DIAMOND_SWORD
  94. - DIAMOND_AXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement