diff --git a/Spigot-Server-Patches/Adventure.patch b/Spigot-Server-Patches/Adventure.patch index 572c4fe2d3..363b07cfbe 100644 --- a/Spigot-Server-Patches/Adventure.patch +++ b/Spigot-Server-Patches/Adventure.patch @@ -35,7 +35,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 +import java.util.List; +import net.kyori.adventure.text.Component; +import net.kyori.adventure.text.TextComponent; -+import net.kyori.adventure.text.serializer.plain.PlainComponentSerializer; +import net.minecraft.network.chat.ChatModifier; +import net.minecraft.network.chat.IChatBaseComponent; +import net.minecraft.network.chat.IChatMutableComponent; @@ -79,7 +78,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + @Override + public String getString() { -+ return PlainComponentSerializer.plain().serialize(this.wrapped); ++ return PaperAdventure.PLAIN.serialize(this.wrapped); + } + + @Override