mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-05-06 19:43:51 -05:00
This plugin will be a feature packed trivia script for Supybot in the future. Developers will need to refer to TriviaTime for more information. This plugin has been started and it almost ready. For developers user only.
Plans
Main Priority
- Agree on a solution for reporting/editing/fixing
- Show stats for reports, fixes, and verified edits for each user (web only)
- if stop is used during a question, wait until after the question is finished to stop the game.
- ping command
- Total Ever score should be recorded but not publicly available (yet)
- extra hint, can only be used once per question
- Different KAOS hint times and point values
Second Priority
These items can wait until the game is almost ready for public testing.
- New Style design - figure out how to do bold
- fix permissions for commands
- Merge points command
- Are the commands rate-limited? I know supybot eventually ignores users asking too many commands.
and much more, based off of BogusTrivia and Trivia (supybot plugin)
Configuration
Setting up plugin
- download supybot
- download TriviaTime plugin and put it into your supybot plugin folder
- enable the plugin through the supybot configuration
- configure your question file and database location in config.py or by commands
- use the 'addquestionfile [filename]' command to load questions, the argument is optional
Setting up php
- get php, php-mysql (for PDO)
- configure config.php to point to your TriviaTime database in the plugin/TriviaTime/Storage/db folder
Description
Languages
Python
98.6%
HTML
1.4%