Replace home-made legacy hover event serializer with Adventure's implementation

This technically can break backwards compatibility, but this seems to be very unlikely to be the practice in reality. (The Velocity implementation probably wasn't correct, anyway.)
This commit is contained in:
Andrew Steinborn
2024-10-27 15:13:16 -04:00
parent dc40e160d7
commit 08a42b3723
4 changed files with 7 additions and 130 deletions

View File

@@ -127,7 +127,7 @@ dependencies {
runtimeOnly(libs.disruptor)
implementation(libs.fastutil)
implementation(platform(libs.adventure.bom))
implementation("net.kyori:adventure-nbt")
implementation(libs.adventure.text.serializer.json.legacy.impl)
implementation(libs.adventure.facet)
implementation(libs.completablefutures)
implementation(libs.nightconfig)