Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
Merge pull request #658 from jpenilla/mm
Update Adventure and include MiniMessage in API
Dieser Commit ist enthalten in:
Commit
d4722eb2f8
@ -36,6 +36,7 @@ dependencies {
|
|||||||
api("net.kyori:adventure-text-serializer-gson")
|
api("net.kyori:adventure-text-serializer-gson")
|
||||||
api("net.kyori:adventure-text-serializer-legacy")
|
api("net.kyori:adventure-text-serializer-legacy")
|
||||||
api("net.kyori:adventure-text-serializer-plain")
|
api("net.kyori:adventure-text-serializer-plain")
|
||||||
|
api("net.kyori:adventure-text-minimessage")
|
||||||
|
|
||||||
api "org.slf4j:slf4j-api:${slf4jVersion}"
|
api "org.slf4j:slf4j-api:${slf4jVersion}"
|
||||||
api 'com.google.inject:guice:5.0.1'
|
api 'com.google.inject:guice:5.0.1'
|
||||||
|
@ -10,7 +10,7 @@ allprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
// dependency versions
|
// dependency versions
|
||||||
adventureVersion = '4.9.3'
|
adventureVersion = '4.10.0'
|
||||||
junitVersion = '5.7.0'
|
junitVersion = '5.7.0'
|
||||||
slf4jVersion = '1.7.30'
|
slf4jVersion = '1.7.30'
|
||||||
log4jVersion = '2.17.1'
|
log4jVersion = '2.17.1'
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren