PvPManager

PvPManager

3M Downloads

Doesn't prevent damage from ExcellentEnchants

Bloodlex opened this issue ยท 1 comments

commented

Describe the bug
PVP is disabled in PVP manager, but some enchantments from ExcellentEnchants still do some damage... could you please help with that and prevent it? It occurs for instance in Withered Arrows or Bomber enchant.

To Reproduce
Steps to reproduce the behavior:

  1. Install PVPManager and ExcellentEnchants
  2. Get another player with turned off PVP in PVPManager
  3. Use weapon with Withered Arrows or Bomber on this another player and it still could do damage

Expected behavior
Any damage should be prevented.

Plugin and Server version
PvpManager: 3.8.4
Server version: Purpur version git-Purpur-1060 (MC: 1.16.5)

commented

Issues like this usually need to be solved from the enchant plugin's side. Most likely by calling a damage event and check if it's cancelled by pvpmanager (or other protection plugins)
I'm open to make changes if I'm wrong and there's something to be done from my side though.