Configuration (config.yml)

Config:
  Announce: true # if true wins will get broadcast to all players
  DefaultBoard: default # name of default board
  DefaultDifficulty: easy # default difficulty
  NoInvToJoin: true # if true, players must have an empty inventory to play
  QueueCountDown: 3 # countdown when game ends. time in seconds.
  Prizes: true # enable's / disables prizes
  HintMultiplier: 0.5  # prize multiplies by this if player uses hint mode
  CheckUseLoss: 1 # integer amount players lose when using /wooldoku check
  TimeBonus: true # whether time bonus is turned on or off
  EndTeleport: false # if false, players will be teleported to last location

Boards: # all boards are listed below this key
  default: # name of the board
    Location: world,-355,4,653
    TimeBonus: # amount in seconds for players to receive a time bonus.
      Medium: 180
      Hard: 320
      Easy: 90
    Prizes: # the amount player is awarded for completing the game.
      Medium: 100
      Hard: 200
      Easy: 50