File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
common/src/main/kotlin/com/github/hoshikurama/ticketmanager/common Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
2323dependencies {
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" )
Original file line number Diff line number Diff line change 11# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
22# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
33# TicketManager Config File #
4- # Version 11.1.8 #
4+ # Version 11.1.9 #
55# Paper Edition #
66# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
77# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
Original file line number Diff line number Diff line change 11name : TicketManager
2- version : ' 11.1.8 '
2+ version : ' 11.1.9 '
33main : com.github.hoshikurama.ticketmanager.paper.PaperPlugin
44api-version : ' 1.21'
55authors : [HoshiKurama]
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change 11# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
22# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
33# TicketManager Config File #
4- # Version 11.1.8 #
4+ # Version 11.1.9 #
55# Spigot Edition #
66# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
77# ╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳╳ #
Original file line number Diff line number Diff line change 11name : TicketManager
2- version : 11.1.8
2+ version : 11.1.9
33main : com.github.hoshikurama.ticketmanager.spigot.SpigotPlugin
44api-version : 1.21
55authors : [HoshiKurama]
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
1212
1313subprojects {
1414 group = " com.github.hoshikurama"
15- version = " 11.1.8 "
15+ version = " 11.1.9 "
1616}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.github.hoshikurama.ticketmanager.common
22
33import java.util.*
44
5- const val mainPluginVersion = " 11.1.8 "
5+ const val mainPluginVersion = " 11.1.9 "
66const val bridgePluginVersion = " 4.1"
77
88const val bukkitMetricsKey = 11033
You can’t perform that action at this time.
0 commit comments