You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/config.yml
+59-48Lines changed: 59 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -1,83 +1,94 @@
1
-
# this is used for letting you know that you need to update/change your config file
1
+
# This is used for letting you know that you need to update/change your config file.
2
+
# Do not change this.
2
3
version: 10
3
4
4
-
#the locale to use for messages
5
-
#all messages can be customised but this allows you to
6
-
#choose messages that are already translated
7
-
#locales can be found in the locale/ folder
5
+
#The locale to use for messages.
6
+
#All messages can be customised but this allows you to.
7
+
#Choose messages that are already translated.
8
+
#Locales can be found in the locale/ folder.
8
9
locale: en
9
10
10
-
# interval (in minutes) to check to autorankup players
11
-
# ranking up manually will always be enabled
12
-
# set to 0 to disable
11
+
# Interval (in minutes) to check to autorankup players.
12
+
# Ranking up manually will always be enabled.
13
+
# Set to 0 to disable.
14
+
15
+
# Players will need the rankup.auto permission to make use of this!
16
+
# Permission is given by default.
13
17
autorankup-interval: 0
14
18
15
-
#whether /ranks and /prestiges should be enabled (true) or disabled (false)
19
+
#Whether /ranks and /prestiges should be enabled (true) or disabled (false)
16
20
# /rankup3 reload will not do anything if this is changed,
17
-
#you will have to restart your server.
21
+
#You will have to restart your server.
18
22
ranks: true
19
-
# you can alternatively negate the permission rankup.prestiges
20
-
# this will also make the command not autocomplete in 1.13
23
+
24
+
# You can alternatively negate the permission rankup.prestiges.
25
+
# This will also make the command not autocomplete in 1.13+.
21
26
prestiges: true
22
27
23
-
#whether to enable the /ranks GUI.
24
-
#will override the /ranks command
28
+
#Whether to enable the /ranks GUI.
29
+
#Will override the /ranks command.
25
30
ranks-gui: false
26
31
27
-
#whether or not /prestige and /prestiges should be enabled.
28
-
#when a player reaches the top rank, they can do /prestige to return to the first rank,
32
+
#Whether /prestige and /prestiges should be enabled.
33
+
#When a player reaches the top rank, they can /prestige to return to the first rank,
29
34
# but you will be able to grant them an additional "prestige" group or additional items.
30
35
#
31
-
#if you do not want this command to autocomplete, make sure
36
+
#If you do not want this command to autocomplete, make sure
32
37
# you negate the permission rankup.prestige with your permissions plugin.
33
-
#if enabled, a prestiges.yml file will be generated with some example prestiges
34
-
#You must restart your server when you change this for it to work!
38
+
#If enabled, a prestiges.yml file will be generated with some example prestiges
39
+
#you must restart your server when you change this for it to work!
35
40
prestige: false
36
41
37
-
#if true, players with the permission rankup.notify will receive notifications when they join
42
+
#If true, players with the permission rankup.notify will receive notifications when they join
38
43
# to update if the server is on an older version of Rankup.
39
44
notify-update: true
40
45
41
-
#if rankups and prestiges should be by permissions
42
-
# if false, players will be checked for if they have a group of the same name as in rankups.yml,
43
-
#and automatically added and taken away from those groups.
44
-
# if true, players will be checked for the permission rankup.rank.RANK, where RANK
45
-
# is the rankup in rankups.yml.
46
-
#true also enables MANUAL MODE: Nothing will automatically change on rankup.
47
-
#You must use 'commands:' to change a player's group or permission when true. https://github.com/okx-code/Rankup3/wiki/How-to-rankups.yml-and-prestiges.yml#1-commands
0 commit comments