Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. # Enchantment groups are used for enchanter, to sell specific type books. You can group them
  2. # and give each group global color.
  3. # YOU CAN DELETE THESE GROUPS AND CREATE YOUR OWN
  4. settings:
  5. magic-dust:
  6. # Limit applying of Magic dust per group
  7. # If false, magic dust can be applied to different groups
  8. limit-applying-per-group: true
  9. randomization-scrolls:
  10. # Limit applying of Randomization scrolls per group
  11. # If false, Randomization scrolls can be applied to different groups
  12. limit-applying-per-group: true
  13. # If set group is invalid, what should be the fall-back group
  14. fallback-group: SIMPLE
  15. groups:
  16. SIMPLE:
  17. global-color: '&f'
  18. group-name: "&fSơ Cấp"
  19. # Use this to change the type of books per group
  20. right-click-book-material: BOOK
  21. right-click-book-damage: 0
  22. slot-increaser:
  23. # How many slots should slot increaser add when using this type increaser
  24. slots: 1
  25. magic-dust:
  26. # when right-clicked, it gives magic with success chance
  27. # How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
  28. success: 1-15
  29. # Chance to give Magic dust instead of Mystery dust
  30. chance: 22
  31. UNIQUE:
  32. global-color: '&2'
  33. group-name: "&2Trung Cấp"
  34. slot-increaser:
  35. # How many slots should slot increaser add when using this type increaser
  36. slots: 1
  37. magic-dust:
  38. # when right-clicked, it gives magic with success chance
  39. # How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
  40. success: 1-15
  41. # Chance to give Magic dust instead of Mystery dust
  42. chance: 22
  43. ELITE:
  44. global-color: '&b'
  45. group-name: "&bCao Cấp"
  46. slot-increaser:
  47. slots: 1
  48. magic-dust:
  49. success: 1-15
  50. chance: 22
  51. ULTIMATE:
  52. global-color: '&e'
  53. group-name: "&eHuyền Thoại"
  54. slot-increaser:
  55. slots: 1
  56. magic-dust:
  57. success: 1-15
  58. chance: 22
  59. LEGENDARY:
  60. global-color: '&6'
  61. group-name: "&6Thần Thoại"
  62. slot-increaser:
  63. slots: 1
  64. magic-dust:
  65. success: 1-15
  66. chance: 22
  67. SOUL:
  68. global-color: '&5'
  69. group-name: "&9Linh Hồn"
  70. slot-increaser:
  71. slots: 1
  72. magic-dust:
  73. success: 1-15
  74. chance: 22
  75. HEROIC:
  76. global-color: '&4'
  77. group-name: "&4Tối Thượng"
  78. slot-increaser:
  79. slots: 1
  80. magic-dust:
  81. success: 1-15
  82. chance: 22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement