quiz-interval-min: 5 # Minimal minutes until the next question
quiz-interval-max: 20 # Maximum minutes until the next question
quiz-time-limit: 30 # Seconds that players have to give an answer
winner-sound: true # Sound at win
winner-firework: true # Firework at win
show-correct-answer: true # Show the right answer in chat
# Customizable messages
messages:
question: "❓❓ Question: "
time-left: "You have {time} seconds to give the right answer!"
correct-answer: "The right answer was: {answer}"
no-answer: "The quiz is over! No one has given the correct answer."
winner: "{player} has won the quiz!"
# Firework settings
firework-color: "random" # Can be a specific Hex-Color or "random"
# Sound settings
sounds:
new-question:
sound: "BLOCK_NOTE_BLOCK_PLING" # Sound for a new question
pitch: 1.3 # Pitch for the sound
no-answer:
sound: "ENTITY_VILLAGER_NO" # Sound if no answer was given
pitch: 0.7 # Pitch for the sound
winner:
sound: "UI_TOAST_CHALLENGE_COMPLETE" # Sound when someone has won
pitch: 0.9 # Pitch for the sound
Bug fixes and other changes:
Fixed a bug that messed up the end timer when restarting a quiz directly
Standard Hex Colors updated
Standard sentences have been formulated better
Please always let me know if there are any changes or suggestions.