mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Fixed example admin_ranks config (#10381)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
56ed6c1122
commit
917b479375
@@ -22,12 +22,12 @@
|
||||
#STEALTH = the ability to stealthmin (make yourself appear with a fake name to everyone but other admins).
|
||||
#POSSESS = the ability to possess objects.
|
||||
#REJUVINATE = the ability to heal, respawn, modify damage and use godmode
|
||||
#BUILDMODE = the ability to use buildmode.
|
||||
#BUILD = the ability to use buildmode.
|
||||
#SERVER = the ability to restart the server, change the game mode or force a round to start/end.
|
||||
#DEBUG = debug tools used for diagnosing and fixing problems. It's useful to give this to coders so they can investigate problems on a live server.
|
||||
#VAREDIT = everyone may view viewvars/debugvars/whatever you call it. This keyword allows you to actually EDIT those variables.
|
||||
#PERMISSIONS = allows you to promote and/or demote people.
|
||||
#SOUNDS = allows you to upload and play SOUND.
|
||||
#SOUND = allows you to upload and play SOUND.
|
||||
#SPAWN = mob transformations, spawning of most atoms including mobs (high-risk atoms, e.g. blackholes, will require the +FUN flag too).
|
||||
#EVENT = a group of verbs that make it possible to run an event, or other badminnery.
|
||||
#EVERYTHING = Simply gives you everything without having to type every flag.
|
||||
@@ -54,12 +54,12 @@ Exclude =
|
||||
Edit =
|
||||
|
||||
Name = Badmin
|
||||
Include = @ POSSESS BUILDMODE SERVER FUN
|
||||
Include = @ POSSESS BUILD SERVER FUN
|
||||
Exclude =
|
||||
Edit =
|
||||
|
||||
Name = Game Admin
|
||||
Include = @ STEALTH SOUNDS DEBUG PERMISSIONS
|
||||
Include = @ STEALTH SOUND DEBUG PERMISSIONS
|
||||
Exclude =
|
||||
Edit =
|
||||
|
||||
@@ -84,6 +84,6 @@ Exclude =
|
||||
Edit = EVERYTHING
|
||||
|
||||
Name = Developer
|
||||
Include = DEBUG VAREDIT SERVER SPAWN REJUVINATE POSSESS BUILDMODE
|
||||
Include = DEBUG VAREDIT SERVER SPAWN REJUVINATE POSSESS BUILD
|
||||
Exclude =
|
||||
Edit =
|
||||
|
||||
Reference in New Issue
Block a user