-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
It would be beneficial for this library to include native support for commonly used Adventure API objects such as TextComponent, Sound, and Key.
In my experience, I've used this library in two different projects, and the first task I always undertake is copying the ComponentSerializer, SoundSerializer, and KeySerializer modules.
The Adventure API also provides support, some of which is even native on other platforms. It would be advantageous to integrate similar support into this library. You can find more information about Adventure API support on other platforms here: https://docs.advntr.dev/platform/native.html
Charismara and marlester-dev