kangarko / CoreArena

A high-end monster arena Minecraft plugin with procedural damage and RPG system. Maps included!
https://www.mc-market.org/resources/21643/
30 stars 12 forks source link

1.16.4: Custom items with effects #410

Closed Ciredex closed 3 years ago

Ciredex commented 3 years ago

Hi! On my Server, i have many custom Items, that give you for example more HP when you have it in the offhand. Now when you join the arena you have those more HP in the arena too, even you dont have the item. When you leave the arena, you keep these HP and get those from the custom item. I set the config Store_Inventories: false, but now the players XP does not get stored as well. Is it possible to set the XP store true, even tho the inventory is not stored? Or that the Bug with the HP created by the custom items gets fixed? -Ciredex

kangarko commented 3 years ago

Sorry I'm afraid that's an incompatibility with your custom item.

enterih commented 3 years ago

That would affect every item that have modified attributes. It's not one customitem; it's everything who chance the health.

The problem is Player has a Iron_helmet with + 2 Life (20HP + 2 = 22HP) Player joined the arena and player has without the item 20HP Player leaved the arena and get the inventory back. The plugin mean: The player had 22HP (instead of 20) and set it to 22 Player has now 24hp (22HP +2HP from the Item). The player can do that again and again and again

You see that problem?`I'm sure with your knowledge you will can fix it easy. I would be ready to donate for the plugin when this could be fixed.

kangarko commented 3 years ago

CoreArena is on bug-fix maintenance only and its code is open source, anyone can make contributions without needing donating