Configurable random time between questions (required minimum of 2 players online)
4 modes:
Unlimited configurable questions
Math questions
configurable unscramble words!
/chatgames reload - Reload the config
/chatgames - Ask a random question.
/chatgames [normal/math/unscramble/speedclick] - Start a question from a specific mode
Code (YAML):
# Min/Max time in seconds to wait before starting a game again minTime: 400
maxTime: 600
# Stop the game after X seconds if no one answered correctly timeoutTime: 60
prefix: '&eChat&6Games&9▸'
globalWinMsg: '
%prefix% &a%player%&7 Won in &e%time%&7 seconds!' enablePlayerWinMsg: false
playerWinMsg: '
%prefix% &7You won!' noOneWinMsg: '
%prefix% &7No one won! The answer was: &a%answer%' unscrambleMsg: '&7Unscrmable the word
: &a%word%' mathMsg: '&7What is
: &a%math%' speedClickMsg: '&7The first one who clicks
%word%&7 will receive a reward.' # The word that needs to be clicked speedClickWord: '&a&nHERE'
typesEnabled:
normal: true
math: true
unscramble: true
speedClick: true
# Global commands to run when a player has won winnerCommands: - give
%player% diamond 1 # List of questions that can be asked # There is no limit. questions:
examle:
ask: '&7What is &a1 + 1?'
answers: - two
- '2'
# You can add custom reward commands for certain questions rewardCommands: - say
%player% won