Skip to main content
Runs a named effect manually, with you as the caster. It’s the manual-testing counterpart of a mob’s run: write an effect, fire it on yourself, see it instantly without setting up a mob.

Usage

Alias: /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.
  • @target resolves 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 a forever repeat all apply to your player. Test destructive effects with care.