Skip to content

Commit f6100b5

Browse files
committed
Release v1.4.0
1 parent 63e330b commit f6100b5

File tree

4 files changed

+60
-21
lines changed

4 files changed

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

99
checkstyle {
1010
toolVersion = "10.18.2"

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.5"
7+
version = "1.4.0"
88

99
java {
1010
withSourcesJar()

raw_commands_docs.json

Lines changed: 56 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,10 @@
513513
"eternalcore.give"
514514
],
515515
"descriptions": [
516-
"Gives an item with a custom amount to another player"
516+
"Gives an item to another player"
517517
],
518518
"arguments": [
519-
"\u003citem\u003e \u003camount\u003e \u003cenchantment\u003e \u003clevel\u003e \u003cplayer\u003e"
519+
"\u003citem\u003e \u003cplayer\u003e"
520520
]
521521
},
522522
{
@@ -539,10 +539,10 @@
539539
"eternalcore.give"
540540
],
541541
"descriptions": [
542-
"Gives an item to another player"
542+
"Gives an item with a custom amount to another player"
543543
],
544544
"arguments": [
545-
"\u003citem\u003e \u003cplayer\u003e"
545+
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
546546
]
547547
},
548548
{
@@ -558,19 +558,6 @@
558558
"\u003citem\u003e \u003camount\u003e"
559559
]
560560
},
561-
{
562-
"name": "give ",
563-
"aliases": [],
564-
"permissions": [
565-
"eternalcore.give"
566-
],
567-
"descriptions": [
568-
"Gives an item with a custom amount to another player"
569-
],
570-
"arguments": [
571-
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
572-
]
573-
},
574561
{
575562
"name": "god ",
576563
"aliases": [],
@@ -701,6 +688,58 @@
701688
""
702689
]
703690
},
691+
{
692+
"name": "homeadmin delhome",
693+
"aliases": [],
694+
"permissions": [
695+
"eternalcode.home.admin"
696+
],
697+
"descriptions": [
698+
"Delete home for user"
699+
],
700+
"arguments": [
701+
"\u003cuser\u003e \u003chome\u003e"
702+
]
703+
},
704+
{
705+
"name": "homeadmin home",
706+
"aliases": [],
707+
"permissions": [
708+
"eternalcode.home.admin"
709+
],
710+
"descriptions": [
711+
"Teleport to user home"
712+
],
713+
"arguments": [
714+
"\u003cuser\u003e \u003chome\u003e"
715+
]
716+
},
717+
{
718+
"name": "homeadmin list",
719+
"aliases": [],
720+
"permissions": [
721+
"eternalcode.home.admin"
722+
],
723+
"descriptions": [
724+
"List user homes"
725+
],
726+
"arguments": [
727+
"\u003cuser\u003e"
728+
]
729+
},
730+
{
731+
"name": "homeadmin sethome",
732+
"aliases": [],
733+
"permissions": [
734+
"eternalcode.home.admin"
735+
],
736+
"descriptions": [
737+
"Set home for user"
738+
],
739+
"arguments": [
740+
"\u003cuser\u003e \u003chome\u003e [location]"
741+
]
742+
},
704743
{
705744
"name": "ignore ",
706745
"aliases": [],

0 commit comments

Comments
 (0)