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

Display anomalies and data loss #4

Closed
YouaJing opened this issue Dec 8, 2023 · 3 comments
Closed

Display anomalies and data loss #4

YouaJing opened this issue Dec 8, 2023 · 3 comments

Comments

@YouaJing
Copy link

YouaJing commented Dec 8, 2023

I’ve found some issues during testing on the Folia1.20.1

After players switch worlds, they are unable to see the Grave. Using /reload only reloads the hologram and not the skull entity. When players exit the game and re-enter the server, normal display is restored.
Grave data is only temporarily run within the server, with no local backup data. When the server crashes or the admin restarts the server, any Graves that are still counting down will be cleared, and player items will be permanently lost.

e05d1f0b828870e6a4b9aeb347cf05a

image

@BenceX100
Copy link
Contributor

Hello, can you check the latest version?

@YouaJing
Copy link
Author

Using the latest releases, the problem still persists.

I suggest the following areas for improvement:
①Re-render the scene after switching worlds
②Store the data in SQLite, MySQL when each player dies, and delete it when the player collects items or the timer expires, and load the local data when the server initializes the plugin.

@AverageGithub
Copy link
Member

Hi, about the first issue, we do resend packet entities on world change, but I don't think that event is called on Folia, as I don't think any teleport events are called on it, (for example: respawn event, teleport event).

@BenceX100 BenceX100 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants