EcoEnchants/eco-core/core-plugin
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
..
src/main Fixed Soulbound bug 2021-09-09 17:05:49 +08:00
build.gradle Added 1.17 particles 2021-06-13 10:54:24 +01:00