You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goflishMC edited this page Apr 22, 2025
·
2 revisions
⚙️ Action Target Parameters
These parameters control how actions behave: how far they reach, what entities they affect, how long they take, and more. They are used across executors, selectors, and conditions.
🎛️ Common Parameters
Param
Description
~target:
Who the action/condition is applied to
~amount:
Numerical value, such as damage, healing, or range
~distance:
How far to search (used in selectors like [RADIUS])
~offset:
XYZ offset for particles or effects
~speed:
Particle movement speed
~duration:
Duration of potion or timer effects
~delay:
Delay before action runs (in ticks)
~message:
Chat message to show (used in MESSAGE, ACTION_BAR, etc.)