Static Effects
This page was last updated for version v1.4.1
Description
It is possible to create effects in your world that work continuously in a fixed position. For this, the effect must have a tick handler with a STATIC
event. In effects run as static, only STATIC
and NONE
event tick handlers can operate.
Without at least one STATIC
event tick handler, you cannot run the effect static.
Commands
Example Effect
Last updated