Advertisement
Guest User

titles error

a guest
Nov 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. # Made by RandomHashTags
  2. messages:
  3. already own:
  4. - "&c&l(!)&r &cYou already own the &r{TITLE} &ctitle!"
  5. redeem:
  6. - " "
  7. - "&b&l(!) You've UNLOCKED the &d&l{TITLE} &b&ltitle!"
  8. - "&7Equip your new title in the /title menu!"
  9. - "&a&l>> &7Your available titles have updated. Use &e&l/title &7to view them"
  10. no unlocked titles:
  11. - " "
  12. - "&c&l(!) &cYou have not yet unlocked any titles!"
  13. - "&7Titles may be gained through accomplishing achievements in-game!"
  14. equip:
  15. - "&e&l(!)&r &eYou have equipped the &6&n{TITLE}&r &etitle."
  16. - "&7Your new title will appear when you type in chat, and your character's overhead name."
  17. unequip:
  18. - "&c&l(!)&r &cYou have un-equipped the &6&n{TITLE}&r &ctitle."
  19. - "&7Chance this at any time in the /title menu."
  20. #
  21. chat:
  22. format: " &d{TITLE}"
  23. #
  24. tab: # THIS IS ADDED TO THE END OF THE PLAYER'S NAME IN TAB
  25. format: "&d{TITLE}"
  26. #
  27. gui:
  28. self title: "Unlocked Player Titles"
  29. other title: "{PLAYER}'s Titles"
  30. close inventory on:
  31. equip: true
  32. unequip: true
  33. active title:
  34. item: "lime_stained_glass_pane"
  35. name: "&6&l{TITLE}"
  36. lore:
  37. - "&6Equipped"
  38. - "&7Click to un-equip this title."
  39. background:
  40. item: "black_stained_glass_pane"
  41. name: "&6&l???"
  42. lore:
  43. - "&c&lLOCKED"
  44. inactive title:
  45. item: "white_stained_glass_pane"
  46. name: "&f&l{TITLE}"
  47. lore:
  48. - "&a&lUNLOCKED"
  49. - "&7Click to equip this title."
  50. next page:
  51. item: "paper"
  52. name: "&e&lNext Page"
  53. #
  54. interactable item:
  55. item: "paper"
  56. name: '&b&lTITLE "&r{TITLE}&b&l"'
  57. lore:
  58. - "&7Right-click this item to unlock"
  59. - "&7the {TITLE} title on this server"
  60. # You can have an unlimited amount of titles!
  61. titles:
  62. - "Test"
  63. - "1"
  64. - "2"
  65. - "3"
  66. - "4"
  67. - "5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement