LazoYoung / CraftGames

Minecraft Paper plugin that enables you to make custom minigame scripts.
MIT License
2 stars 1 forks source link

Location serialization is not safe. #28

Closed LazoYoung closed 4 years ago

LazoYoung commented 4 years ago

Plugin must save the location of game players so they can exit back to the original place. The code relies on Bukkit method when it comes to saving location to file and vice versa. If the world is unloaded at that point, the server crashes.

LazoYoung commented 4 years ago

Dropped this feature which tracks each player's location before /join