You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're using the latest build for your server version
This isn't an issue caused by another plugin
You've checked for duplicate issues
You didn't use /reload
Describe the question
I'm trying to convert a json string into NBT, may be used in PLAY_SERVER_TILE_ENTITY_DATA.
The input json is given by the player so I need a deserializer.
API method(s) used
I had try NbtTextSerializer.DEFAULT#deserialize and NbtFactory#ofCompound
Expected behavior
Have a method that deserialize a complex json string into nms.nbt.CompoundTag
Make sure you're doing the following
/reload
Describe the question
I'm trying to convert a json string into NBT, may be used in PLAY_SERVER_TILE_ENTITY_DATA.
The input json is given by the player so I need a deserializer.
API method(s) used
I had try NbtTextSerializer.DEFAULT#deserialize and NbtFactory#ofCompound
Expected behavior
Have a method that deserialize a complex json string into nms.nbt.CompoundTag
Code
I tried something like this :
Additional context
This is for Skript-Packet.
The text was updated successfully, but these errors were encountered: