Skip to content

Commit 93c0bf0

Browse files
authored
Merge pull request HoshiKurama#41 from BadWolfMC/1-21-8-updates
CommandAPI Update to MC 1.21.8
2 parents aa8151c + cd56bbe commit 93c0bf0

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Standalone/Paper/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
dependencies {
2424
compileOnly("net.luckperms:api:5.4")
2525
compileOnly("com.mojang:brigadier:1.0.500")
26-
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
26+
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
2727
compileOnly("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
2828
compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0")
2929
compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
@@ -36,9 +36,9 @@ dependencies {
3636
implementation("org.yaml:snakeyaml:2.3")
3737
implementation("com.github.seratch:kotliquery:1.9.0")
3838
implementation("com.h2database:h2:2.3.232")
39-
implementation("dev.jorel:commandapi-bukkit-core:10.1.1")
40-
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:10.1.1")
41-
implementation("dev.jorel:commandapi-bukkit-kotlin:10.1.1")
39+
implementation("dev.jorel:commandapi-bukkit-core:10.1.2")
40+
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:10.1.2")
41+
implementation("dev.jorel:commandapi-bukkit-kotlin:10.1.2")
4242
implementation("joda-time:joda-time:2.13.0")
4343
implementation("net.kyori:adventure-extra-kotlin:4.17.0")
4444
implementation("org.bstats:bstats-bukkit:3.0.2")

Standalone/Paper/src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
22
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
33
# TicketManager Config File #
4-
# Version 11.1.8 #
4+
# Version 11.1.9 #
55
# Paper Edition #
66
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
77
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #

Standalone/Paper/src/main/resources/paper-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: TicketManager
2-
version: '11.1.8'
2+
version: '11.1.9'
33
main: com.github.hoshikurama.ticketmanager.paper.PaperPlugin
44
api-version: '1.21'
55
authors: [HoshiKurama]

Standalone/Spigot/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies {
3131
implementation("org.yaml:snakeyaml:2.3")
3232
implementation("com.github.seratch:kotliquery:1.9.0")
3333
implementation("com.h2database:h2:2.3.232")
34-
implementation("dev.jorel:commandapi-bukkit-core:10.1.1")
35-
implementation("dev.jorel:commandapi-bukkit-shade:10.1.1")
36-
implementation("dev.jorel:commandapi-bukkit-kotlin:10.1.1")
34+
implementation("dev.jorel:commandapi-bukkit-core:10.1.2")
35+
implementation("dev.jorel:commandapi-bukkit-shade:10.1.2")
36+
implementation("dev.jorel:commandapi-bukkit-kotlin:10.1.2")
3737
implementation("joda-time:joda-time:2.13.0")
3838
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
3939
implementation("net.kyori:adventure-text-minimessage:4.17.0")

Standalone/Spigot/src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
22
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
33
# TicketManager Config File #
4-
# Version 11.1.8 #
4+
# Version 11.1.9 #
55
# Spigot Edition #
66
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
77
# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #

Standalone/Spigot/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: TicketManager
2-
version: 11.1.8
2+
version: 11.1.9
33
main: com.github.hoshikurama.ticketmanager.spigot.SpigotPlugin
44
api-version: 1.21
55
authors: [HoshiKurama]

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies {
1212

1313
subprojects {
1414
group = "com.github.hoshikurama"
15-
version = "11.1.8"
15+
version = "11.1.9"
1616
}

common/src/main/kotlin/com/github/hoshikurama/ticketmanager/common/VariousInformation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.github.hoshikurama.ticketmanager.common
22

33
import java.util.*
44

5-
const val mainPluginVersion = "11.1.8"
5+
const val mainPluginVersion = "11.1.9"
66
const val bridgePluginVersion = "4.1"
77

88
const val bukkitMetricsKey = 11033

0 commit comments

Comments
 (0)