config.yml
In the config.yml, which is located under plugins/SlimeRanks/
, you have the option to make minor adjustments that are not directly related to ranks or messages. These settings are completely optional, and the default values are well-optimized to meet the average use case.
📃 Overview of all settings
ConfigVersion
1
This is just for internal use and should not be changed!
UpdateChannel
RELEASE
The UpdateChannel
defines which updates you are being notified about.
Available are the RELEASE
channel for full plugin releases and stable versions. There is also a BETA
channel, which includes all beta versions of SlimeRanks. Beta versions might contain bugs and changing features; therefore, this channel should only be used if you want to experiment with SlimeRanks.
NameUpdateInterval
0
This setting determines the interval (in seconds) for refreshing all player rank names.
Activate this setting only when using placeholders in your ranks.
If the value is 0, the names won't update automatically.
NotifyForPluginUpdates
true
This setting determines whether players with the slimeranks.admin
permission should be notified about plugin updates upon join.
NotifyForVersionUpdates
true
This setting determines whether players with the slimeranks.admin
permission should be notified about plugin updates for newer major Minecraft versions upon join.
ShowChatMessageInConsole
true
This setting used to determine whether chat messages of players should be displayed in the server console or not.
Possible values are true
to show chat messages in the console and false
to hide chat messages from the console.
Last updated