Scheduled Game Picker
DownloadThis is a picker that choose an arena based on a specific set of time events.
Install
- Go to the download page
- Choose the latest version
- Download the
-shaded
file - Copy the downloaded file to the folder
plugins/GamesInTheBox/expansions
- Restart the server
Format
picker-type: cron
pick-time:
arena1: "* 10 0 ? * * *"
arena2: "* 20 0 ? * * *"
arena3: "* 30 0 ? * * *"
settings:
# Your game settings are generated here
Note
pick-time
: The pair of the arena name and a Cron expression that describes how often the arena takes part in
Tip
You can go to this page to generate a Cron expression.
Variable
Variable | Description |
---|---|
{picker_time_left} | The time left before choosing the next arena |
{picker_next_game_name} | The display name of the game of the next arena |