Slightly better class desc

This commit is contained in:
Olof Larsson 2013-09-21 11:43:11 +02:00
parent 06df4dc499
commit d945d2f947

View File

@ -7,8 +7,8 @@ import org.bukkit.event.entity.EntityDamageByEntityEvent;
import com.massivecraft.factions.entity.UPlayer; import com.massivecraft.factions.entity.UPlayer;
/** /**
* This event is fired when PVP is disallowed between players due to a "pvp deny" flag. * This event is fired when PVP is disallowed between players due to any rules in Factions.
* Canceling this event allows the PVP in spite of this. * Canceling this event allows the PVP in spite of this and stops text messages from being sent.
* *
* Note that the defender field always is set but the attacker can be null. * Note that the defender field always is set but the attacker can be null.
* Some other plugins seem to fire EntityDamageByEntityEvent without an attacker. * Some other plugins seem to fire EntityDamageByEntityEvent without an attacker.