Attacker (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.3

Syntax

[the] (attacker|damager)

Description

The attacker of a damage event, e.g. when a player attacks a zombie this expression represents the player.", Please note that the attacker can also be a block, e.g. a cactus or lava, but this expression will not be set in these cases.

Examples

on damage:
	attacker is a player
	health of attacker is less than or equal to 2
	damage victim by 1 heart

View source