run: write an effect, fire it on yourself, see it instantly without setting up a mob.
Usage
/nme e start <effect> Permission: nmentities.effect Player-only: yes
Arguments
How the effect resolves
The effect runs as if you were the mob:@self(the default targeter) is you.- Radius targeters (
@playersRadius[N], …) resolve around your location. @targetresolves to nothing, since there’s no trigger entity, so those lines do nothing.<caster.name>is your name, and caster-scope variables live on you.
Examples
Notes
- The effect really runs on you.
damage @self,suicide, or aforeverrepeat all apply to your player. Test destructive effects with care.

