Releases: MinoMino/minqlx-plugins
v0.3.7
v0.3.5 - Minor hotfix
Fixes some exceptions thrown by clan
due to recent changes to core.
v0.3.4
Actually a hotfix for v0.3.3. Below is v0.3.3's changelog:
Just a couple of small changes. Like always, you should use git pull
to update.
- There were a couple of cases where the qlstats.net API would return 0 rating for players, but
balance
wasn't setting that rating to the default rating like it should have. fun
had a couple of extra sounds added. (PR by @JohnnyDenver)- Slightly different wording for suggestions by !teams (PR by @tjone270)
- Fixed a small bug that would give the wrong leave percentage in some cases when a player was warned on connect.
- Fixed a bug where an exception was being thrown for !forgive on players with no leaves.
v0.3.3
Just a couple of small changes. Like always, you should use git pull
to update.
- There were a couple of cases where the qlstats.net API would return 0 rating for players, but
balance
wasn't setting that rating to the default rating like it should have. fun
had a couple of extra sounds added. (PR by @JohnnyDenver)- Slightly different wording for suggestions by !teams (PR by @tjone270)
- Fixed a small bug that would give the wrong leave percentage in some cases when a player was warned on connect.
- Fixed a bug where an exception was being thrown for !forgive on players with no leaves.
v0.3.2 - Hotfix
Fixed a couple of smaller ones, but more importantly, a pretty big bug in ´ban´ that would not properly give leaves to disconnected players.
v0.3.1 - Bug fixes and important balance changes
This release has a bunch of bug fixes here and there, but also a pretty important change with regards to the ´balance´ plugin. The API has changed significantly, and recently a change was made to the rating returned through the API that requires a change of the default rating to 1500.
Upgrade the core as well to v0.4.1.
v0.2.4 - Small fixes
- Fixed a bug in
irc
causing the IRC client to crash and reconnect if someone sent a message containing only whitespaces. - Fixed the relay channel not being case-insensitive.
- Made a preemptive change in how the
qlx_ircRelayIrcChat
cvar is accessed to avoid potential threading issues inirc
. - Added missing !pause and !unpause commands to
essentials
.
v0.2.3 - irc Hotfix
Fixed a bug in irc
where certain commands could crash the server due to console commands being executed from another thread.
v0.2.2 - plugin_manager Hotfix
Fixed !reloadall
unloading all plugins instead of reloading. Also fixed potential duplicate feedback when using !reloadall
or !loadall
.
v0.2.1 - names Hotfix
Fixed a bug in names
preventing automatic renaming on connect if qlx_enforceSteamName was on.