Math
Game Type: Math
What are Math Games?
How do I configure a Math Game?
# Math
maths:
enabled: true # Should we enable this game-type?
difficulty: BOTH # What should the difficulty be? Supports EASY, HARD or BOTH
rewards: # How should we handle the rewards when a player wins?
hard: # If the math question was a 'HARD' question then we will use these commands
commands: # Commands to run for the winner | Supports %player%
- 'eco give %player% 75'
broadcast: # Broadcast to the whole server | Supports %player%, %question% and %solution%
- '&7%player% &ehas won &6$50&e for solving &7%question%&e first!'
easy: # If the math question was an 'EASY' question then we will use these commands
commands:
- 'eco give %player% 50'
broadcast:
- '&7%player% &ehas won &6$50&e for solving &7%question%&e first!'Math Messages
Last updated