mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-13 19:41:38 +00:00
added command to set roles for which experience gain is disabled
and separate command to remove them from the list again added command to see all roles for which experience gain is disabled
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Sets the role which should not gain experience.
|
||||
@@ -0,0 +1,2 @@
|
||||
Adds the given role to the roles for which the users having this role should not gain any experience.
|
||||
If a member has *any* of these roles, the user will not gain experience.
|
||||
@@ -0,0 +1 @@
|
||||
The role which should not gain any experience anymore
|
||||
@@ -0,0 +1 @@
|
||||
disableExpForRole <role>
|
||||
@@ -0,0 +1 @@
|
||||
Re-enables the experience gain for the specified role.
|
||||
@@ -0,0 +1 @@
|
||||
Enables the experience gain for the specified role. If a user has any of the roles for which experience gain is disabled, the user will not gain experience.
|
||||
@@ -0,0 +1 @@
|
||||
The role to re-enable experience gain for.
|
||||
@@ -0,0 +1 @@
|
||||
enableExpForRole <role>
|
||||
@@ -0,0 +1 @@
|
||||
Lists the roles for which experience gain is disabled.
|
||||
@@ -0,0 +1 @@
|
||||
Lists all of the roles (if any) for which experience gain is disabled.
|
||||
@@ -0,0 +1 @@
|
||||
listDisabledExperienceRoles
|
||||
@@ -0,0 +1 @@
|
||||
No roles.
|
||||
@@ -0,0 +1 @@
|
||||
Roles for which experience has been disabled.
|
||||
Reference in New Issue
Block a user