Advertisement
Guest User

Ranks

a guest
Mar 22nd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. {
  2. symbol: '~',
  3. id: "admin",
  4. name: "Administrador",
  5. root: true,
  6. globalonly: true,
  7. },
  8. {
  9. symbol: '&',
  10. id: "leader",
  11. name: "Líder",
  12. inherit: '@',
  13. jurisdiction: 'u',
  14. promote: 'u',
  15. roomowner: true,
  16. roombot: true,
  17. roommod: true,
  18. roomdriver: true,
  19. forcewin: true,
  20. declare: true,
  21. modchatall: true,
  22. rangeban: true,
  23. makeroom: true,
  24. editroom: true,
  25. potd: true,
  26. disableladder: true,
  27. globalonly: true,
  28. gamemanagement: true,
  29. exportinputlog: true,
  30. editprivacy: true,
  31. },
  32. {
  33. symbol: '#',
  34. id: "owner",
  35. name: "Dueño de Sala",
  36. inherit: '@',
  37. jurisdiction: 'u',
  38. roombot: true,
  39. roommod: true,
  40. roomdriver: true,
  41. editroom: true,
  42. declare: true,
  43. modchatall: true,
  44. roomonly: true,
  45. gamemanagement: true,
  46. },
  47. {
  48. symbol: '\u2605',
  49. id: "host",
  50. name: "Host",
  51. inherit: '@',
  52. jurisdiction: 'u',
  53. declare: true,
  54. modchat: true,
  55. roomonly: true,
  56. gamemanagement: true,
  57. joinbattle: true,
  58. },
  59. {
  60. symbol: '\u2606',
  61. id: "player",
  62. name: "Jugador",
  63. inherit: '+',
  64. roomvoice: true,
  65. modchat: true,
  66. roomonly: true,
  67. joinbattle: true,
  68. nooverride: true,
  69. editprivacy: true,
  70. },
  71. {
  72. symbol: '*',
  73. id: "bot",
  74. name: "Bot",
  75. inherit: '@',
  76. jurisdiction: 'u',
  77. declare: true,
  78. addhtml: true,
  79. },
  80. {
  81. symbol: '@',
  82. id: "mod",
  83. name: "Moderador",
  84. inherit: '%',
  85. jurisdiction: 'u',
  86. ban: true,
  87. modchat: true,
  88. roomvoice: true,
  89. forcerename: true,
  90. ip: true,
  91. alts: '@u',
  92. tournaments: true,
  93. game: true,
  94. },
  95. {
  96. symbol: '%',
  97. id: "driver",
  98. name: "Conductor",
  99. inherit: '+',
  100. jurisdiction: 'u',
  101. announce: true,
  102. warn: '\u2606u',
  103. kick: true,
  104. mute: '\u2606u',
  105. lock: true,
  106. forcerename: true,
  107. timer: true,
  108. modlog: true,
  109. alts: '%u',
  110. bypassblocks: 'u%@&~',
  111. receiveauthmessages: true,
  112. gamemoderation: true,
  113. jeopardy: true,
  114. joinbattle: true,
  115. minigame: true,
  116. },
  117. {
  118. symbol: '₩',
  119. id: "helper",
  120. name: "Ayudante",
  121. inherit: ' ',
  122. modlog: true,
  123. alts: 's',
  124. broadcast: true,
  125. },
  126. {
  127. symbol: '+',
  128. id: "voice",
  129. name: "Vocero",
  130. inherit: '₩',
  131. alts: 's',
  132. broadcast: true,
  133. },
  134. {
  135. symbol: ' ',
  136. ip: 's',
  137. },
  138. {
  139. name: 'Bloqueado',
  140. id: 'locked',
  141. symbol: '\u203d',
  142. punishgroup: 'LOCK',
  143. },
  144. {
  145. name: 'Silenciado',
  146. id: 'muted',
  147. symbol: '!',
  148. punishgroup: 'MUTE',
  149. },
  150. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement