Added new custom mode. This is quite different one from existing ones as it will utilize commands instead of showing predefined questions. So you can you multiple commands to perform multiple actions when quiz stars for each question and perform multiple custom commands when some one gets correct answer.
Config file for this mode itself is some what different from other modes. As of default example
Code (Text):
DefaultPostAnswerCommands:
- 'broadcast &6[player] &eanswered correctly with (&7[answer]&e) answer'
Data:
Default:
-
QuestionCommands:
- 'broadcast &9Minecraft: How much gunpowder do you need to make one TNT?'
PostAnswerCommands:
- 'broadcast &6[player] &eanswered correctly with (&7[answer]&e) answer'
Answers:
- '5'
- 'five'
-
QuestionCommands:
- 'broadcast &9Minecraft: Who created Minecraft (full name)?'
PostAnswerCommands:
- 'broadcast &6[player] &eanswered correctly with (&7[answer]&e) answer'
Answers:
- Notch
- Markus Persson
-
QuestionCommands: 'broadcast &9Minecraft: What type of game is Minecraft?'
Answers: sandbox
Hard:
-
QuestionCommands:
- 'broadcast &9Movies: Name the dog from the Wizard of Oz'
PostAnswerCommands:
- 'broadcast &6[player] &eanswered correctly with (&7[answer]&e) answer'
Answers:
- toto
-
QuestionCommands:
- 'broadcast &9Trivia: What is the first organisms to grow back after fire?'
PostAnswerCommands:
- 'broadcast &6[player] &eanswered correctly with (&7[answer]&e) answer'
Answers:
- moss
different questions are not identified by unique name like other modes, but rather by basic - sign. All 3 defining settings for questions can be ether in String format or in list for more clean and simpler look.
You do have option to define default commands which needs to be performed when question is answered correctly to avoid repeating same lines over and over again.
How could you utilize this? Well if you have any plugin which can show some visuals for the players with commands, then you can utilize this system to make a quiz based on what players see instead of chat entries. Like showing images on item frames and asking for the answer.