Knockback Attacker/Victim (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.8.0

Syntax

[the] knockback (attacker|victim)

Description

The attacker/victim in an entity knockback event.

Examples

on entity knockback:
	if knockback attacker is a player:
		if knockback victim is a sheep:
			cancel event

View source