🎰Actions

Setup for RANDOM and NORMAL mode

syntax:

actions:
  - <action>

Now continue to this article

Setup for CHANCE mode

syntax:

actions:
  "<reward_section>":
    chance: d
    actions:
      - <action>

in chance mode you have to create multiple packages with chances set in double to make this feature work.

Now continue to this article

Actions list

action format is: type(data)

type
suggested data

message

message to send to player

broadcast

message to broadcast

console

console command (%player% placeholder)

player

player command to dispatch

player-op

dispatch command as a player but OPed

sound

SOUND//VOLUME//PITCH

title

TITLE//SUB//IN//STAY//OUT

Last updated

Was this helpful?