Skip to content
alkarinv edited this page Dec 26, 2012 · 8 revisions

Table of Contents

Scheduling Events

You can schedule Events so that they run periodically. You just add events to the scheduler and start it.

  • Add the events you want to run by using /bas add <commands>
  • start the scheduled events /bas start
you can change the time values in the BattleArena/config.yml under 'defaultOptions.timeBetweenScheduledEvents'

Command

  • /bas shorthand for battleArenaScheduler
  • /bas add <commands that you would normally type to start an event>

Examples

  • /bas add tourney auto skirmish
  • /bas add ffa auto
  • /bas add ffa auto teamSize=1+ nTeams=2

Running the scheduled events

This will run the scheduled events in order. Starting when the previous finishes.

  • /bas start

Deleting Events

  • /bas delete <number>

Stopping the events

  • /bas stop

Listing Scheduled Events

  • bas list

Running Scheduled Events at startup

Return to index

Home

Clone this wiki locally