File tree Expand file tree Collapse file tree 6 files changed +70
-7
lines changed
eternalcore-docs-generate Expand file tree Collapse file tree 6 files changed +70
-7
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.1.0 " )
83+ compileOnly(" com.eternalcode:eternalcore-api:1.1.1 " )
8484```
8585
8686For Maven projects use:
8787``` xml
8888<dependency >
8989 <groupId >com.eternalcode</groupId >
9090 <artifactId >eternalcore-api</artifactId >
91- <version >1.1.0 </version >
91+ <version >1.1.1 </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.1.0 "
7+ version = " 1.1.1 "
88
99checkstyle {
1010 toolVersion = " 10.12.5"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.eternalcode"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88
99java {
1010 withSourcesJar()
@@ -34,4 +34,4 @@ publishing {
3434 from(components[" java" ])
3535 }
3636 }
37- }
37+ }
Original file line number Diff line number Diff line change @@ -26,4 +26,7 @@ dependencies {
2626 runtimeOnly(" commons-io:commons-io:${Versions .APACHE_COMMONS } " )
2727 runtimeOnly(" dev.triumphteam:triumph-gui:${Versions .TRIUMPH_GUI } " )
2828 runtimeOnly(" org.bstats:bstats-bukkit:${Versions .BSTATS } " )
29+ runtimeOnly(" com.eternalcode:multification-core:${Versions .MULTIFICATION } " )
30+ runtimeOnly(" com.eternalcode:eternalcode-commons-bukkit:${Versions .ETERNALCODE_COMMONS } " )
31+ runtimeOnly(" com.eternalcode:eternalcode-commons-adventure:${Versions .ETERNALCODE_COMMONS } " )
2932}
Original file line number Diff line number Diff line change 168168 " "
169169 ]
170170 },
171+ {
172+ "name" : " catboy " ,
173+ "aliases" : [],
174+ "permissions" : [
175+ " eternalcore.catboy"
176+ ],
177+ "descriptions" : [
178+ " Mark yourself as a catboy."
179+ ],
180+ "arguments" : [
181+ " [type]"
182+ ]
183+ },
184+ {
185+ "name" : " catboy " ,
186+ "aliases" : [],
187+ "permissions" : [
188+ " eternalcore.catboy" ,
189+ " eternalcore.catboy.others"
190+ ],
191+ "descriptions" : [
192+ " Mark a player as a catboy."
193+ ],
194+ "arguments" : [
195+ " \u003c player\u003e [type]"
196+ ]
197+ },
171198 {
172199 "name" : " chat clear" ,
173200 "aliases" : [
12471274 " \u003c player\u003e "
12481275 ]
12491276 },
1277+ {
1278+ "name" : " sudo " ,
1279+ "aliases" : [],
1280+ "permissions" : [
1281+ " eternalcore.sudo.player"
1282+ ],
1283+ "descriptions" : [
1284+ " Execute command as player"
1285+ ],
1286+ "arguments" : [
1287+ " \u003c player\u003e \u003c command\u003e "
1288+ ]
1289+ },
1290+ {
1291+ "name" : " sudo -console" ,
1292+ "aliases" : [],
1293+ "permissions" : [
1294+ " eternalcore.sudo.console"
1295+ ],
1296+ "descriptions" : [
1297+ " Execute command as console"
1298+ ],
1299+ "arguments" : [
1300+ " \u003c command\u003e "
1301+ ]
1302+ },
12501303 {
12511304 "name" : " sun " ,
12521305 "aliases" : [],
Original file line number Diff line number Diff line change 101101 ]
102102 },
103103 {
104- "name" : " Player First Join" ,
104+ "name" : " Player Join" ,
105105 "permissions" : [],
106106 "descriptions" : [
107- " Teleport to spawn on first join"
107+ " Teleport to spawn on first join or spawn on join "
108108 ]
109109 },
110110 {
142142 " It allows you to play sound after message in chat"
143143 ]
144144 },
145+ {
146+ "name" : " Spy sudo" ,
147+ "permissions" : [],
148+ "descriptions" : [
149+ " Allows you to spy on other players\u0027 sudo commands execution, permission to spy: eternalcore.sudo.spy"
150+ ]
151+ },
145152 {
146153 "name" : " Standard help message" ,
147154 "permissions" : [
You can’t perform that action at this time.
0 commit comments