Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Apr 30, 2024
1 parent 9ed13d3 commit b19fd5b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.4`.
- 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.5`.
- Requires **Java 17 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).

Expand Down Expand Up @@ -80,15 +80,15 @@ For Maven projects use:

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

For Maven projects use:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.2.0</version>
<version>1.2.1</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.2.0"
version = "1.2.1"

checkstyle {
toolVersion = "10.15.0"
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.2.0"
version = "1.2.1"

java {
withSourcesJar()
Expand Down
21 changes: 17 additions & 4 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,19 @@
"descriptions": [],
"arguments": []
},
{
"name": "give ",
"aliases": [],
"permissions": [
"eternalcore.give"
],
"descriptions": [
"Gives an item with a custom amount to another player"
],
"arguments": [
"\u003citem\u003e \u003camount\u003e \u003cenchantment\u003e \u003clevel\u003e \u003cplayer\u003e"
]
},
{
"name": "give ",
"aliases": [],
Expand Down Expand Up @@ -539,10 +552,10 @@
"eternalcore.give"
],
"descriptions": [
"Gives an item with a custom amount to another player"
"Gives you an item with a custom amount"
],
"arguments": [
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
"\u003citem\u003e \u003camount\u003e"
]
},
{
Expand All @@ -552,10 +565,10 @@
"eternalcore.give"
],
"descriptions": [
"Gives you an item with a custom amount"
"Gives an item with a custom amount to another player"
],
"arguments": [
"\u003citem\u003e \u003camount\u003e"
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
]
},
{
Expand Down
9 changes: 0 additions & 9 deletions raw_features_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
"It allows you to manage chat, with slowmode, chat clear, chat on/off etc."
]
},
{
"name": "Colored sign",
"permissions": [
"eternalcore.sign"
],
"descriptions": [
"Allows you to use color codes in signs"
]
},
{
"name": "CommandConfigurator",
"permissions": [],
Expand Down

0 comments on commit b19fd5b

Please sign in to comment.