Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. PLAYER(0, ""),
  2. /*
  3. * A moderator who has more privilege than other regular members and donators.
  4. */
  5. MODERATOR(0, "<col=20B2AA><shad=0>"),
  6.  
  7. /*
  8. * The second-highest-privileged member of the server.
  9. */
  10. ADMINISTRATOR(0, "<col=FFFF64><shad=0>"),
  11.  
  12. /*
  13. * The highest-privileged member of the server
  14. */
  15. OWNER(0, "<col=B40404><shad=0>"),
  16.  
  17. /*
  18. * The Developer of the server, has same rights as the owner.
  19. */
  20. DEVELOPER(0, "<col=B40404><shad=0>"),
  21.  
  22. /*
  23. * A member who has donated to the server.
  24. */
  25. DONATOR(60, "<col=ff0000>"),
  26.  
  27. /*
  28. * A member who has donated more than a regular donator to the server.
  29. */
  30. SUPER_DONATOR(40, "<col=1919ff>"),
  31.  
  32. /*
  33. * A member who has donated more than a super donator to the server.
  34. */
  35. LEGENDARY_DONATOR(20, "<col=006600>"),
  36.  
  37. /*
  38. * A Youtuber rank, granted to players who make videos for the server.
  39. */
  40. YOUTUBER(30, "<col=ff0000>");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement