Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Nov 13, 2024
1 parent 63e330b commit f6100b5
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ 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:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.3.5</version>
<version>1.4.0</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.3.5"
version = "1.4.0"

checkstyle {
toolVersion = "10.18.2"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.3.5"
version = "1.4.0"

java {
withSourcesJar()
Expand Down
73 changes: 56 additions & 17 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand All @@ -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"
]
},
{
Expand All @@ -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": [],
Expand Down Expand Up @@ -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": [],
Expand Down

0 comments on commit f6100b5

Please sign in to comment.