Skip to content

Commit 2440f65

Browse files
committed
Release v1.3.4!
1 parent fb4f8d8 commit 2440f65

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
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.3")
83+
compileOnly("com.eternalcode:eternalcore-api:1.3.4")
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.3</version>
91+
<version>1.3.4</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.3"
7+
version = "1.3.4"
88

99
checkstyle {
1010
toolVersion = "10.17.0"

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.3"
7+
version = "1.3.4"
88

99
java {
1010
withSourcesJar()

raw_commands_docs.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -266,27 +266,27 @@
266266
"name": "clear ",
267267
"aliases": [],
268268
"permissions": [
269+
"eternalcore.clear.other",
269270
"eternalcore.clear"
270271
],
271272
"descriptions": [
272-
"Clears your inventory"
273+
"Clears inventory of player"
273274
],
274275
"arguments": [
275-
""
276+
"\u003cplayer\u003e"
276277
]
277278
},
278279
{
279280
"name": "clear ",
280281
"aliases": [],
281282
"permissions": [
282-
"eternalcore.clear.other",
283283
"eternalcore.clear"
284284
],
285285
"descriptions": [
286-
"Clears inventory of player"
286+
"Clears your inventory"
287287
],
288288
"arguments": [
289-
"\u003cplayer\u003e"
289+
""
290290
]
291291
},
292292
{
@@ -526,10 +526,10 @@
526526
"eternalcore.give"
527527
],
528528
"descriptions": [
529-
"Gives you an item"
529+
"Gives an item to another player"
530530
],
531531
"arguments": [
532-
"\u003citem\u003e"
532+
"\u003citem\u003e \u003cplayer\u003e"
533533
]
534534
},
535535
{
@@ -539,10 +539,10 @@
539539
"eternalcore.give"
540540
],
541541
"descriptions": [
542-
"Gives an item to another player"
542+
"Gives you an item"
543543
],
544544
"arguments": [
545-
"\u003citem\u003e \u003cplayer\u003e"
545+
"\u003citem\u003e"
546546
]
547547
},
548548
{
@@ -552,10 +552,10 @@
552552
"eternalcore.give"
553553
],
554554
"descriptions": [
555-
"Gives an item with a custom amount to another player"
555+
"Gives you an item with a custom amount"
556556
],
557557
"arguments": [
558-
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
558+
"\u003citem\u003e \u003camount\u003e"
559559
]
560560
},
561561
{
@@ -565,10 +565,10 @@
565565
"eternalcore.give"
566566
],
567567
"descriptions": [
568-
"Gives you an item with a custom amount"
568+
"Gives an item with a custom amount to another player"
569569
],
570570
"arguments": [
571-
"\u003citem\u003e \u003camount\u003e"
571+
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
572572
]
573573
},
574574
{
@@ -682,10 +682,10 @@
682682
"eternalcore.home"
683683
],
684684
"descriptions": [
685-
"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"
685+
"Teleport to home, if player has eternalcore.teleport.bypass permission, eternalcore will be ignore teleport time"
686686
],
687687
"arguments": [
688-
""
688+
"\u003chome\u003e"
689689
]
690690
},
691691
{
@@ -695,10 +695,10 @@
695695
"eternalcore.home"
696696
],
697697
"descriptions": [
698-
"Teleport to home, if player has eternalcore.teleport.bypass permission, eternalcore will be ignore teleport time"
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"
699699
],
700700
"arguments": [
701-
"\u003chome\u003e"
701+
""
702702
]
703703
},
704704
{

0 commit comments

Comments
 (0)