Skip to content

Commit 35fab52

Browse files
committed
Release v1.6.0
1 parent f5abfae commit 35fab52

File tree

5 files changed

+118
-27
lines changed

5 files changed

+118
-27
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ For Maven projects use:
8282

8383
For Gradle projects use:
8484
```kts
85-
compileOnly("com.eternalcode:eternalcore-api:1.5.2")
85+
compileOnly("com.eternalcode:eternalcore-api:1.6.0")
8686
```
8787

8888
For Maven projects use:
8989
```xml
9090
<dependency>
9191
<groupId>com.eternalcode</groupId>
9292
<artifactId>eternalcore-api</artifactId>
93-
<version>1.5.2</version>
93+
<version>1.6.0</version>
9494
<scope>provided</scope>
9595
</dependency>
9696
```

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.5.2"
7+
version = "1.6.0"
88

99
checkstyle {
1010
toolVersion = "10.21.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.5.2"
7+
version = "1.6.0"
88

99
java {
1010
withSourcesJar()

raw_commands_docs.json

Lines changed: 107 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eternalcore.afk"
2020
],
2121
"descriptions": [
22-
"Marks you as AFK, if player has eternalcore.afk.bypass permission, eternalcore will be ignore afk delay"
22+
"Marks you as AFK, if player has eternalcore.afk.bypass permission, eternalcore will ignore afk delay"
2323
],
2424
"arguments": [
2525
""
@@ -543,33 +543,31 @@
543543
"eternalcore.gamemode"
544544
],
545545
"descriptions": [
546-
"Sets gamemode of another player"
546+
"Sets your gamemode"
547547
],
548548
"arguments": [
549-
"\u003cgamemode\u003e \u003cplayer\u003e"
549+
"\u003cgamemode\u003e"
550550
]
551551
},
552552
{
553553
"name": "gamemode ",
554554
"aliases": [],
555-
"permissions": [
556-
"eternalcore.gamemode"
557-
],
558-
"descriptions": [
559-
"Sets your gamemode"
560-
],
561-
"arguments": [
562-
"\u003cgamemode\u003e"
563-
]
555+
"permissions": [],
556+
"descriptions": [],
557+
"arguments": []
564558
},
565559
{
566560
"name": "gamemode ",
567561
"aliases": [],
568562
"permissions": [
569-
"eternalcore.gamemode"
563+
"eternalcore.gamemode.other"
570564
],
571-
"descriptions": [],
572-
"arguments": []
565+
"descriptions": [
566+
"Sets gamemode of another player"
567+
],
568+
"arguments": [
569+
"\u003cgamemode\u003e \u003cplayer\u003e"
570+
]
573571
},
574572
{
575573
"name": "give ",
@@ -879,12 +877,25 @@
879877
"eternalcore.itemlore"
880878
],
881879
"descriptions": [
882-
"Clears lore of item in hand"
880+
"Clears all lore from the item in hand"
883881
],
884882
"arguments": [
885883
""
886884
]
887885
},
886+
{
887+
"name": "itemlore remove",
888+
"aliases": [],
889+
"permissions": [
890+
"eternalcore.itemlore"
891+
],
892+
"descriptions": [
893+
"Removes a specific line of lore from the item in hand"
894+
],
895+
"arguments": [
896+
"\u003cline\u003e"
897+
]
898+
},
888899
{
889900
"name": "itemname ",
890901
"aliases": [],
@@ -1140,6 +1151,60 @@
11401151
"\u003cplayer\u003e \u003cmessage\u003e"
11411152
]
11421153
},
1154+
{
1155+
"name": "msgtoggle ",
1156+
"aliases": [],
1157+
"permissions": [
1158+
"eternalcore.msgtoggle"
1159+
],
1160+
"descriptions": [
1161+
"Toggle receiving private messages"
1162+
],
1163+
"arguments": [
1164+
""
1165+
]
1166+
},
1167+
{
1168+
"name": "msgtoggle ",
1169+
"aliases": [],
1170+
"permissions": [
1171+
"eternalcore.msgtoggle",
1172+
"eternalcore.msgtoggle.other"
1173+
],
1174+
"descriptions": [
1175+
"Switch receiving private messages for other player"
1176+
],
1177+
"arguments": [
1178+
"\u003cplayer\u003e"
1179+
]
1180+
},
1181+
{
1182+
"name": "msgtoggle ",
1183+
"aliases": [],
1184+
"permissions": [
1185+
"eternalcore.msgtoggle"
1186+
],
1187+
"descriptions": [
1188+
"Switch receiving private messages"
1189+
],
1190+
"arguments": [
1191+
"\u003cstate\u003e"
1192+
]
1193+
},
1194+
{
1195+
"name": "msgtoggle ",
1196+
"aliases": [],
1197+
"permissions": [
1198+
"eternalcore.msgtoggle",
1199+
"eternalcore.msgtoggle.other"
1200+
],
1201+
"descriptions": [
1202+
"Switch receiving private messages for other player"
1203+
],
1204+
"arguments": [
1205+
"\u003cplayer\u003e \u003ctoggle\u003e"
1206+
]
1207+
},
11431208
{
11441209
"name": "night ",
11451210
"aliases": [],
@@ -1311,6 +1376,19 @@
13111376
"\u003cplayer\u003e"
13121377
]
13131378
},
1379+
{
1380+
"name": "seen ",
1381+
"aliases": [],
1382+
"permissions": [
1383+
"eternalcore.seen"
1384+
],
1385+
"descriptions": [
1386+
"Shows when the player was last seen on the server"
1387+
],
1388+
"arguments": [
1389+
""
1390+
]
1391+
},
13141392
{
13151393
"name": "sethome ",
13161394
"aliases": [],
@@ -1337,6 +1415,19 @@
13371415
"\u003chome\u003e"
13381416
]
13391417
},
1418+
{
1419+
"name": "setslot ",
1420+
"aliases": [],
1421+
"permissions": [
1422+
"eternalcore.setslot"
1423+
],
1424+
"descriptions": [
1425+
"Set the max players on the server"
1426+
],
1427+
"arguments": [
1428+
""
1429+
]
1430+
},
13401431
{
13411432
"name": "setspawn ",
13421433
"aliases": [],

raw_features_docs.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
"It allows you to mark yourself as AFK, or if you are AFK, eternalcore will mark you as AFK after some time"
1010
]
1111
},
12-
{
13-
"name": "AutoMessage",
14-
"permissions": [],
15-
"descriptions": [
16-
"Automatically sends messages to players at a given time interval."
17-
]
18-
},
1912
{
2013
"name": "Bypass Full Server",
2114
"permissions": [
@@ -135,6 +128,13 @@
135128
"Play a sound after a player quits the server"
136129
]
137130
},
131+
{
132+
"name": "ServerLinks",
133+
"permissions": [],
134+
"descriptions": [
135+
"Server links to players allow to display link\u0027s dedicated to server social media. Displayed under the pause menu (ESC)."
136+
]
137+
},
138138
{
139139
"name": "Sound after message in chat",
140140
"permissions": [],

0 commit comments

Comments
 (0)