forked from Monkestation/Monkestation2.0
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmentor_ranks.txt
More file actions
23 lines (20 loc) · 973 Bytes
/
Copy pathmentor_ranks.txt
File metadata and controls
23 lines (20 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Mentor Rank format follows exactly the same format as Admin Ranks.
#If SQL-based mentor loading is enabled, ranks and their keywords listed here will be loaded first and override any with the same name loaded from the database.
#
#The following are valid permission keywords:
#HEADMENTOR = allows you to promote and/or demote mentors.
#MENTOR = general mentor tools, verbs etc.
#AUTOMENTOR = mentor gains powers upon connect. This defaults to on, you can exclude AUTOMENTOR to make a role require using the rementor verb to gain powers (this does not effect the mentor's ability to walk past bans or other on-connect limitations like panic bunker or pop limit).
#@ = special keyword for the current permission type that adds all the keywords that the preceding rank has of the same type.
Name = Staff Assigned Mentor
Include = MENTOR
Exclude =
Edit =
Name = Mentor
Include = MENTOR AUTOMENTOR
Exclude =
Edit =
Name = Head Mentor
Include = @ HEADMENTOR
Exclude =
Edit =