File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
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.5.0 " )
83+ compileOnly(" com.eternalcode:eternalcore-api:1.5.1 " )
8484```
8585
8686For Maven projects use:
8787``` xml
8888<dependency >
8989 <groupId >com.eternalcode</groupId >
9090 <artifactId >eternalcore-api</artifactId >
91- <version >1.5.0 </version >
91+ <version >1.5.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.5.0 "
7+ version = " 1.5.1 "
88
99checkstyle {
1010 toolVersion = " 10.21.1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.eternalcode"
7- version = " 1.5.0 "
7+ version = " 1.5.1 "
88
99java {
1010 withSourcesJar()
Original file line number Diff line number Diff line change 20512051 " "
20522052 ]
20532053 },
2054+ {
2055+ "name" : " warp-permission add " ,
2056+ "aliases" : [],
2057+ "permissions" : [
2058+ " eternalcore.warp.changepermissions"
2059+ ],
2060+ "descriptions" : [],
2061+ "arguments" : []
2062+ },
2063+ {
2064+ "name" : " warp-permission remove " ,
2065+ "aliases" : [],
2066+ "permissions" : [
2067+ " eternalcore.warp.changepermissions"
2068+ ],
2069+ "descriptions" : [],
2070+ "arguments" : []
2071+ },
20542072 {
20552073 "name" : " whois " ,
20562074 "aliases" : [],
You can’t perform that action at this time.
0 commit comments