Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. # This is a template config file
  2. # define your parameter and its value like:
  3. Messages:
  4. ErrorMsg : "&c[WoA Library] : Some error occured."
  5. NoPlayerFound: "&c[WoA Library] : %player% is not found"
  6. TEBookGiven: "&e[WoA Library] : You've given &b%book% &eBook!"
  7. ProtectorGiven: "&e[WoA Library] : You've given Protector with limit %limit%."
  8. NoPermission: "&c[WoA Library] : You don't have a permission to use EnchantmentBook function!"
  9. UnSuccess: "&e[WoA Library] : Unfortunately, you had a bad luck!"
  10. Destroied: "&e[WoA Library] : Unfortunately, your item could not take the power of Enchantment!"
  11. Protected: "&e[WoA Library] : Your item was protected! Lucky you!"
  12. NoMultiPermission: "&c[WoA Library] : You don't have a permission to use this multi EnchantmentBook!"
  13. Applied: "&e[WoA Library] : %type% enchantment from %book% has been applied"
  14. #AnvilGiven: "&e[WoA Library] : You've given an Enchantment Anvil!"
  15.  
  16. HelpMessages:
  17. banner:
  18. msg: "=== &e[&aEnchantmentBook Commands List (%version%)&e] &r==="
  19. help:
  20. msg: "&a/tebook help : displays this help menu."
  21. reload:
  22. msg: "&a/tebook reload : reloads config file."
  23. permission: "enchantmentbook.reload"
  24. debug:
  25. msg: "&a/tebook debug <true|false> : turn on / off the debug mode."
  26. permission: "enchantmentbook.debug"
  27. give:
  28. msg: "&a/tebook give <player> <bookname> [amount] [s:rate] [d:rate] <item:type> [<item:type>...] <enchant:level> [<enchant:level>...]"
  29. permission: "enchantmentbook.give"
  30. protector:
  31. msg: "&a/tebook protector <player> <title> <limit> [amount]"
  32. permission: "enchantmentbook.give"
  33. # anvil:
  34. # msg: "&a/tebook anvil <player>"
  35. # permission: "enchantmentbook.anvil"
  36.  
  37. # this option is deprecated
  38. #UseEnchantmentBook: false
  39.  
  40. TEBookMaterial: BOOK
  41. UseNBT: true
  42.  
  43. # Special Anvil's name
  44. #EnchantAnvilName: "&eEnchantment Anvil"
  45. #EnchantAnvilLore:
  46. # - "&aThis is a special Anvil"
  47. # - "&ato apply custom enchantment."
  48.  
  49. # whether the use of regular enchantment book is allowed or not
  50. AllowVanillaEnchantmentBook: true
  51.  
  52. # if PureRomanNumeral is true, 1 - 3998 will be converted to RomanNumeral
  53. PureRomanNumeral: true
  54.  
  55. # This option allow you to chose how success and destroy rates are applied
  56. # Option 0: "success" rate is evaluated first and regardless of its result, "destroy" rate is applied
  57. # under this option success rate and destory rate are independently applied
  58. # Option 1: "success" rate is evaluated first, and only if success rate was not applied then "destroy" rate is applied
  59. # Option 2: "destroy" rate is evaluated first, and only if destroy rate was not applied then "success" rate is applied
  60. # default is Option 1
  61. ApplicationScheme: 1
  62.  
  63. # These options are currently not used (these are for future use).
  64. UseSuccessRate: true
  65. DisplayUnSuccessMessage: true
  66.  
  67. UseDestroyRate: true
  68. DisplayDestroyMessage: true
  69.  
  70.  
  71. # use permission system to allow the use of multiple enchantments book
  72. # enchantmentbook.use.multiple.<num>
  73. UseMultiEnchantPermission: false;
  74.  
  75. #
  76. # if Override is true, even if TokenEnchant is configure to prevent an enchant to be applied to
  77. # an item, EnchantmentBook will force enchant the item with the enchantments on the book.
  78. Override: false
  79.  
  80.  
  81. # a protector protects an item from being destroyed from the unfortunate
  82. # enchantment process.
  83. Protector:
  84. Key: "&ePROTECTED"
  85. Material: DOUBLE_PLANT
  86. 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."
  87. ProtectedTag: "&aThis item can be protected %limit% times!"
  88.  
  89. BookFormat:
  90. Prefix:
  91. - "&7Applicable to: &e%types%"
  92. - "&a%suc_rate% : Success Rate"
  93. - "&a%des_rate% : Destroy Rate"
  94. Suffix:
  95. - "&7Drag'n Drop onto an Item to enchant"
  96.  
  97. Targets:
  98. DiaArmour:
  99. - DIAMOND_HELMET
  100. - DIAMOND_CHESTPLATE
  101. - DIAMOND_LEGGINGS
  102. - DIAMOND_BOOTS
  103. DiaWeapon:
  104. - DIAMOND_SWORD
  105. - DIAMOND_AXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement