CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
380 stars 120 forks source link

fix: properly convert adventure components into bungee basecomponents #1307

Closed 0utplay closed 1 year ago

0utplay commented 1 year ago

Motivation

When converting between adventure components and bungeecord basecomponents we loose some styling features like the hover & clickevent.

Modification

Added the adventure-text-serializer-bungeecord lib to handle the conversion between the components.

Result

All features provided in the adventure component get passed into the BaseComponent.

Other

Fixes #1216