Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Feb 22, 2025
1 parent f5abfae commit 35fab52
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ For Maven projects use:

For Gradle projects use:
```kts
compileOnly("com.eternalcode:eternalcore-api:1.5.2")
compileOnly("com.eternalcode:eternalcore-api:1.6.0")
```

For Maven projects use:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.5.2"
version = "1.6.0"

checkstyle {
toolVersion = "10.21.2"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.5.2"
version = "1.6.0"

java {
withSourcesJar()
Expand Down
123 changes: 107 additions & 16 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eternalcore.afk"
],
"descriptions": [
"Marks you as AFK, if player has eternalcore.afk.bypass permission, eternalcore will be ignore afk delay"
"Marks you as AFK, if player has eternalcore.afk.bypass permission, eternalcore will ignore afk delay"
],
"arguments": [
""
Expand Down Expand Up @@ -543,33 +543,31 @@
"eternalcore.gamemode"
],
"descriptions": [
"Sets gamemode of another player"
"Sets your gamemode"
],
"arguments": [
"\u003cgamemode\u003e \u003cplayer\u003e"
"\u003cgamemode\u003e"
]
},
{
"name": "gamemode ",
"aliases": [],
"permissions": [
"eternalcore.gamemode"
],
"descriptions": [
"Sets your gamemode"
],
"arguments": [
"\u003cgamemode\u003e"
]
"permissions": [],
"descriptions": [],
"arguments": []
},
{
"name": "gamemode ",
"aliases": [],
"permissions": [
"eternalcore.gamemode"
"eternalcore.gamemode.other"
],
"descriptions": [],
"arguments": []
"descriptions": [
"Sets gamemode of another player"
],
"arguments": [
"\u003cgamemode\u003e \u003cplayer\u003e"
]
},
{
"name": "give ",
Expand Down Expand Up @@ -879,12 +877,25 @@
"eternalcore.itemlore"
],
"descriptions": [
"Clears lore of item in hand"
"Clears all lore from the item in hand"
],
"arguments": [
""
]
},
{
"name": "itemlore remove",
"aliases": [],
"permissions": [
"eternalcore.itemlore"
],
"descriptions": [
"Removes a specific line of lore from the item in hand"
],
"arguments": [
"\u003cline\u003e"
]
},
{
"name": "itemname ",
"aliases": [],
Expand Down Expand Up @@ -1140,6 +1151,60 @@
"\u003cplayer\u003e \u003cmessage\u003e"
]
},
{
"name": "msgtoggle ",
"aliases": [],
"permissions": [
"eternalcore.msgtoggle"
],
"descriptions": [
"Toggle receiving private messages"
],
"arguments": [
""
]
},
{
"name": "msgtoggle ",
"aliases": [],
"permissions": [
"eternalcore.msgtoggle",
"eternalcore.msgtoggle.other"
],
"descriptions": [
"Switch receiving private messages for other player"
],
"arguments": [
"\u003cplayer\u003e"
]
},
{
"name": "msgtoggle ",
"aliases": [],
"permissions": [
"eternalcore.msgtoggle"
],
"descriptions": [
"Switch receiving private messages"
],
"arguments": [
"\u003cstate\u003e"
]
},
{
"name": "msgtoggle ",
"aliases": [],
"permissions": [
"eternalcore.msgtoggle",
"eternalcore.msgtoggle.other"
],
"descriptions": [
"Switch receiving private messages for other player"
],
"arguments": [
"\u003cplayer\u003e \u003ctoggle\u003e"
]
},
{
"name": "night ",
"aliases": [],
Expand Down Expand Up @@ -1311,6 +1376,19 @@
"\u003cplayer\u003e"
]
},
{
"name": "seen ",
"aliases": [],
"permissions": [
"eternalcore.seen"
],
"descriptions": [
"Shows when the player was last seen on the server"
],
"arguments": [
""
]
},
{
"name": "sethome ",
"aliases": [],
Expand All @@ -1337,6 +1415,19 @@
"\u003chome\u003e"
]
},
{
"name": "setslot ",
"aliases": [],
"permissions": [
"eternalcore.setslot"
],
"descriptions": [
"Set the max players on the server"
],
"arguments": [
""
]
},
{
"name": "setspawn ",
"aliases": [],
Expand Down
14 changes: 7 additions & 7 deletions raw_features_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
"It allows you to mark yourself as AFK, or if you are AFK, eternalcore will mark you as AFK after some time"
]
},
{
"name": "AutoMessage",
"permissions": [],
"descriptions": [
"Automatically sends messages to players at a given time interval."
]
},
{
"name": "Bypass Full Server",
"permissions": [
Expand Down Expand Up @@ -135,6 +128,13 @@
"Play a sound after a player quits the server"
]
},
{
"name": "ServerLinks",
"permissions": [],
"descriptions": [
"Server links to players allow to display link\u0027s dedicated to server social media. Displayed under the pause menu (ESC)."
]
},
{
"name": "Sound after message in chat",
"permissions": [],
Expand Down

0 comments on commit 35fab52

Please sign in to comment.