Advertisement
Guest User

ServerAdmin

a guest
Oct 8th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "groups":
  3. {
  4. "admin_group": { "type": "disallowed", "commands": [ ] },
  5. "mod_group": { "type": "disallowed", "commands": [ "sv_cheats", "sv_slay", "sv_kick", "sv_reset" ] }
  6. "map_group": { "type": "allowed", "commands": [ "sv_changemap"] },
  7. },
  8. "users":
  9. {
  10. "Nordic": { "id": 60671349 "groups": [ "admin_group" ] },
  11. "Other Admin": { "id": xxxx "groups": [ "admin_group" ] },
  12. Semi Admin": { "id": xxxx, "groups": [ "mod_group" ] }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement