From e77a42ebc9f68b5bac60bf726b05ef6236ffdf9c Mon Sep 17 00:00:00 2001 From: Nan1t Date: Sat, 10 Jun 2023 11:13:01 +0300 Subject: [PATCH] Changed version. Added additional info in the last comment --- build.gradle | 2 +- src/main/resources/settings.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2ba4be..7adfbb0 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'ru.nanit' -version '1.5.1' +version '1.5.2' compileJava { options.encoding = "UTF-8" diff --git a/src/main/resources/settings.yml b/src/main/resources/settings.yml index f1a6ff8..94d34cd 100644 --- a/src/main/resources/settings.yml +++ b/src/main/resources/settings.yml @@ -16,6 +16,7 @@ ping: description: '{"text": "&9NanoLimbo"}' version: 'NanoLimbo' # Return static protocol version number in ping result + # By default, its -1 to return the client version, if it supported # https://wiki.vg/Protocol_version_numbers protocol: -1