diff --git a/README.md b/README.md index b2a5bd591..e28868a8d 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.5") +compileOnly("com.eternalcode:eternalcore-api:1.4.0") ``` For Maven projects use: @@ -88,7 +88,7 @@ For Maven projects use: com.eternalcode eternalcore-api - 1.3.5 + 1.4.0 provided ``` diff --git a/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts b/buildSrc/src/main/kotlin/eternalcode-java.gradle.kts index ac8978da5..e488cda2e 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.5" +version = "1.4.0" checkstyle { toolVersion = "10.18.2" diff --git a/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts b/buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts index 1cebbe89c..20226c2a1 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.5" +version = "1.4.0" java { withSourcesJar() diff --git a/raw_commands_docs.json b/raw_commands_docs.json index 51a133669..b977b4d72 100644 --- a/raw_commands_docs.json +++ b/raw_commands_docs.json @@ -513,10 +513,10 @@ "eternalcore.give" ], "descriptions": [ - "Gives an item with a custom amount to another player" + "Gives an item to another player" ], "arguments": [ - "\u003citem\u003e \u003camount\u003e \u003cenchantment\u003e \u003clevel\u003e \u003cplayer\u003e" + "\u003citem\u003e \u003cplayer\u003e" ] }, { @@ -539,10 +539,10 @@ "eternalcore.give" ], "descriptions": [ - "Gives an item to another player" + "Gives an item with a custom amount to another player" ], "arguments": [ - "\u003citem\u003e \u003cplayer\u003e" + "\u003citem\u003e \u003camount\u003e \u003cplayer\u003e" ] }, { @@ -558,19 +558,6 @@ "\u003citem\u003e \u003camount\u003e" ] }, - { - "name": "give ", - "aliases": [], - "permissions": [ - "eternalcore.give" - ], - "descriptions": [ - "Gives an item with a custom amount to another player" - ], - "arguments": [ - "\u003citem\u003e \u003camount\u003e \u003cplayer\u003e" - ] - }, { "name": "god ", "aliases": [], @@ -701,6 +688,58 @@ "" ] }, + { + "name": "homeadmin delhome", + "aliases": [], + "permissions": [ + "eternalcode.home.admin" + ], + "descriptions": [ + "Delete home for user" + ], + "arguments": [ + "\u003cuser\u003e \u003chome\u003e" + ] + }, + { + "name": "homeadmin home", + "aliases": [], + "permissions": [ + "eternalcode.home.admin" + ], + "descriptions": [ + "Teleport to user home" + ], + "arguments": [ + "\u003cuser\u003e \u003chome\u003e" + ] + }, + { + "name": "homeadmin list", + "aliases": [], + "permissions": [ + "eternalcode.home.admin" + ], + "descriptions": [ + "List user homes" + ], + "arguments": [ + "\u003cuser\u003e" + ] + }, + { + "name": "homeadmin sethome", + "aliases": [], + "permissions": [ + "eternalcode.home.admin" + ], + "descriptions": [ + "Set home for user" + ], + "arguments": [ + "\u003cuser\u003e \u003chome\u003e [location]" + ] + }, { "name": "ignore ", "aliases": [],