Chat Minigames
Drop-in engagement for active chats. Four game types fire on a schedule, players type the answer in chat, the first correct answer wins the configured rewards.
Game types
- Trivia — multiple-answer trivia from a pool you control. Ships with 15 MC questions.
- Math — generated arithmetic problems, three difficulty tiers.
- Unscramble — shuffles a word, players type the original.
- Type-race — full sentence, exact match (case-insensitive).
Scheduling
minigames.yml
interval: 600 # seconds between games
initial-delay: 300 # seconds before first game after server boot
timeout: 60 # seconds players have to answer
min-players: 1 # minimum players online to start a gameReward commands
Console-executed commands when someone wins. %player%is the winner's name.
yaml
rewards:
- give %player% diamond 1
- eco give %player% 500
- lp user %player% permission settemp starchat.color.use true 1dTrivia question pool
Questions accept multiple correct answers. The first match wins.
yaml
types:
trivia:
enabled: true
questions:
q1:
question: 'What year was Minecraft released?'
answers: ['2011']
q2:
question: 'What mob drops ender pearls?'
answers: ['enderman', 'endermen']Math difficulty
yaml
math:
enabled: true
difficulty: 2
# 1 = addition / subtraction up to 50
# 2 = mixed operations up to 100
# 3 = multiplication / division with larger numbersLive preview
⭐ GAME » Type netherite backwards to win.
Alex » etiretten
⭐ GAME » Alex answered correctly in 4s!