# ======================================================
# ChatQuiz Plugin Configuration
# Author: Thirupathy
# Version: 1.0.0
# ======================================================
# ------------------------------------------------------
# General Settings
# ------------------------------------------------------
# The amount of money rewarded to the first player who answers correctly
reward: 10000
# Time interval between automatic quizzes (in seconds)
# Example: 300 = 5 minutes
interval: 300
# Time limit for answering each question (in seconds)
timeout: 30
# ------------------------------------------------------
# Quiz Questions & Answers
# Simple math questions using + and - only
# Format: question: answer
# Example: "12 + 26": "38"
# You can add or remove questions freely
# ------------------------------------------------------
questions:
"12 + 26": "38"
"22 + 37": "59"
"2 + 31": "33"
"10 + 15": "25"
"5 + 7": "12"
"50 + 25": "75"
# ------------------------------------------------------
# Messages
# All messages support color codes with '&'
# Placeholders available:
# %player% - Player name who answered correctly
# %reward% - Reward amount
# %question% - Current question
# %answer% - Correct answer
# ------------------------------------------------------
messages:
prefix: "&6[ChatQuiz]&r"
start: "&eSolve this question: %question%"
correct: "&a%player% answered correctly and won &e$%reward%!"
wrong: "&cWrong answer, try again!"
timeout: "&cTime is up! The correct answer was: &e%answer%"
reload: "&aChatQuiz config reloaded!"
# ------------------------------------------------------
# Update Checker
# The plugin will notify server owners when a new version is available
# ------------------------------------------------------
update-url: "
https://gist.githubusercontent.com/...ccc1e54b12f89eb9f761fd3066/latest_version.txt"