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
We can directly use nbt to store data, paper to implement pdc because the reflection call nbt efficiency is too slow. I added a CompoundTag to each chunk in PNX2.0 as an extra data store, which as a custom key field in the LevelDB.
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/persistence/PersistentDataContainer.html
https://docs.papermc.io/paper/dev/pdc
The text was updated successfully, but these errors were encountered: