Skip to content

Actions & Modifiers

Jesse McKee edited this page Sep 16, 2022 · 4 revisions

Actions

Available actions and their arguments.

<> - required [] - optional

  • ACTIONBARBROADCAST | <String>
  • AUDIENCEBROADCAST | <String>
  • BROADCAST | <String>
  • SOUNDBROADCAST | <SoundID>[;Int][;Int]
  • TITLEBROADCAST | <String>;<String>[;Int][;Int][;Int]
  • ACTIONBARMESSAGE | <String>
  • CONSOLECOMMAND | <String>
  • MESSAGE | <String>
  • SOUND | <SoundID>[Int,Int]
  • TELEPORT | <WorldKey>;<Int>;<Int>;<Int>
  • TITLEMESSAGE | <String>;<String>[;Int][;Int][;Int]

Modifiers

  • CHANCE | <Int>
  • DELAY | <Int>

Chance is the chance that the action will run.

Delay will delay the action from running, and is in Seconds

Clone this wiki locally