Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Feb 20, 2024
1 parent 2178a1f commit a0836de
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ For Maven projects use:

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

For Maven projects use:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.1.0</version>
<version>1.1.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.1.0"
version = "1.1.1"

checkstyle {
toolVersion = "10.12.5"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0"
version = "1.1.1"

java {
withSourcesJar()
Expand Down Expand Up @@ -34,4 +34,4 @@ publishing {
from(components["java"])
}
}
}
}
3 changes: 3 additions & 0 deletions eternalcore-docs-generate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ dependencies {
runtimeOnly("commons-io:commons-io:${Versions.APACHE_COMMONS}")
runtimeOnly("dev.triumphteam:triumph-gui:${Versions.TRIUMPH_GUI}")
runtimeOnly("org.bstats:bstats-bukkit:${Versions.BSTATS}")
runtimeOnly("com.eternalcode:multification-core:${Versions.MULTIFICATION}")
runtimeOnly("com.eternalcode:eternalcode-commons-bukkit:${Versions.ETERNALCODE_COMMONS}")
runtimeOnly("com.eternalcode:eternalcode-commons-adventure:${Versions.ETERNALCODE_COMMONS}")
}
53 changes: 53 additions & 0 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,33 @@
""
]
},
{
"name": "catboy ",
"aliases": [],
"permissions": [
"eternalcore.catboy"
],
"descriptions": [
"Mark yourself as a catboy."
],
"arguments": [
"[type]"
]
},
{
"name": "catboy ",
"aliases": [],
"permissions": [
"eternalcore.catboy",
"eternalcore.catboy.others"
],
"descriptions": [
"Mark a player as a catboy."
],
"arguments": [
"\u003cplayer\u003e [type]"
]
},
{
"name": "chat clear",
"aliases": [
Expand Down Expand Up @@ -1247,6 +1274,32 @@
"\u003cplayer\u003e"
]
},
{
"name": "sudo ",
"aliases": [],
"permissions": [
"eternalcore.sudo.player"
],
"descriptions": [
"Execute command as player"
],
"arguments": [
"\u003cplayer\u003e \u003ccommand\u003e"
]
},
{
"name": "sudo -console",
"aliases": [],
"permissions": [
"eternalcore.sudo.console"
],
"descriptions": [
"Execute command as console"
],
"arguments": [
"\u003ccommand\u003e"
]
},
{
"name": "sun ",
"aliases": [],
Expand Down
11 changes: 9 additions & 2 deletions raw_features_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
]
},
{
"name": "Player First Join",
"name": "Player Join",
"permissions": [],
"descriptions": [
"Teleport to spawn on first join"
"Teleport to spawn on first join or spawn on join"
]
},
{
Expand Down Expand Up @@ -142,6 +142,13 @@
"It allows you to play sound after message in chat"
]
},
{
"name": "Spy sudo",
"permissions": [],
"descriptions": [
"Allows you to spy on other players\u0027 sudo commands execution, permission to spy: eternalcore.sudo.spy"
]
},
{
"name": "Standard help message",
"permissions": [
Expand Down

0 comments on commit a0836de

Please sign in to comment.