Fortune Wheel - Wiki page
  • ๐Ÿ‘‹Welcome
  • SETUP
    • ๐Ÿ“ฉFirst run (installation)
    • ๐Ÿ“”config.yml
    • ๐Ÿ“–Pack generator usage
  • WHEELS
    • ๐ŸคนBasics
    • ๐Ÿ“ŠControls
    • โš™๏ธHitbox Setup (Interaction Blocks)
  • REWARDS
    • โšพRewards basics
    • ๐ŸŽฐActions
Powered by GitBook
On this page
  • Setup for RANDOM and NORMAL mode
  • Setup for CHANCE mode
  • Actions list

Was this helpful?

  1. REWARDS

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

PreviousRewards basics

Last updated 4 months ago

Was this helpful?

๐ŸŽฐ