Skip to content

Releases: MinoMino/minqlx-plugins

v0.2.0

04 Dec 18:09
Compare
Choose a tag to compare
  • Added balance plugin that uses qlstats.net to balance teams in team games.
  • Added fun plugin that makes some chat messages trigger sounds.
  • Updated README with info about plugins that were missing.
  • Removed Python 3.5-only syntax from irc. Python 3.4 should work with minqlx and all its current plugins.
  • Made it possible to opt out of sounds played by motd, essentials, and fun with the !sounds command. (by @carmethene)
  • Added !loadall, !unloadall, and !reloadall to plugin_manager.
  • Added .players command for the irc plugin that works in the relay channel and returns info about the server.
  • Made the header in motd a cvar.
  • Fixed a bug in names where the name would go back to their Steam names if they changed stuff like flags or handicap.
  • A bunch of smaller bug fixes you can check out by reading commit messages.
  • Made log only keep the last 3 logs of max 3 MB each instead of unlimited number of logs. Set qlx_chatlogs to 0 for the old behavior of unlimited logs.