add option to disable /ranks, make config clearer

This commit is contained in:
okx-code
2018-08-28 19:38:09 +01:00
parent be5ee90036
commit 3fca80a79b
8 changed files with 34 additions and 34 deletions
+5
View File
@@ -1,6 +1,11 @@
# this is used for letting you know that you need to update/change your config file
version: 0
# whether /ranks should be enabled (true) or disabled (false)
# /rankup3 reload will not do anything if this is changed,
# you will have to restart your server.
ranks: true
# how people should confirm ranking up
# options are: gui, text or none
confirmation-type: 'gui'