Advertisement
Guest User

TagMenu

a guest
Jul 24th, 2017
1,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. "TagMenu" // Main key. Don't change it.
  2. {
  3. "1" // Indexes. They must be in order from 1 and on. Maximum is 100.
  4. {
  5. "tag" "[ProGn Fan]" // "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
  6. "flag" "" // "flag" is identifier. Don't change it. Set a flag for tag access (empty = everyone)
  7. "tag_color" "{default}" // "tag_color" is identifier. Set client chat tag color.
  8. "text_color" "{default}" // "text_color" is identifier. Set client chat text color.
  9. "mode" "both" // "mode" is identifier. Set tag mode (valid valuse are: "both" - "scoreboard" - "chat", Default is "both")
  10. }
  11. "2"
  12. {
  13. "tag" "[VIP]"
  14. "flag" "a"
  15. "tag_color" "{yellow}"
  16. "text_color" "{yellow}"
  17. "mode" "both"
  18. }
  19. "3"
  20. {
  21. "tag" "[Admin]"
  22. "flag" "b"
  23. "tag_color" "{green}"
  24. "text_color" "{green}"
  25. "mode" "both"
  26. }
  27. "4"
  28. {
  29. "tag" "[Tulaj]"
  30. "flag" "z"
  31. "tag_color" "{purple}"
  32. "text_color" "{purple}"
  33. "mode" "both"
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement