From 23282566d2ff2767f937f7c7fa9cb2d6d9639ab5 Mon Sep 17 00:00:00 2001 From: MrUniverse44 Date: Fri, 17 Dec 2021 09:44:46 -0500 Subject: [PATCH] Improvements --- src/main/resources/settings.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/settings.yml b/src/main/resources/settings.yml index 0cc876c..9e03635 100644 --- a/src/main/resources/settings.yml +++ b/src/main/resources/settings.yml @@ -26,9 +26,9 @@ settings: player-system: # Toggle this option toggle: true - # This is for %player_% variables, if you disable this variables will not work but the motd will load more faster. - # But if you wanna use this, here is the system, They asked me to add this system and it is because it is here. - # Plugin language file, if you want add your custom lang file you need put the name ("messages_.yml") and in the language you put the code, example: + # This is for %player_% variables, if you disable this variables will not work but the motd will load faster. + # But if you want to use this, here is the system, They asked me to add this system, and it is because it is here. + # Plugin language file, if you want to add your custom lang file you need put the name ("messages_.yml") and in the language you put the code, example: # messages_en.yml | code: en | language: en # messages_es.yml | code: es | language: es language: en @@ -55,8 +55,8 @@ settings: icon-system: true # Config your max-server-protocol and min-server-protocol for the check of the outdated-client and outdated-server. # You can see protocols here: https://minecraft.fandom.com/wiki/Protocol_version - # Default protocol versions are 1.8 to 1.17 - max-server-protocol: 756 + # Default protocol versions are 1.8 to 1.18 + max-server-protocol: 757 min-server-protocol: 47 # Toggle update-check for Alpha and Beta Versions check-alpha-updates: false