Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Jan 19, 2024
1 parent 9e202fc commit 95b139e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 6 deletions.
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.0.3"
version = "1.1.0"

checkstyle {
toolVersion = "10.12.5"
Expand Down
5 changes: 3 additions & 2 deletions eternalcore-docs-generate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ dependencies {
implementation("com.google.guava:guava:${Versions.GUAVA}")
implementation("com.google.code.gson:gson:${Versions.GSON}")
implementation("dev.rollczi:litecommands-framework:${Versions.LITE_COMMANDS}")
implementation("dev.rollczi:litecommands-bukkit:${Versions.LITE_COMMANDS}")
implementation("dev.rollczi:litecommands-adventure-platform:${Versions.LITE_COMMANDS}")

runtimeOnly("org.spigotmc:spigot-api:${Versions.SPIGOT_API}")
runtimeOnly("io.papermc:paperlib:${Versions.PAPERLIB}")
runtimeOnly("net.kyori:adventure-platform-bukkit:${Versions.ADVENTURE_PLATFORM}")
runtimeOnly("net.kyori:adventure-text-minimessage:${Versions.ADVENTURE_TEXT_MINIMESSAGE}")
runtimeOnly("io.papermc:paperlib:${Versions.PAPERLIB}")
runtimeOnly("net.dzikoysk:cdn:${Versions.CDN_CONFIGS}")
runtimeOnly("com.j256.ormlite:ormlite-jdbc:${Versions.ORMLITE}")
runtimeOnly("com.zaxxer:HikariCP:${Versions.HIKARI_CP}")
runtimeOnly("dev.rollczi:litecommands-core:${Versions.LITE_COMMANDS}")
runtimeOnly("dev.rollczi:liteskullapi:${Versions.LITE_SKULL_API}")
runtimeOnly("org.panda-lang:expressible:${Versions.EXPRESSIBLE}")
runtimeOnly("org.panda-lang:panda-utilities:${Versions.PANDA_UTILITIES}")
Expand Down
45 changes: 42 additions & 3 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,19 @@
"\u003ctime\u003e"
]
},
{
"name": "chat slowmode 0",
"aliases": [],
"permissions": [
"eternalcore.chat"
],
"descriptions": [
"Disable SlowMode for chat"
],
"arguments": [
""
]
},
{
"name": "clear ",
"aliases": [],
Expand Down Expand Up @@ -960,7 +973,7 @@
"name": "repair all",
"aliases": [],
"permissions": [
"eternalcore.repair"
"eternalcore.repair.all"
],
"descriptions": [
"Repairs all items in inventory"
Expand All @@ -973,7 +986,7 @@
"name": "repair armor",
"aliases": [],
"permissions": [
"eternalcore.repair"
"eternalcore.repair.armor"
],
"descriptions": [
"Repairs all items in armor"
Expand Down Expand Up @@ -1260,6 +1273,19 @@
""
]
},
{
"name": "teleport ",
"aliases": [],
"permissions": [
"eternalcore.teleport"
],
"descriptions": [
"Teleport to specified location"
],
"arguments": [
"\u003cx\u003e \u003cy\u003e \u003cz\u003e"
]
},
{
"name": "teleport ",
"aliases": [],
Expand Down Expand Up @@ -1312,6 +1338,19 @@
"\u003cplayer\u003e \u003ctarget-player\u003e"
]
},
{
"name": "teleport ",
"aliases": [],
"permissions": [
"eternalcore.teleport"
],
"descriptions": [
"Teleport player to specified location and world"
],
"arguments": [
"\u003cplayer\u003e \u003cx\u003e \u003cy\u003e \u003cz\u003e"
]
},
{
"name": "teleportorandomplayer ",
"aliases": [],
Expand Down Expand Up @@ -1523,7 +1562,7 @@
"Teleport specified player to specified coordinates"
],
"arguments": [
"\u003cplayer\u003e \u003cx\u003e \u003cy\u003e \u003cz\u003e"
"\u003cx\u003e \u003cy\u003e \u003cz\u003e \u003cplayer\u003e"
]
},
{
Expand Down
7 changes: 7 additions & 0 deletions raw_features_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@
"Send a message to all players when a player dies, you can configure the messages based on damage cause in configuration, see: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html for all damage causes"
]
},
{
"name": "Player First Join",
"permissions": [],
"descriptions": [
"Teleport to spawn on first join"
]
},
{
"name": "Player Join Message",
"permissions": [],
Expand Down

0 comments on commit 95b139e

Please sign in to comment.