Open Matir opened 6 years ago
Most of them can be found in ...ctfscoreboard/scoreboard/config_defaults.py
. There isn't a lot of documentation, but the configuration keys are generally pretty self-explanatory. When I get around to it, I'll gladly document a few. Here is the first one:
GAME_TIME = (None, None)
The first value in the tuple is the starting time of the game, and the second is the ending time. If you want to set either (or both) Replace None
by a formatted string, such as "4/8/2018 23:59"
. You'll get a countdown clock for free!
We should have a document with all configuration options documented.