-
Notifications
You must be signed in to change notification settings - Fork 63
Scheduling events
alkarinv edited this page Dec 26, 2012
·
8 revisions
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
- /bas shorthand for battleArenaScheduler
- /bas add <commands that you would normally type to start an event>
- /bas add tourney auto skirmish
- /bas add ffa auto
- /bas add ffa auto teamSize=1+ nTeams=2
This will run the scheduled events in order. Starting when the previous finishes.
- /bas start
- /bas delete <number>
- /bas stop
- bas list