diff --git a/README.md b/README.md index bd83bd243..f896a4277 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ EternalCore is your ultimate companion for enhancing your Minecraft server exper ## :information_source: Information -- EternalCore fully supports Minecraft's latest minor versions starting from each major version, starting from 1.17 onward, e.g. `1.17.1`, `1.18.2`, `1.19.4`, `1.20.4`. +- EternalCore fully supports Minecraft's latest minor versions starting from each major version, starting from 1.17 onward, e.g. `1.17.1`, `1.18.2`, `1.19.4`, `1.20.5`. - Requires **Java 17 or later** to work properly. For older versions of Java, this may affect the functionality of the plugin. - If you have any questions, perhaps you will find a solution to them in our [documentation](https://docs.eternalcode.pl/eternalcore/introduction.html), you can also ask us about it on [discord](https://discord.gg/FQ7jmGBd6c). @@ -80,7 +80,7 @@ For Maven projects use: For Gradle projects use: ```kts -compileOnly("com.eternalcode:eternalcore-api:1.2.0") +compileOnly("com.eternalcode:eternalcore-api:1.2.1") ``` For Maven projects use: @@ -88,7 +88,7 @@ For Maven projects use: com.eternalcode eternalcore-api - 1.2.0 + 1.2.1 provided ``` diff --git a/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts b/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts index d36076bb6..005324c99 100644 --- a/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts +++ b/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.eternalcode" -version = "1.2.0" +version = "1.2.1" checkstyle { toolVersion = "10.15.0" diff --git a/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts b/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts index dd4c82ca4..1e4e7277d 100644 --- a/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts +++ b/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.eternalcode" -version = "1.2.0" +version = "1.2.1" java { withSourcesJar() diff --git a/raw_commands_docs.json b/raw_commands_docs.json index e636174da..89bb7d946 100644 --- a/raw_commands_docs.json +++ b/raw_commands_docs.json @@ -506,6 +506,19 @@ "descriptions": [], "arguments": [] }, + { + "name": "give ", + "aliases": [], + "permissions": [ + "eternalcore.give" + ], + "descriptions": [ + "Gives an item with a custom amount to another player" + ], + "arguments": [ + "\u003citem\u003e \u003camount\u003e \u003cenchantment\u003e \u003clevel\u003e \u003cplayer\u003e" + ] + }, { "name": "give ", "aliases": [], @@ -539,10 +552,10 @@ "eternalcore.give" ], "descriptions": [ - "Gives an item with a custom amount to another player" + "Gives you an item with a custom amount" ], "arguments": [ - "\u003citem\u003e \u003camount\u003e \u003cplayer\u003e" + "\u003citem\u003e \u003camount\u003e" ] }, { @@ -552,10 +565,10 @@ "eternalcore.give" ], "descriptions": [ - "Gives you an item with a custom amount" + "Gives an item with a custom amount to another player" ], "arguments": [ - "\u003citem\u003e \u003camount\u003e" + "\u003citem\u003e \u003camount\u003e \u003cplayer\u003e" ] }, { diff --git a/raw_features_docs.json b/raw_features_docs.json index 234263d69..05d9cfa98 100644 --- a/raw_features_docs.json +++ b/raw_features_docs.json @@ -35,15 +35,6 @@ "It allows you to manage chat, with slowmode, chat clear, chat on/off etc." ] }, - { - "name": "Colored sign", - "permissions": [ - "eternalcore.sign" - ], - "descriptions": [ - "Allows you to use color codes in signs" - ] - }, { "name": "CommandConfigurator", "permissions": [],