Config
# Your host name
host: Trivia Master
# Console command to reward/punish. Can use @p, but not @a, @r, @e.
reward: give @p 264 1
punishment: give @p 263 1
# Minimum/Maximum time between questions in seconds
# Minimum/Maximum time to answer each question in seconds
time:
between:
questions:
min: 2
max: 5
during:
question:
min: 10
max: 15
#Min players required to start and stop the game
players:
min:
start: 2
stop: 0
# Min votes to change category
category:
vote:
min: 5
# Check and notify if theres an update
updates:
check: true
# Send updates to mcstats.org
stats:
send: true
Comments