Skip to content
This repository was archived by the owner on Oct 11, 2020. It is now read-only.

rewards.yml

MeLays edited this page Aug 3, 2017 · 1 revision
end:                                      #These rewards will be executed when the arena ends. (including specs)
  examplereward:
    chance: 5                             #Chance 1 is 100% (1 out of 1), 4 would be 1 out of 4
    sender: CONSOLE                       #CONSOLE - the console will execute the command, PLAYER - the player will execute the command.
    command: testcommands                 #here goes the command. %player% will be replaced with the playername
win:                                      #These rewards will be executed for winning players.
  examplereward:
    chance: 5
    sender: CONSOLE
    command: testcommands
start:                                    #These rewards will be executed at the start.
  examplereward:
    chance: 5          
    sender: CONSOLE
    command: testcommands

Clone this wiki locally