Passive Listener Player Move - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

PassiveSpell trigger: playermove

Properties:

Property Value
Cancellable true
Has Entity Target false
Has Location Target false

Description:

The listener activates whenever a player moves.

String Format Options:

The argument is optional but may be a tolerance value that dictates how long the distance of the movement should be to activate the passive trigger.

triggers:
    - playermove (tolerance)

Config Format Options:

(Unsupported for now.)