Skip to content

Commit b19fd5b

Browse files
committed
Release v1.2.1
1 parent 9ed13d3 commit b19fd5b

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EternalCore is your ultimate companion for enhancing your Minecraft server exper
1717

1818
## :information_source: Information
1919

20-
- 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`.
20+
- 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`.
2121
- Requires **Java 17 or later** to work properly. For older versions of Java, this may affect the functionality of the plugin.
2222
- 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).
2323

@@ -80,15 +80,15 @@ For Maven projects use:
8080

8181
For Gradle projects use:
8282
```kts
83-
compileOnly("com.eternalcode:eternalcore-api:1.2.0")
83+
compileOnly("com.eternalcode:eternalcore-api:1.2.1")
8484
```
8585

8686
For Maven projects use:
8787
```xml
8888
<dependency>
8989
<groupId>com.eternalcode</groupId>
9090
<artifactId>eternalcore-api</artifactId>
91-
<version>1.2.0</version>
91+
<version>1.2.1</version>
9292
<scope>provided</scope>
9393
</dependency>
9494
```

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.2.0"
7+
version = "1.2.1"
88

99
checkstyle {
1010
toolVersion = "10.15.0"

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.2.0"
7+
version = "1.2.1"
88

99
java {
1010
withSourcesJar()

raw_commands_docs.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,19 @@
506506
"descriptions": [],
507507
"arguments": []
508508
},
509+
{
510+
"name": "give ",
511+
"aliases": [],
512+
"permissions": [
513+
"eternalcore.give"
514+
],
515+
"descriptions": [
516+
"Gives an item with a custom amount to another player"
517+
],
518+
"arguments": [
519+
"\u003citem\u003e \u003camount\u003e \u003cenchantment\u003e \u003clevel\u003e \u003cplayer\u003e"
520+
]
521+
},
509522
{
510523
"name": "give ",
511524
"aliases": [],
@@ -539,10 +552,10 @@
539552
"eternalcore.give"
540553
],
541554
"descriptions": [
542-
"Gives an item with a custom amount to another player"
555+
"Gives you an item with a custom amount"
543556
],
544557
"arguments": [
545-
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
558+
"\u003citem\u003e \u003camount\u003e"
546559
]
547560
},
548561
{
@@ -552,10 +565,10 @@
552565
"eternalcore.give"
553566
],
554567
"descriptions": [
555-
"Gives you an item with a custom amount"
568+
"Gives an item with a custom amount to another player"
556569
],
557570
"arguments": [
558-
"\u003citem\u003e \u003camount\u003e"
571+
"\u003citem\u003e \u003camount\u003e \u003cplayer\u003e"
559572
]
560573
},
561574
{

raw_features_docs.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
"It allows you to manage chat, with slowmode, chat clear, chat on/off etc."
3636
]
3737
},
38-
{
39-
"name": "Colored sign",
40-
"permissions": [
41-
"eternalcore.sign"
42-
],
43-
"descriptions": [
44-
"Allows you to use color codes in signs"
45-
]
46-
},
4738
{
4839
"name": "CommandConfigurator",
4940
"permissions": [],

0 commit comments

Comments
 (0)