Use NBT instead of strings for serializing values
rubensworks opened this issue · 2 comments
Issue type:
- ➕ Feature request
Short description:
Currently, we use a string-based representation for serializing all values. This can be made more efficient by using NBT tags instead.
Note to self: also make sure that packets can not become too large (#664).