TechnicJelle / BlueMapOfflinePlayerMarkers

Minecraft Paper plugin and BlueMap addon that adds markers where players have logged off
Mozilla Public License 2.0
14 stars 8 forks source link

Make IO operations async #5

Closed TechnicJelle closed 3 years ago

TechnicJelle commented 3 years ago

api.getMarkerAPI() and markerAPI.save() are IO operations, so they might be better done async, and not in a loop. That will not be a problem on smaller servers though

(Thanks to https://github.com/TBlueF for this tip!)