Releases: walliski/myranks-for-gokz
Releases · walliski/myranks-for-gokz
1.2.4
- Handle race condition in Kicker plugin
Properly check that both admin and score have been loaded before checking if the player should be kicked. Should
solve issues where clients with reserved slot gets kicked because their admin rights are not loaded at the time the
score is loaded and the kicker triggers. - Use correct skillgroup in kick message in Kicker
Previously the message would say "Needed:" and then the players skillgroup. Now it will say both the players
skillgroup, and the one that is actually needed.
Users not using the Kicker plugin do not need to upgrade.
1.2.3
- 1.2.3 07.03.2021
- Calculate score with low priority in initial setup.
Separates the player insertion and initial score load, so that we can do the important stuff with high prio, and the
score calculation with low prio. - Fix missing translations error in !rank command.
When targeting an invalid target the server would throw an error about missing translations. This is now fixed by
loading the correct translation file.
- Calculate score with low priority in initial setup.
1.2.2
1.2.1
- 1.2.1 21.01.2021
- Show message instead of "gained 0 score" when finishing a map not in local rank pool. Will hopefully remove some
confusion when players are running new maps that have not yet been added to the local ranked pool. Instead of saying
that the player gained 0 score, it will now say that the map is not in the local ranked pool, and score will be
rewarded when it is added.
- Show message instead of "gained 0 score" when finishing a map not in local rank pool. Will hopefully remove some
1.2.0
1.2.0 20.01.2021
- Added ADMIN/VIP tags to chat messages, configured server-wide with overrides and cvars.
- Added ADMIN/VIP tags to scoreboard, that replaces the skillgroup. Configured server-wide with overrides and cvars.
- Set clantag after admin check. To fix ADMIN/VIP tag not showing up, but might also help with the bug that sometimes
the clantag shows VNL for players. - Fixed SQL procedure syntax. (Does not require updating anything, but will make new installs work better.)