Configuration (config-yml)

Configure (config.yml)

Config:
  Announce: true //if true wins will get broadcast to all players
  DefaultBoard: default //name of default board
  NoInvToJoin: true //if true, players must have an empty inventory to play
  QueueCountDown: 5 //time in seconds between a game finishing and the next one in the queue starting
  Prizes: true
  EndTeleport: false
Boards: //all I'll meboards are listed below this key
  default: //board name
    Location: world, 100, 2, 150
    Prizes: //prize calculation happens when game is finished (no available moves or game complete). Note: players don't get prizes if they quit.
      PerPair: 1.0 //amount to give players when a pair matches
      Complete: 100 //the bonus prize for completing a game

Comments

Posts Quoted:
Reply
Clear All Quotes