Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

v1.6.0

Compare
Choose a tag to compare
@yannickgloster yannickgloster released this 09 Nov 11:53
· 56 commits to master since this release
0e4cc9d

You need to run pipenv update to get the latest modules
There are also optional changes to config.json, added optional port for the bot. It will default to 3000 if not set.

Features

  • Added optional port in config
  • Team flag is now based off of all players and not the captain.
  • Added force end command
  • Added the option to set the match size
  • Added the option to add and remove spectators
  • Added the option to send the connect message via a DM
  • Refactored the way the args are read in so it now allows as many arguments as you want to come up with
  • Added team captain arguments
  • Added print damage to config
  • Added new aliases for about
  • Kicks users when they don't ready up and tags them

Fixes

  • Fixed bug relating to closed session
  • Fixed player size to be the size of the match
  • Fixed map arg to be passed as an array rather than a string
  • Fixed players per team to be half the match size
  • Fixed RCON error with non unicode names
  • Removed extra voting for captains. If you want to play with captains, set the match size to 12.
  • Fixed bug in moving players if the operation fails
  • Added error message to force end
  • Removed voice channel check for DM message.