Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. Common: #Name of the category
  2. Name: '&a&l&nCommon' #Name in the GUI
  3. Slot: 31 #The Slot number the item will be in
  4. InGUI: true #Toggle if its in the GUI or not.
  5. Lore: #The lore of the Item
  6. - '&eCost: &6&l20 &6XP Levels'
  7. Item: '160:5' #The id for the item
  8. Cost: 20 #How much each book will cost to buy.
  9. Currency: XP_Level #The currency you wish to use. https://github.com/kicjow/Crazy-Enchantments/wiki/Currency-Types
  10. Rarity: 1 #This allows the enchantments to be ordered with the Transmog Scrolls. The higher the number the more rare it is. Try and have each category have different rarities.
  11. LostBook: #Controls the Lost Book shop for this tier
  12. InGUI: false #If it shows in the /CE Gui
  13. Slot: 1 #Slot it will be in
  14. Item: '340' #The item that is shown in the GUI
  15. Glowing: true #Is it enchanted
  16. Name: '&8&l&nLost&c&l Tier1 &8&l&nBooks' #Name of the item
  17. Lore: #Lore on the item
  18. - '&7These are lost books that are'
  19. - '&7Said to be &c&lTier1 &7Enchantment books.'
  20. - '&7But no one has tried to clean the books yet.'
  21. - '&7Will you be the one to clean the books?'
  22. - ''
  23. - '&c&lCost: &6&l$1000'
  24. Cost: 1000
  25. Currency: Vault
  26. FireworkToggle: true #Toggle on and off if when opening a lost book a firework effect happens
  27. FireworkColors: 'Red, White, Blue' #The colors of the firework
  28. EnchOptions: #Enchantment Options
  29. SuccessPercent: #The range for the success rate that the enchantment will have
  30. Max: 100 #The max success rate
  31. Min: 99 #The min success rate
  32. DestroyPercent: #The range for the destroy rate that the enchantment will have
  33. Max: 1 #The max destroy rate
  34. Min: 0 #The min destroy rate
  35. MaxLvlToggle: false #Turn on and off Max Level cap
  36. LvlRange: #The range of lvls that can be found in the Category.
  37. Max: 2
  38. Min: 1
  39. Rare:
  40. Name: '&9&l&nRare'
  41. Slot: 32
  42. InGUI: true
  43. Lore:
  44. - '&eCost: &6&l40 &6XP Levels'
  45. Item: '160:11'
  46. Cost: 40
  47. Currency: XP_Level
  48. Rarity: 2
  49. LostBook:
  50. InGUI: false
  51. Slot: 2
  52. Item: '340'
  53. Glowing: true
  54. Name: '&8&l&nLost&c&l Tier2 &8&l&nBooks'
  55. Lore:
  56. - '&7These are lost books that are'
  57. - '&7Said to be &c&lTier2 &7Enchantment books.'
  58. - '&7But no one has tried to clean the books yet.'
  59. - '&7Will you be the one to clean the books?'
  60. - ''
  61. - '&c&lCost: &6&l$2000'
  62. Cost: 2000
  63. Currency: Vault
  64. FireworkToggle: true
  65. FireworkColors: 'Black, Yellow'
  66. EnchOptions:
  67. SuccessPercent:
  68. Max: 100
  69. Min: 99
  70. DestroyPercent:
  71. Max: 1
  72. Min: 0
  73. MaxLvlToggle: false
  74. LvlRange:
  75. Max: 3
  76. Min: 2
  77. Legendary:
  78. Name: '&4&l&nLegendary'
  79. Slot: 33
  80. InGUI: true
  81. Lore:
  82. - '&eCost: &6&l60 &6XP Levels'
  83. Item: '160:14'
  84. Cost: 60
  85. Currency: XP_Level
  86. Rarity: 3
  87. LostBook:
  88. InGUI: false
  89. Slot: 3
  90. Item: '340'
  91. Glowing: true
  92. Name: '&8&l&nLost&c&l Tier3 &8&l&nBooks'
  93. Lore:
  94. - '&7These are lost books that are'
  95. - '&7Said to be &c&lTier3 &7Enchantment books.'
  96. - '&7But no one has tried to clean the books yet.'
  97. - '&7Will you be the one to clean the books?'
  98. - ''
  99. - '&c&lCost: &6&l$3000'
  100. Cost: 3000
  101. Currency: Vault
  102. FireworkToggle: true
  103. FireworkColors: 'White, Gray'
  104. EnchOptions:
  105. SuccessPercent:
  106. Max: 100
  107. Min: 99
  108. DestroyPercent:
  109. Max: 1
  110. Min: 0
  111. MaxLvlToggle: false
  112. LvlRange:
  113. Max: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement