Skip to content

Actions

Actions are written in the actions list of triggers and execute in order after all conditions pass.

Syntax

yaml
actions:
  - 'tell("&aConditions passed!")'
  - 'give_level(100)'
  - 'command("give %player_name% diamond 1")'

基于 GPL-3.0 许可证发布