Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 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" "[ProGnFan]" // "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. (Default is "{default}")
  8. "name_color" "{teamcolor}" // "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
  9. "text_color" "{default}" // "text_color" is identifier. Set client chat text color. (Default is "{default}")
  10. "mode" "both" // "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
  11. }
  12. "2"
  13. {
  14. "tag" "V.I.P ✯"
  15. "flag" "a"
  16. "tag_color" "{yellow}"
  17. "name_color" "{teamcolor}"
  18. "text_color" "{yellow}"
  19. "mode" "both"
  20. }
  21. "3"
  22. {
  23. "tag" "[ADMIN]"
  24. "flag" "b"
  25. "tag_color" "{green}"
  26. "name_color" "{teamcolor}"
  27. "text_color" "{green}"
  28. "mode" "both"
  29. }
  30. "4"
  31. {
  32. "tag" "[TULAJ]"
  33. "flag" "z"
  34. "tag_color" "{green}"
  35. "name_color" "{teamcolor}"
  36. "text_color" "{green}"
  37. "mode" "both"
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement