1. message
Sends chat text.
Fields: message. Supports %event%.
2. sound
Plays a Bukkit sound.
Fields: sound, volume (default 1.0), pitch (default 1.0).
3. potion
Applies a potion effect.
Fields: effect, effect-duration-seconds (default 5), amplifier (default 0).
4. teleport
Applies a random offset teleport.
Fields: random-offset.x.min/max, random-offset.y.min/max, random-offset.z.min/max.
5. spawn-mob
Spawns entities.
Fields: entity (default ZOMBIE), amount (default 1), offset.x, offset.y, offset.z.
6. strike-lightning
Triggers lightning.
Fields: effect-only (default false), offset.x, offset.y, offset.z.
7. spawn-tnt
Spawns primed TNT.
Fields: amount, fuse-ticks (default 40), explosion-power (default 4.0), offset.x, offset.y, offset.z.
8. velocity
Sets player velocity.
Fields: velocity.x, velocity.y, velocity.z.
9. ignite
Sets the target on fire.
Fields: fire-ticks (default 60).
10. economy-reward
Runs a Vault payout.
Fields: money.min, money.max. Requires Vault.
11. title
Shows title and subtitle.
Fields: title, subtitle, fade-in-ticks (10), stay-ticks (40), fade-out-ticks (10). Supports %event%.
12. console-command
Runs a command as console per target.
Fields: command. Supports %event%, %player%, %world%.
13. player-command
Runs a command as player.
Fields: command. Supports %event%, %player%, %world%.