Removing Cars with Plugins doesnt remove the chunkloading entry
xNccPlay opened this issue ยท 4 comments
Today I recognized, that after I use the essentials command /killall minecarts, the carts were successfully removed, but the chunks are still kept loading, as if the carts were still there. If I destroy the carts manually by hand, the chunkloading stops normal.
Greetings
This is a bug on forge essential's end, as the killall command bypasses normal entity removal methods and thus doesn't tell forge to unload the entity's bound chunks.
However, if I'm not mistaken chunkloading isn't saved, so rebooting the game/server should fix it.
another thought on the topic, one of our more popular servers uses the command /remove minecart <radius>
and doesn't have any noticible chunkloading issues, so that may be another option worth looking into, maybe that method has more proper entity removal methods.
Thanks for the info, I'll try that command later and tell you, if that worked better :)