Skip to content

Commit 95b139e

Browse files
committed
Release v1.1.0
1 parent 9e202fc commit 95b139e

File tree

4 files changed

+53
-6
lines changed

4 files changed

+53
-6
lines changed

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.0.3"
7+
version = "1.1.0"
88

99
checkstyle {
1010
toolVersion = "10.12.5"

eternalcore-docs-generate/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ dependencies {
1010
implementation("com.google.guava:guava:${Versions.GUAVA}")
1111
implementation("com.google.code.gson:gson:${Versions.GSON}")
1212
implementation("dev.rollczi:litecommands-framework:${Versions.LITE_COMMANDS}")
13+
implementation("dev.rollczi:litecommands-bukkit:${Versions.LITE_COMMANDS}")
14+
implementation("dev.rollczi:litecommands-adventure-platform:${Versions.LITE_COMMANDS}")
1315

1416
runtimeOnly("org.spigotmc:spigot-api:${Versions.SPIGOT_API}")
15-
runtimeOnly("io.papermc:paperlib:${Versions.PAPERLIB}")
1617
runtimeOnly("net.kyori:adventure-platform-bukkit:${Versions.ADVENTURE_PLATFORM}")
1718
runtimeOnly("net.kyori:adventure-text-minimessage:${Versions.ADVENTURE_TEXT_MINIMESSAGE}")
19+
runtimeOnly("io.papermc:paperlib:${Versions.PAPERLIB}")
1820
runtimeOnly("net.dzikoysk:cdn:${Versions.CDN_CONFIGS}")
1921
runtimeOnly("com.j256.ormlite:ormlite-jdbc:${Versions.ORMLITE}")
2022
runtimeOnly("com.zaxxer:HikariCP:${Versions.HIKARI_CP}")
21-
runtimeOnly("dev.rollczi:litecommands-core:${Versions.LITE_COMMANDS}")
2223
runtimeOnly("dev.rollczi:liteskullapi:${Versions.LITE_SKULL_API}")
2324
runtimeOnly("org.panda-lang:expressible:${Versions.EXPRESSIBLE}")
2425
runtimeOnly("org.panda-lang:panda-utilities:${Versions.PANDA_UTILITIES}")

raw_commands_docs.json

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,19 @@
222222
"\u003ctime\u003e"
223223
]
224224
},
225+
{
226+
"name": "chat slowmode 0",
227+
"aliases": [],
228+
"permissions": [
229+
"eternalcore.chat"
230+
],
231+
"descriptions": [
232+
"Disable SlowMode for chat"
233+
],
234+
"arguments": [
235+
""
236+
]
237+
},
225238
{
226239
"name": "clear ",
227240
"aliases": [],
@@ -960,7 +973,7 @@
960973
"name": "repair all",
961974
"aliases": [],
962975
"permissions": [
963-
"eternalcore.repair"
976+
"eternalcore.repair.all"
964977
],
965978
"descriptions": [
966979
"Repairs all items in inventory"
@@ -973,7 +986,7 @@
973986
"name": "repair armor",
974987
"aliases": [],
975988
"permissions": [
976-
"eternalcore.repair"
989+
"eternalcore.repair.armor"
977990
],
978991
"descriptions": [
979992
"Repairs all items in armor"
@@ -1260,6 +1273,19 @@
12601273
""
12611274
]
12621275
},
1276+
{
1277+
"name": "teleport ",
1278+
"aliases": [],
1279+
"permissions": [
1280+
"eternalcore.teleport"
1281+
],
1282+
"descriptions": [
1283+
"Teleport to specified location"
1284+
],
1285+
"arguments": [
1286+
"\u003cx\u003e \u003cy\u003e \u003cz\u003e"
1287+
]
1288+
},
12631289
{
12641290
"name": "teleport ",
12651291
"aliases": [],
@@ -1312,6 +1338,19 @@
13121338
"\u003cplayer\u003e \u003ctarget-player\u003e"
13131339
]
13141340
},
1341+
{
1342+
"name": "teleport ",
1343+
"aliases": [],
1344+
"permissions": [
1345+
"eternalcore.teleport"
1346+
],
1347+
"descriptions": [
1348+
"Teleport player to specified location and world"
1349+
],
1350+
"arguments": [
1351+
"\u003cplayer\u003e \u003cx\u003e \u003cy\u003e \u003cz\u003e"
1352+
]
1353+
},
13151354
{
13161355
"name": "teleportorandomplayer ",
13171356
"aliases": [],
@@ -1523,7 +1562,7 @@
15231562
"Teleport specified player to specified coordinates"
15241563
],
15251564
"arguments": [
1526-
"\u003cplayer\u003e \u003cx\u003e \u003cy\u003e \u003cz\u003e"
1565+
"\u003cx\u003e \u003cy\u003e \u003cz\u003e \u003cplayer\u003e"
15271566
]
15281567
},
15291568
{

raw_features_docs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
"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"
101101
]
102102
},
103+
{
104+
"name": "Player First Join",
105+
"permissions": [],
106+
"descriptions": [
107+
"Teleport to spawn on first join"
108+
]
109+
},
103110
{
104111
"name": "Player Join Message",
105112
"permissions": [],

0 commit comments

Comments
 (0)