Guest User

Untitled

a guest
Sep 18th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. # Made by RandomHashTags
  2. WhiteScrolls:
  3. Item: 'paper'
  4. Name: '&f&lCurse Protector Spell'
  5. Lore:
  6. - '&fPrevents an item from being destroyed'
  7. - '&fdue to a failed Enchantment Book.'
  8. - '&ePlace spell on item to apply.'
  9. Messages:
  10. GaveWhiteScroll: '&6You &7gave &e%targetPlayer% &7 a &f&lCurse Protector Spell'
  11. RecievedWhiteScroll: '&7You obtained a &f&lCurse Protector Spell &7from &6%giver%!'
  12. BlackScrolls:
  13. RandomizedPercent: 'true'
  14. # If RandomizedPercent is true, then leave this alone
  15. # Otherwise this DefaultPercent will replace the %percent% in the lore
  16. DefaultPercent: 75
  17. Item: 'Ink_sack'
  18. Name: '&f&lDarkness Salvager Spell'
  19. Lore:
  20. - '&7Removes a random enchantment'
  21. - '&7from an item and converts'
  22. # Leave this line alone. If you move the %percent%, it will not work
  23. - '&7it into a &f%percent%% &7success book.'
  24. - '&fPlace scroll on item to extract.'
  25. TransmogScrolls:
  26. Item: 'Paper'
  27. Name: '&e&lTransmog Scroll'
  28. ApplyCount: '&9&l[&b&n%loreCount%&9&l]'
  29. Lore:
  30. - '&7Organizes enchants by &e&nrarity&r &7on item'
  31. - '&7and adds the &blore &acount &7to name'
  32. - ' '
  33. - '&e&oPlace scroll on item to apply'
  34. Messages:
  35. Success: '&9RandomPackage> &aYou successfully renamed your item to %name%'
  36. ItemNameTags:
  37. Item: 'Name_Tag'
  38. Name: '&6&lItem NameTag &7(Right Click)'
  39. Lore:
  40. - '&7Rename and customize your equipment'
  41. # Blacklisting an item will make the item unable to be renamed
  42. Blacklisted-items:
  43. - 'fireball'
  44. - 'book'
  45. - 'chest'
  46. Messages:
  47. # %name% = What the player said in chat, to name their item in hand
  48. Success: '&9RandomPackage> &aYou have successfully renamed your item to %name%'
  49. Activate: '&e&l(!) &eYour next message will rename your item in hand'
  50. CannotRenameItem: '&9RandomPackage> &cYou cannot rename this item'
  51. CannotRenameAir: '&9RandomPackage> &cYou need to be holding a item to do this'
  52. Messages:
  53. WhiteScrollsObtain: '&7You obtained x%amount% &e&nWhite Scrolls!'
  54. BlackScrollsObtain: '&7You obtained x%amount% &f&lBlack Scrolls!'
  55. TransmogScrollsObtain: '&7You obtained x%amount% &e&lTransmog Scrolls!'
  56. ItemNameTagsObtain: '&7You obtained x%amount% &6&lItemNameTags!'
Add Comment
Please, Sign In to add comment