Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. // Examples:
  2. //
  3. // "Default" //All player will have this tags
  4. // {
  5. // "ChatTag" "{darkblue}[Default]" //The chat-tag with the colors
  6. // "ChatColor" "{purple}" //The chat color
  7. // "NameColor" "{orchid}" //The name color
  8. // }
  9. // "@Admin"
  10. // {
  11. // "ChatTag" "{red}[Admin]" //The chat-tag
  12. // "ChatColor" "{darkblue}" //The chat color
  13. // "NameColor" "{grey2}" //The name color
  14. // }
  15. // "a"
  16. // {
  17. // "ChatTag" "{red}[Res]" //The chat-tag
  18. // "ChatColor" "{blue}" //The chat color
  19. // "NameColor" "{grey}" //The name color
  20. // }
  21. // "#43200" //12h
  22. // {
  23. // "ChatTag" "{red}[Senior]" //The chat-tag
  24. // "ChatColor" "{blue}" //The chat color
  25. // "NameColor" "{grey}" //The name color
  26. // }
  27. //
  28. //
  29. // Start editing down this line!
  30. "HexTags"
  31. {
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement