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

Vane Integration? #78

Open D4N13L1980 opened 6 months ago

D4N13L1980 commented 6 months ago

I'm currently experiencing an issue with the DeadChest and Vane plugins. Vane allows for items to be enchanted with Soulbound, which means these items can't be dropped. Ideally, after a player dies, these items should remain in their inventory. I noticed there is an "exclude item" option in the DeadChest configuration, and upon testing it, it appears that the excluded items are being deleted instead of being retained or dropped.

I am seeking a solution that would ensure players keep their Soulbound items in their inventory post-mortem, while all other items are stored in their DeadChest.

DeadChest truly stands out as the best plugin in its genre, continuously delivering excellence and keeping up with the latest updates. Keep up the excellent work!

Could you let me know if what I'm seeking is feasible, and if you require any more details? Here are the links for reference:

Vane

Thank you for your attention and your commitment to enhancing the gaming experience.

apavarino commented 5 months ago

Hello, thanks for your message !

I think I can add a new mechanic similar to excludedItems like ignoredItem but instead items on this list will be ignored by Deadchest plugin. With this feature I think that will provide you the fine tuning you want.

I don't want to add a specific plugin compatibility because it's real pain to maintain. In this way the feature will stay generic

I will add this on the next update ! Hopefully that will cover your case !

apavarino commented 5 months ago

Added on 4.21.0. I will make probably another update to add similar behaviour with enchantment later