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:
Sheldan
2020-05-17 20:35:53 +02:00
parent cf1816597c
commit 0260862e8e
27 changed files with 380 additions and 13 deletions

View File

@@ -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.

View File

@@ -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.