Skip to content

Commit 38ba610

Browse files
committed
Release v1.3.5
1 parent e431e0d commit 38ba610

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ For Maven projects use:
8080

8181
For Gradle projects use:
8282
```kts
83-
compileOnly("com.eternalcode:eternalcore-api:1.3.4")
83+
compileOnly("com.eternalcode:eternalcore-api:1.3.5")
8484
```
8585

8686
For Maven projects use:
8787
```xml
8888
<dependency>
8989
<groupId>com.eternalcode</groupId>
9090
<artifactId>eternalcore-api</artifactId>
91-
<version>1.3.4</version>
91+
<version>1.3.5</version>
9292
<scope>provided</scope>
9393
</dependency>
9494
```

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.3.4"
7+
version = "1.3.5"
88

99
checkstyle {
1010
toolVersion = "10.18.1"

buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.3.4"
7+
version = "1.3.5"
88

99
java {
1010
withSourcesJar()

raw_commands_docs.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,10 @@
526526
"eternalcore.give"
527527
],
528528
"descriptions": [
529-
"Gives an item to another player"
529+
"Gives you an item"
530530
],
531531
"arguments": [
532-
"\u003citem\u003e \u003cplayer\u003e"
532+
"\u003citem\u003e"
533533
]
534534
},
535535
{
@@ -539,10 +539,10 @@
539539
"eternalcore.give"
540540
],
541541
"descriptions": [
542-
"Gives you an item"
542+
"Gives an item to another player"
543543
],
544544
"arguments": [
545-
"\u003citem\u003e"
545+
"\u003citem\u003e \u003cplayer\u003e"
546546
]
547547
},
548548
{
@@ -682,7 +682,7 @@
682682
"eternalcore.home"
683683
],
684684
"descriptions": [
685-
"Teleport to home, if player has eternalcore.teleport.bypass permission, eternalcore will be ignore teleport time"
685+
"Teleport to home, if player has eternalcore.home.bypass permission, eternalcore will be ignore teleport time"
686686
],
687687
"arguments": [
688688
"\u003chome\u003e"
@@ -695,7 +695,7 @@
695695
"eternalcore.home"
696696
],
697697
"descriptions": [
698-
"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"
698+
"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"
699699
],
700700
"arguments": [
701701
""
@@ -1185,26 +1185,26 @@
11851185
"name": "rtp ",
11861186
"aliases": [],
11871187
"permissions": [
1188-
"eternalcore.rtp.other"
1188+
"eternalcore.rtp"
11891189
],
11901190
"descriptions": [
1191-
"Teleportation of a player to a random location."
1191+
"Teleportation of the sender to a random location, if you want bypass cooldown use eternalcore.rtp.bypass permission"
11921192
],
11931193
"arguments": [
1194-
"\u003cplayer\u003e"
1194+
""
11951195
]
11961196
},
11971197
{
11981198
"name": "rtp ",
11991199
"aliases": [],
12001200
"permissions": [
1201-
"eternalcore.rtp"
1201+
"eternalcore.rtp.other"
12021202
],
12031203
"descriptions": [
1204-
"Teleportation of the sender to a random location."
1204+
"Teleportation of a player to a random location."
12051205
],
12061206
"arguments": [
1207-
""
1207+
"\u003cplayer\u003e"
12081208
]
12091209
},
12101210
{
@@ -1333,7 +1333,7 @@
13331333
"eternalcore.spawn"
13341334
],
13351335
"descriptions": [
1336-
"Teleports you to spawn location"
1336+
"Teleports you to spawn location, if you want bypass cooldown use eternalcore.spawn.bypass permission"
13371337
],
13381338
"arguments": [
13391339
""

0 commit comments

Comments
 (0)