Advertisement
Guest User

Untitled

a guest
Jun 21st, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. #
  2. # Player names and contours colorizer.
  3. # - Everyone missing from the list will have a global karma nick color. To disable it, type name with only "*".
  4. # - Instead of space, type "&". For example: "One&Two" is equal to "One Two".
  5. # - You can use "*" and "?" characters in name, the first case skips one or more letters, second only one.
  6. #
  7.  
  8.  
  9. #
  10. # Names section
  11. #
  12. # Player name Name color Contour color
  13. > cvet NameCvet ContourCvet
  14. > GoodBoyName* NameGreen ContourGreen
  15. > BadBoyName* NameRed ContourRed
  16. > One&Two??? NameGray ContourYellow
  17.  
  18.  
  19. #
  20. # Colors section
  21. #
  22. # Color name R G B
  23. @ NameCvet 250 230 90
  24. @ ContourCvet 120 190 220
  25.  
  26. @ NameGray 173 173 185
  27. @ NameRed 190 0 0
  28. @ NameGreen 0 190 0
  29. @ ContourYellow 140 140 0
  30. @ ContourRed 140 0 0
  31. @ ContourGreen 0 140 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement