Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
vLuckyyy committed Jan 11, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 07c1118 commit 8439bf0
Showing 5 changed files with 86 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ EternalCore is your ultimate companion for enhancing your Minecraft server exper

## :information_source: Information

- EternalCore fully supports Minecraft's latest minor versions starting from each major version, starting from 1.17 onward, e.g. `1.17.1`, `1.18.2`, `1.19.4`, `1.20.6`, `1.21.1`.
- Requires **Java 17 or later** to work properly. For older versions of Java, this may affect the functionality of the plugin.
- EternalCore fully supports Minecraft's latest minor versions starting from each major version, starting from 1.17 onward, e.g. `1.17.1`, `1.18.2`, `1.19.4`, `1.20.6`, `1.21.4`.
- Requires **Java 21 or later** to work properly. For older versions of Java, this may affect the functionality of the plugin.
- If you have any questions, perhaps you will find a solution to them in our [documentation](https://docs.eternalcode.pl/eternalcore/introduction.html), you can also ask us about it on [discord](https://discord.gg/FQ7jmGBd6c).

## :hammer_and_wrench: Development Builds
@@ -80,15 +80,15 @@ For Maven projects use:

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

For Maven projects use:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>
```
@@ -97,7 +97,7 @@ For Maven projects use:

## :building_construction: Building

To build EternalCore, follow these steps (Make sure you have **JDK 17 or higher**):
To build EternalCore, follow these steps (Make sure you have **JDK 21 or higher**):

```shell
./gradlew clean eternalcore-plugin:shadowJar
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.4.0"
version = "1.5.0"

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

group = "com.eternalcode"
version = "1.4.0"
version = "1.5.0"

java {
withSourcesJar()
65 changes: 65 additions & 0 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
@@ -38,6 +38,71 @@
"\u003ctype\u003e \u003cmessage\u003e"
]
},
{
"name": "alert-queue add",
"aliases": [],
"permissions": [
"eternalcore.alert.queue"
],
"descriptions": [
"Adds alert to the queue with specified notice type and messages"
],
"arguments": [
"\u003ctype\u003e \u003cmessage\u003e"
]
},
{
"name": "alert-queue clear",
"aliases": [],
"permissions": [
"eternalcore.alert.queue"
],
"descriptions": [
"Clears all alerts from the queue"
],
"arguments": [
""
]
},
{
"name": "alert-queue remove",
"aliases": [],
"permissions": [
"eternalcore.alert.queue"
],
"descriptions": [
"Removes all alerts of the given type from the queue"
],
"arguments": [
"\u003ctype\u003e all"
]
},
{
"name": "alert-queue remove",
"aliases": [],
"permissions": [
"eternalcore.alert.queue"
],
"descriptions": [
"Removes a latest alert of the given type from the queue"
],
"arguments": [
"\u003ctype\u003e latest"
]
},
{
"name": "alert-queue send",
"aliases": [],
"permissions": [
"eternalcore.alert.queue"
],
"descriptions": [
"Sends all alerts from the queue"
],
"arguments": [
""
]
},
{
"name": "anvil ",
"aliases": [],
14 changes: 14 additions & 0 deletions raw_features_docs.json
Original file line number Diff line number Diff line change
@@ -174,6 +174,20 @@
"Sends a message to the player when a new plugin update is available after joining the server."
]
},
{
"name": "Vanish tabulation",
"permissions": [],
"descriptions": [
"EternalCore prevents non-admin players from seeing vanished players in the commands like /tpa. To re-enable this feature for specific players, grant them the eternalcore.vanish.tabulation.see permission."
]
},
{
"name": "Vanish tabulation",
"permissions": [],
"descriptions": [
"EternalCore prevents non-admin players from seeing vanished players in the commands like /tpa. To re-enable this feature for specific players, grant them the eternalcore.vanish.tabulation.see permission."
]
},
{
"name": "Warp System",
"permissions": [],

0 comments on commit 8439bf0

Please sign in to comment.