mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
64eb39a417
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com> This PR makes use of Paper's item serialization to serialize items into base64 allowing for all items to be properly stored without needing to manual write in special cases for every complex item. There is a config option to disable using this new serialization and use the legacy ItemDB serializer since the new serializer removes the ability to manually edit/read kits. Defaults to not enabled Note: The new serializer places an @ sign in front of items serialized by the new format in order to quickly determine what is serialized by the new serializer and also to retain backward compatibility with the old serializer. Att #3114 Att #2867 Att #1694 Att #31 Att #1283 |
||
---|---|---|
.. | ||
src/main/java/net/ess3/provider | ||
build.gradle |