-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
44 lines (30 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Queso Queue: a Mario Maker level queue manager
Manage your viewer level queue for Super Mario Maker 2. Queso Queue sorts
the queue into levels with online submitters and levels with offline submitters
so that streamers can prioritize levels for viewers who are around to watch!
The level queue is resolved into a priority queue every time it's queried.
Commands:
!help
print the usage, and an overview of the priority queue system
!open
open the queue for submissions :)
!close
close the queue for submissions :(
!add ABC-DEF-GHI
add a level to the queue! limit one per viewer, unless you are admin :)
!remove [ABC-DEF-GHI]
remove your level from the queue, or a specific level if you are admin :)
!next
discard the current level and move on to the next one. also, perform
start-of-level actions (start the timer)
!current
display the current level in chat
!list
print the queue
!position
estimate the position of the viewer's level in queue, plus a pointer to
info on the priority queue system
!pause/!resume
pause or resume the level timer.
!restore
restore queue from disk (admin only >:C )