restructured template config layout

moved some exception messages from module templates to template config
This commit is contained in:
Sheldan
2020-05-14 00:28:50 +02:00
parent b591ae497d
commit 40731157f7
390 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
Changes the experience scale of this server to the new given value.

View File

@@ -0,0 +1,2 @@
Changes the experience scale on this server. This will only affect messages in the future. This scales the experience *after* the calculation has been done.
So if the range is 10-25, a random experience in this range will be determined and *then* multiplied by this scale.

View File

@@ -0,0 +1,3 @@
Shows 10 members of the sever in the form of a leader board.
The information include posted messages/gained experience/current level and rank within the server.
An optional parameter is possible to chose a page. So, `leaderboard 3` would show members from rank 30 to 40.

View File

@@ -0,0 +1 @@
Shows you your current experience information.

View File

@@ -0,0 +1 @@
Shows your messages, tracked experience, current level and the experience needed to the next level.

View File

@@ -0,0 +1 @@
Sets the given role to be awarded at the given level

View File

@@ -0,0 +1,2 @@
This causes the given role to be awarded at the given level. This will remove previously levels this role was assigned to, and also recalculate the users of the previous levels.
This will not, however, award the users the new role immediately. This needs to be done by a separate `syncExpRole`.

View File

@@ -0,0 +1 @@
Synchronizes the roles of all users with their respective level.

View File

@@ -0,0 +1,3 @@
This is a process, which iterates over all tracked users and checks if the current experience role aligns with what they should have according to configuration.
If this is not the case, the role is updated. This is necessary after you added a new role to the experience system. This process might take a while to complete
and a progress indicator is shown.

View File

@@ -0,0 +1,3 @@
Removes the role from experience tracking, so users do not gain the role when they reach the configured level.
Executing this means that users currently owning this role, lose it and their role will be recalculated.
This process might take a while depending on the users. A progress indicator is shown