-
Notifications
You must be signed in to change notification settings - Fork 4
Running a tournament with UCSD Sheets
Alejandro edited this page Feb 27, 2021
·
5 revisions
- Follow the instructions for creating the UCSD scoresheets
- Create your tournament server
- Invite the bot by clicking on this link
- Add a role for the bot that gives it the following permissions:
- Read Text Channels & See Voice Messages
- Embed Links
- Send Messages
- Mute Members
- Create a reader role for readers. If you create multiple reader roles, then they should begin with a common prefix.
- Have the server admin run
!setReaderRolePrefix *prefix*
. For example, if the reader role is Reader, we would run!setReaderRolePrefix Reader
. - Create the team roles. The roles must have a prefix in common, like Team A, Team B, etc.
- Have the server admin run
!setTeamRolePrefix *prefix*
. For example, if our teams are Team A, Team B, we would run!setTeamRolePrefix Team
- Assign players to these team roles
- Once everyone has joined, have the server admin run
!setRostersForUCSD *URL_to_control_sheet*
. For example, if https://docs.google.com/spreadsheets/d/1hwJJl5oz5VautZ3ckdV5Wo7YTTwIySMIu07nwSqvSHM was the link to your Control Room sheet, then run!setRostersForUCSD https://docs.google.com/spreadsheets/d/1hwJJl5oz5VautZ3ckdV5Wo7YTTwIySMIu07nwSqvSHM
. - If you are using bonuses, have the server admin run
!enableBonusesByDefault
. This makes every game use bonuses in the server. - For each game
- The reader types in
!read
to make the bot start scorekeeping - Follow the instructions in Gameplay to keep score
- When you are ready to create the scoresheet, run
!exportToUCSD *URL_to_scoresheet* *round_number*
. The bot will try to update the scoresheet, and tell you if it was successful.- For example, if your have finished reading round 3, and your scoresheet is at https://docs.google.com/spreadsheets/d/1OIlrYTriJXx20tGAr8IXT6xpl9Nn6GfQWFBzfgkLDXE, you should run
!exportToUCSD https://docs.google.com/spreadsheets/d/1OIlrYTriJXx20tGAr8IXT6xpl9Nn6GfQWFBzfgkLDXE 3
.
- For example, if your have finished reading round 3, and your scoresheet is at https://docs.google.com/spreadsheets/d/1OIlrYTriJXx20tGAr8IXT6xpl9Nn6GfQWFBzfgkLDXE, you should run
- The reader types in
The scoresheet has the following limitations:
- It will only track up to 28 tossups, and only 24 bonuses. It will currently fail to export if you have read more than 28 questions.
- You can !undo until you get to tossup 28, then export it.
- It will only work for up to 2 teams.
- It will only work as long as each team has 6 players or less.
- Users and servers have a daily export limit. At the time of this writing, users can export 50 scoresheets a day, and 1000 scoresheets can be exported from a server.