File tree Expand file tree Collapse file tree
bukkit-adventure-platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 // implementation("dev.rollczi:litecommands-bukkit:3.10.6") // <-- uncomment in your project
2020 // implementation("dev.rollczi:litecommands-adventure-platform:3.10.6") // <-- uncomment in your project
2121 implementation(" net.kyori:adventure-platform-bukkit:4.4.1" )
22- implementation(" net.kyori:adventure-text-minimessage:4.25.0 " )
22+ implementation(" net.kyori:adventure-text-minimessage:4.26.1 " )
2323
2424 implementation(project(" :litecommands-bukkit" )) // don't use this line in your build.gradle
2525 implementation(project(" :litecommands-adventure-platform" )) // don't use this line in your build.gradle
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616
1717dependencies {
1818 implementation(" net.minestom:minestom:${Versions .MINESTOM } " )
19- implementation(" net.kyori:adventure-text-minimessage:4.25.0 " )
19+ implementation(" net.kyori:adventure-text-minimessage:4.26.1 " )
2020
2121 // implementation("dev.rollczi:litecommands-minestom:3.10.6") // <-- uncomment in your project
2222 implementation(project(" :litecommands-minestom" )) // don't use this line in your build.gradle
You can’t perform that action at this time.
0 commit comments