-
Notifications
You must be signed in to change notification settings - Fork 5
Documentation
TriviaQuest - Developed by Simon_Flash (mcsimonflash@gmail.com)
Current Version: 2.0.1
Status: Active -> New features and updates are in development
/TriviaQuest: Opens the in-game command documentation
/TriviaQuest AnswerTrivia <Answer>: Answers a trivia question with Answer
/TriviaQuest PostTrivia: Posts a trivia from the pool
/TriviaQuest ToggleRunner: Toggles the integrated trivia runner
triviaquest.base: Gives access to /TriviaQuest (required for commands)
triviaquest.answertrivia.base: Gives access to answering trivia
->triviaquest.answertrivia.chat: Gives access to chat parsing for answers
triviaquest.posttrivia.base: Gives access to PostTrivia
triviaquest.toggletrivia.base: Gives access to ToggleTrivia
Usage: /TriviaQuest
Aliases: /Trivia, /tq
Permission: triviaquest.base
The in-game documentation of TriviaQuest is, simply put, your best friend for quick references to commands, permissions, usage, the works. TriviaQuest is the base command for TriviaQuest, meaning that any player using the plugin's commands must have the permission for it.
Players with triviaquest.answertrivia.chat have access to chat parsing regardless of any other permission, including this one.
Usage: /TriviaQuest AnswerTrivia <Answer>
->Answer is the answer to the current question
Aliases: Answer, ans
Permissions: triviaquest.answertrivia.base, triviaquest.answertrivia.chat
Answers an active trivia question with Answer. Players with triviaquest.answer.chat have access to chat parsing regardless of any other permission.
Usage: /TriviaQuest PostTrivia
Aliases: Post, pt
Permission: triviaquest.posttrivia.base
Asks the next trivia question from the pool. Questions are selected in a random order that will interate through the entire pool. Once the last question has been answered, the questions in the pool will be randomized into a new order and the process will repeat.
Usage: /TriviaQuest ToggleRunner
Aliases: Toggle, tr
Permission: triviaquest.togglerunner.base
Toggles the integrated trivia runner. Trivia will be automatically posted based on the config value config:trivia-interval after a trivia question finished (or the command is run). Trivia may still be posted using PostTrivia at any time. If a trivia question is in progress when the runner activates, a new question will not be posted and the runner will reset.