Skip to content

Commit

Permalink
Release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Sep 16, 2024
1 parent e431e0d commit 38ba610
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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.4")
compileOnly("com.eternalcode:eternalcore-api:1.3.5")
```

For Maven projects use:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.3.4</version>
<version>1.3.5</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.4"
version = "1.3.5"

checkstyle {
toolVersion = "10.18.1"
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.4"
version = "1.3.5"

java {
withSourcesJar()
Expand Down
26 changes: 13 additions & 13 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@
"eternalcore.give"
],
"descriptions": [
"Gives an item to another player"
"Gives you an item"
],
"arguments": [
"\u003citem\u003e \u003cplayer\u003e"
"\u003citem\u003e"
]
},
{
Expand All @@ -539,10 +539,10 @@
"eternalcore.give"
],
"descriptions": [
"Gives you an item"
"Gives an item to another player"
],
"arguments": [
"\u003citem\u003e"
"\u003citem\u003e \u003cplayer\u003e"
]
},
{
Expand Down Expand Up @@ -682,7 +682,7 @@
"eternalcore.home"
],
"descriptions": [
"Teleport to home, if player has eternalcore.teleport.bypass permission, eternalcore will be ignore teleport time"
"Teleport to home, if player has eternalcore.home.bypass permission, eternalcore will be ignore teleport time"
],
"arguments": [
"\u003chome\u003e"
Expand All @@ -695,7 +695,7 @@
"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"
"Teleports to the first home if the player has no other homes set, if player has eternalcore.home.bypass permission, eternalcore will ignore teleport time"
],
"arguments": [
""
Expand Down Expand Up @@ -1185,26 +1185,26 @@
"name": "rtp ",
"aliases": [],
"permissions": [
"eternalcore.rtp.other"
"eternalcore.rtp"
],
"descriptions": [
"Teleportation of a player to a random location."
"Teleportation of the sender to a random location, if you want bypass cooldown use eternalcore.rtp.bypass permission"
],
"arguments": [
"\u003cplayer\u003e"
""
]
},
{
"name": "rtp ",
"aliases": [],
"permissions": [
"eternalcore.rtp"
"eternalcore.rtp.other"
],
"descriptions": [
"Teleportation of the sender to a random location."
"Teleportation of a player to a random location."
],
"arguments": [
""
"\u003cplayer\u003e"
]
},
{
Expand Down Expand Up @@ -1333,7 +1333,7 @@
"eternalcore.spawn"
],
"descriptions": [
"Teleports you to spawn location"
"Teleports you to spawn location, if you want bypass cooldown use eternalcore.spawn.bypass permission"
],
"arguments": [
""
Expand Down

0 comments on commit 38ba610

Please sign in to comment.