mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
Adds a config option MENTORS which sets the variable config.mods_are_mentors Adds a rights level of R_MENTOR which gets msay, private message, aghost, notes, and a new proc for checking for new players (requires database support). If the confic option for mentors is set then the ckeys listed in moderators.txt file will instead be set as mentors, you can still make moderators by adding them in admins.txt staffwho will show Mentors instead of Moderators as the heading above the listing of non-admins. Also: Players now get a message gently reminding them to click the name of the staff member to reply instead of ahelping over and over.
46 lines
2.8 KiB
Plaintext
46 lines
2.8 KiB
Plaintext
########################################################################################
|
|
# ADMIN RANK DEFINES #
|
|
# The format of this is very simple. Rank name goes first. #
|
|
# Rank is CASE-SENSITIVE, all punctuation will be stripped so spaces don't matter. #
|
|
# Each rank is then followed by keywords with the prefix "+". #
|
|
# These keywords represent groups of verbs and abilities which are given to that rank. #
|
|
# +@ (or +prev) is a special shorthand which adds all the rights of the rank above it. #
|
|
# Ranks with no keywords will just be given the most basic verbs and abilities ~Carn #
|
|
########################################################################################
|
|
# PLEASE NOTE: depending on config options, some abilities will be unavailable regardless if you have permission to use them!
|
|
# ALSO NOTE: this is a WorkInProgress at the moment. Most of this is just arbitrarily thrown in whatever group because LoadsaWork2Do+LittleTime.
|
|
# I'll be doing more moving around as feedback comes in. So be sure to check the notes after updates.
|
|
|
|
# KEYWORDS:
|
|
# +ADMIN = general admin tools, verbs etc
|
|
# +FUN = events, other event-orientated actions. Access to the fun secrets in the secrets panel.
|
|
# +BAN = the ability to ban, jobban and fullban
|
|
# +STEALTH = the ability to stealthmin (make yourself appear with a fake name to everyone but other admins
|
|
# +POSSESS = the ability to possess objects
|
|
# +REJUV (or +REJUVINATE) = the ability to heal, respawn, modify damage and use godmode
|
|
# +BUILD (or +BUILDMODE) = the ability to use buildmode
|
|
# +SERVER = higher-risk admin verbs and abilities, such as those which affect the server configuration.
|
|
# +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.
|
|
# +RIGHTS (or +PERMISSIONS) = allows you to promote and/or demote people.
|
|
# +SOUND (or +SOUNDS) = allows you to upload and play sounds
|
|
# +SPAWN (or +CREATE) = mob transformations, spawning of most atoms including mobs (high-risk atoms, e.g. blackholes, will require the +FUN flag too)
|
|
# +EVERYTHING (or +HOST or +ALL) = Simply gives you everything without having to type every flag
|
|
|
|
Admin Observer
|
|
Moderator +MOD
|
|
Mentor +MENTOR
|
|
|
|
Admin Candidate +ADMIN
|
|
Trial Admin +@ +SPAWN +REJUV +VAREDIT +BAN
|
|
Badmin +@ +POSSESS +BUILDMODE +SERVER +FUN
|
|
Game Admin +@ +STEALTH +SOUNDS +DEBUG +PERMISSIONS
|
|
Game Master +EVERYTHING
|
|
Head Admin +EVERYTHING
|
|
Retired Admin +ADMIN +STEALTH
|
|
|
|
Host +EVERYTHING
|
|
|
|
Developer +DEBUG +VAREDIT +SERVER +SPAWN +REJUV +POSSESS +BUILDMODE
|
|
Dev Mod +@ +MOD
|