Advertisement
Guest User

DT

a guest
Aug 28th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. # DeluxeTags version: 1.7.1 Main Configuration
  2. #
  3. # Create your tags using the following format:
  4. #
  5. # deluxetags:
  6. # VIP:
  7. # order: 1
  8. # tag: '&7[&eVIP&7]'
  9. # description: 'This tag is awarded by getting VIP'
  10. #
  11. # Placeholders for your DeluxeChat formats config:
  12. #
  13. # %deluxetags_identifier% - display the players active tag identifier
  14. # %deluxetags_tag% - display the players active tag
  15. # %deluxetags_description% - display the players active tag description
  16. # %deluxetags_amount% - display the amount of tags a player has access to
  17. #
  18. # Placeholders for your essentials/chat handling formats config:
  19. #
  20. # {deluxetags_identifier} - display the players active tag identifier
  21. # {deluxetags_tag} - display the players active tag
  22. # {deluxetags_description} - display the players active tag description
  23. # {deluxetags_amount} - display the amount of tags a player has access to
  24. force_tags: false
  25. check_updates: true
  26. deluxe_chat: false
  27. format_chat:
  28. enabled: false
  29. format: '{deluxetags_tag} <%1$s> %2$s'
  30. gui:
  31. name: '&6Available tags&f: &6%deluxetags_amount%'
  32. tag_select_item:
  33. material: NAME_TAG
  34. data: 0
  35. displayname: '&6Tag&f: &6%deluxetags_identifier%'
  36. lore:
  37. - '%deluxetags_tag%'
  38. - '%deluxetags_description%'
  39. divider_item:
  40. material: STAINED_GLASS_PANE
  41. data: 15
  42. displayname: ''
  43. lore: []
  44. has_tag_item:
  45. material: SKULL_ITEM
  46. data: 3
  47. displayname: '&eCurrent tag&f: &6%deluxetags_identifier%'
  48. lore:
  49. - '%deluxetags_tag%'
  50. - Click to remove your current tag
  51. no_tag_item:
  52. material: SKULL_ITEM
  53. data: 3
  54. displayname: '&cYou don''t have a tag set!'
  55. lore:
  56. - '&7Click a tag above to select one!'
  57. exit_item:
  58. material: IRON_DOOR
  59. data: 0
  60. displayname: '&cClick to exit'
  61. lore:
  62. - '&7Exit the tags menu'
  63. deluxetags:
  64. day1:
  65. order: 1
  66. tag: '&8[&b1stDay&8]'
  67. description: '1st day of tags!'
  68. winni:
  69. order: 2
  70. tag: '&8[&dWinni&8]'
  71. description: 'Winni is dev!'
  72. e3:
  73. order: 3
  74. tag: '&8[&eE3&8]'
  75. description: 'E3 is leader!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement