Skip to content

Commit 6e2c0a7

Browse files
committed
Release v1.3.1
1 parent 300ed25 commit 6e2c0a7

File tree

5 files changed

+65
-13
lines changed

5 files changed

+65
-13
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.0")
83+
compileOnly("com.eternalcode:eternalcore-api:1.3.1")
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.0</version>
91+
<version>1.3.1</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.0"
7+
version = "1.3.1"
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.0"
7+
version = "1.3.1"
88

99
java {
1010
withSourcesJar()

eternalcore-api-example/build.gradle.kts

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

99
group = "com.eternalcode"
10-
version = "1.3.0"
10+
version = "1.3.1"
1111

1212
repositories {
1313
mavenCentral()

raw_commands_docs.json

Lines changed: 60 additions & 8 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,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 be 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
{
@@ -1720,6 +1720,58 @@
17201720
"\u003ctime\u003e \u003cworld\u003e"
17211721
]
17221722
},
1723+
{
1724+
"name": "time set day",
1725+
"aliases": [],
1726+
"permissions": [
1727+
"eternalcore.time"
1728+
],
1729+
"descriptions": [
1730+
"Sets time to day"
1731+
],
1732+
"arguments": [
1733+
""
1734+
]
1735+
},
1736+
{
1737+
"name": "time set midnight",
1738+
"aliases": [],
1739+
"permissions": [
1740+
"eternalcore.time"
1741+
],
1742+
"descriptions": [
1743+
"Sets time to midnight"
1744+
],
1745+
"arguments": [
1746+
""
1747+
]
1748+
},
1749+
{
1750+
"name": "time set night",
1751+
"aliases": [],
1752+
"permissions": [
1753+
"eternalcore.time"
1754+
],
1755+
"descriptions": [
1756+
"Sets time to night"
1757+
],
1758+
"arguments": [
1759+
""
1760+
]
1761+
},
1762+
{
1763+
"name": "time set noon",
1764+
"aliases": [],
1765+
"permissions": [
1766+
"eternalcore.time"
1767+
],
1768+
"descriptions": [
1769+
"Sets time to noon"
1770+
],
1771+
"arguments": [
1772+
""
1773+
]
1774+
},
17231775
{
17241776
"name": "tpa ",
17251777
"aliases": [],

0 commit comments

Comments
 (0)