apavarino / Deadchest

Minecraft Plugin - Keep your inventory in a chest when you die !
https://dev.bukkit.org/projects/dead-chest
GNU General Public License v3.0
18 stars 17 forks source link

fix multiplication bug #40

Closed Tingcraf closed 2 years ago

Tingcraf commented 2 years ago

Fixes an issue when a dead chest expires in an unloaded chunk that causes the items to drop every second. Should also fix that Armorstands aren't removed when the chunk wasn't loaded.

The expired dead chests wasn't removed from the ChestData ArrayList.

apavarino commented 2 years ago

Thanks for the work ! But we want to keep data on chest dataData.yml until the holo is removed. Performance issue is now handle on version 4.10