Advertisement
Guest User

Untitled

a guest
Sep 18th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. # Made by RandomHashTags
  2. # When you have a custom book, and you reveal the enchant, this item is the result
  3. DiscoverItem: 'Book'
  4. Soul:
  5. Item: 'Book'
  6. Name: '&c&lSoul Enchantment Book &7(Right Click)'
  7. Lore:
  8. - '&7Examine to receive a random'
  9. - '&csoul &7enchantment book.'
  10. DiscoverMessage:
  11. - '&e&l(!) &eYou examine the &c&lSoul Enchantment Book...'
  12. - '&eand discovered %soulbook%'
  13. Legendary:
  14. Item: 'Book'
  15. Name: '&5Mythical spell &7(Right Click)'
  16. Lore:
  17. - '&7Examine to receive a random'
  18. - '&5Mythical &7spell'
  19. DiscoverMessage:
  20. - '&e&l(!) &eYou examine the &6&lLegendary Enchantment Book...'
  21. - '&eand discovered %legendarybook%'
  22. Ultimate:
  23. Item: 'Book'
  24. Name: '&eUltimate spell &7(Right Click)'
  25. Lore:
  26. - '&7Examine to receive a random'
  27. - '&eUltimate &7spell'
  28. DiscoverMessage:
  29. - '&e&l(!) &eYou examine the &e&lUltimate Enchantment Book...'
  30. - '&eand discovered %ultimatebook%'
  31. Elite:
  32. Item: 'Book'
  33. Name: '&bRare spell &7(Right Click)'
  34. Lore:
  35. - '&7Examine to receive a random'
  36. - '&bRare &7spell.'
  37. DiscoverMessage:
  38. - '&e&l(!) &eYou examine the &b&lElite Enchantment Book...'
  39. - '&eand discovered %elitebook%'
  40. Unique:
  41. Item: 'Book'
  42. Name: '&aUncommon spell &7(Right Click)'
  43. Lore:
  44. - '&7Examine to receive a random'
  45. - '&aUncommon &7spell'
  46. DiscoverMessage:
  47. - '&e&l(!) &eYou examine the &a&lUnique Enchantment Book...'
  48. - '&eand discovered %uniquebook%'
  49. Simple:
  50. Item: 'Book'
  51. Name: '&7Common spell &7(Right Click)'
  52. Lore:
  53. - '&7Examine to receive a random'
  54. - '&7Common &7spell'
  55. DiscoverMessage:
  56. - '&e&l(!) &eYou examine the &7&lSimple Enchantment Book...'
  57. - '&eand discovered %simplebook%'
  58. Messages:
  59. ObtainSimple: '&7You obtained a &lSimple Enchantment Book!'
  60. ObtainUnique: '&7You obtained a &a&lUnique Enchantment Book!'
  61. ObtainElite: '&7You obtained a &b&lElite Enchantment Book!'
  62. ObtainUltimate: '&7You obtained a &e&lUltimate Enchantment Book!'
  63. ObtainLegendary: '&7You obtained a &6&lLegendary Enchantment Book!'
  64. ObtainSoul: '&7You obtained a &c&lSoul Enchantment Book!'
  65. # /givedp <player> <item>
  66. SendSimple: '&7You gave %player% a &lSimple Enchantment Book!'
  67. SendUnique: '&7You gave %player% a &a&lUnique Enchantment Book!'
  68. SendElite: '&7You gave %player% a &b&lElite Enchantment Book!'
  69. SendUltimate: '&7You gave %player% a &e&lUltimate Enchantment Book!'
  70. SendLegendary: '&7You gave %player% a &6&lLegendary Enchantment Book!'
  71. SendSoul: '&7You gave %player% a 7c&lSoul Enchantment Book!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement