skript-mirror

Addon skript-mirror 0.19.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Can u try this + restart.

Code:
import:
  org.bukkit.event.entity.EntityDamageEvent
  org.bukkit.event.entity.EntityDamageByEntityEvent

on damage:
  uncancel event

on EntityDamageEvent with priority highest:
   broadcast "e"

on EntityDamageByEntityEvent with priority highest:
   broadcast "f"
Nothing change, when i'm not in the other player's faction, it work because the event isn't cancelled by the Factions plugin but when i'm in the same factions, there is no broadcast