EcoEnchants/eco-core
Akiranya b9cd266d0e Fixed Soulbound bug
There are some cases where the player's inventory is not empty right after respawning. For example, ItemsAdder gives a death map right after the player respawns. In this case, EcoEnchants won't give back soulbound items to the player, causing the items just disappeared.

I fix this by checking if there is any soulbound items right after respawning, instead of simply checking whether the player's inventory is empty or not.

More robust logic to handle such case is expected. My solution is just a workaround.
2021-09-09 17:05:49 +08:00
..
core-nms Updated to eco 6.3.0 and began using FastItemStack 2021-08-07 15:00:34 +01:00
core-plugin Fixed Soulbound bug 2021-09-09 17:05:49 +08:00
core-proxy Updated to eco 6.3.0 and began using FastItemStack 2021-08-07 15:00:34 +01:00
build.gradle Updated eco and cleaned up builds, should improve Magma Walker performance 2021-01-12 14:56:19 +00:00