CivClassic / ExilePearl

For when you really just don't want that dude HERE but don't care if he plays - Paper plugin built for 1.16.5 Minecraft - Anti-grief tool built for players, not mods.
MIT License
0 stars 18 forks source link

Pearl decay task is laggy #53

Closed Maxopoly closed 4 years ago

Maxopoly commented 4 years ago

Pearl decay should not force load chunks with pearls, it makes pearl decay a major performance hiccup. When implementing this, keep in mind that calls like getLocation().getChunk().isLoaded() will force load the chunk.

Maxopoly commented 4 years ago

Should be fixed by https://github.com/CivClassic/ExilePearl/pull/55