Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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" "[Owner]" // "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
  6. "flag" "a"
  7. "steamid" "STEAM_0:0:230056043" // "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
  8. "tag_color" "{default}" // "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
  9. "name_color" "{teamcolor}" // "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
  10. "text_color" "{default}" // "text_color" is identifier. Set client chat text color. (Default is "{default}")
  11. "mode" "both" // "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
  12. }
  13. "2" // Indexes. They must be in order from 1 and on. Maximum is 100.
  14. {
  15. "tag" "[Head-Admin]" // "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
  16. "flag" "z" // "flag" is identifier. Don't change it. Set a flag for tag access (empty = everyone)
  17. "steamid" "STEAM_0:0:143229322" // "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
  18. "tag_color" "{default}" // "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
  19. "name_color" "{teamcolor}" // "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
  20. "text_color" "{default}" // "text_color" is identifier. Set client chat text color. (Default is "{default}")
  21. "mode" "both" // "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
  22. }
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement