diff --git a/README.md b/README.md index f11029771..36f1b5fd1 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ For Maven projects use: For Gradle projects use: ```kts -compileOnly("com.eternalcode:eternalcore-api:1.3.2") +compileOnly("com.eternalcode:eternalcore-api:1.3.3") ``` For Maven projects use: @@ -88,7 +88,7 @@ For Maven projects use: com.eternalcode eternalcore-api - 1.3.2 + 1.3.3 provided ``` diff --git a/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts b/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts index 30de9c2a4..5d22a3345 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.3.2" +version = "1.3.3" checkstyle { toolVersion = "10.17.0" diff --git a/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts b/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts index a73ffde24..5d0f32f5c 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.3.2" +version = "1.3.3" java { withSourcesJar() diff --git a/raw_commands_docs.json b/raw_commands_docs.json index 2e48e32a7..44b259e14 100644 --- a/raw_commands_docs.json +++ b/raw_commands_docs.json @@ -266,27 +266,27 @@ "name": "clear ", "aliases": [], "permissions": [ - "eternalcore.clear.other", "eternalcore.clear" ], "descriptions": [ - "Clears inventory of player" + "Clears your inventory" ], "arguments": [ - "\u003cplayer\u003e" + "" ] }, { "name": "clear ", "aliases": [], "permissions": [ + "eternalcore.clear.other", "eternalcore.clear" ], "descriptions": [ - "Clears your inventory" + "Clears inventory of player" ], "arguments": [ - "" + "\u003cplayer\u003e" ] }, { @@ -552,10 +552,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" ] }, { @@ -565,10 +565,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" ] }, { @@ -682,10 +682,10 @@ "eternalcore.home" ], "descriptions": [ - "Teleport to home, if player has eternalcore.teleport.bypass permission, eternalcore will be ignore teleport time" + "Teleports to the first home if the player has no other homes set, if player has eternalcore.teleport.bypass permission, eternalcore will ignore teleport time" ], "arguments": [ - "\u003chome\u003e" + "" ] }, { @@ -695,10 +695,10 @@ "eternalcore.home" ], "descriptions": [ - "Teleports to the first home if the player has no other homes set, if player has eternalcore.teleport.bypass permission, eternalcore will ignore teleport time" + "Teleport to home, if player has eternalcore.teleport.bypass permission, eternalcore will be ignore teleport time" ], "arguments": [ - "" + "\u003chome\u003e" ] }, { @@ -1928,10 +1928,10 @@ "eternalcore.warp" ], "descriptions": [ - "Open warp inventory, optionally you can disable this feature in config, if feature is disable eternalcore show all available warps" + "Teleport to warp, if player has permission eternalcore.warp.bypass teleport will be instant" ], "arguments": [ - "" + "\u003cwarp\u003e" ] }, { @@ -1941,10 +1941,10 @@ "eternalcore.warp" ], "descriptions": [ - "Teleport to warp, if player has permission eternalcore.warp.bypass teleport will be instant" + "Open warp inventory, optionally you can disable this feature in config, if feature is disabled eternalcore will show all available warps" ], "arguments": [ - "\u003cwarp\u003e" + "" ] }, {