File tree Expand file tree Collapse file tree 4 files changed +60
-21
lines changed Expand file tree Collapse file tree 4 files changed +60
-21
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ For Maven projects use:
8080
8181For 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
8686For 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```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.eternalcode"
7- version = " 1.3.5 "
7+ version = " 1.4.0 "
88
99checkstyle {
1010 toolVersion = " 10.18.2"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.eternalcode"
7- version = " 1.3.5 "
7+ version = " 1.4.0 "
88
99java {
1010 withSourcesJar()
Original file line number Diff line number Diff line change 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- " \u003c item\u003e \u003c amount \u003e \u003c enchantment \u003e \u003c level \u003e \ u003c player\u003e "
519+ " \u003c item\u003e \u003c player\u003e "
520520 ]
521521 },
522522 {
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- " \u003c item\u003e \u003c player\u003e "
545+ " \u003c item\u003e \u003c amount \u003e \ u003c player\u003e "
546546 ]
547547 },
548548 {
558558 " \u003c item\u003e \u003c amount\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- " \u003c item\u003e \u003c amount\u003e \u003c player\u003e "
572- ]
573- },
574561 {
575562 "name" : " god " ,
576563 "aliases" : [],
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+ " \u003c user\u003e \u003c home\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+ " \u003c user\u003e \u003c home\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+ " \u003c user\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+ " \u003c user\u003e \u003c home\u003e [location]"
741+ ]
742+ },
704743 {
705744 "name" : " ignore " ,
706745 "aliases" : [],
You can’t perform that action at this time.
0 commit comments