Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: PDC (Persistent Data Container) #97

Open
IWareQ opened this issue Dec 19, 2023 · 1 comment
Open

feat: PDC (Persistent Data Container) #97

IWareQ opened this issue Dec 19, 2023 · 1 comment
Assignees
Labels
Development Task New Feature New feature or request

Comments

@IWareQ
Copy link
Member

IWareQ commented Dec 19, 2023

https://hub.spigotmc.org/javadocs/spigot/org/bukkit/persistence/PersistentDataContainer.html

https://docs.papermc.io/paper/dev/pdc

@IWareQ IWareQ converted this from a draft issue Dec 19, 2023
@IWareQ IWareQ self-assigned this Dec 19, 2023
@IWareQ IWareQ added Development Task New Feature New feature or request labels Dec 19, 2023
@CoolLoong
Copy link
Collaborator

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.

@smartcmd smartcmd added Proposal Some important decisions and removed Development Task New Feature New feature or request labels Jan 27, 2024
@smartcmd smartcmd changed the title feat: PDC (Persistent Data Container) proposal: PDC (Persistent Data Container) Jan 27, 2024
@IWareQ IWareQ closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2024
@smartcmd smartcmd changed the title proposal: PDC (Persistent Data Container) feat: PDC (Persistent Data Container) Nov 10, 2024
@smartcmd smartcmd added Development Task New Feature New feature or request and removed Proposal Some important decisions labels Nov 10, 2024
@smartcmd smartcmd reopened this Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development Task New Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants