Skip to content

MatchZy v0.7.1

Compare
Choose a tag to compare
@shobhit-pathak shobhit-pathak released this 31 Mar 17:47
· 76 commits to main since this release

MatchZy v0.7.1

What's New?

Coach

  • Fixed coaches able to spectate other teams for 1 second on round start.
  • Fixed coaches taking competitive spawns. Now coaches will be spawned in air (in non-competitive spawn).
  • Fixed coaches getting weapons in freezetime and their weapons getting dropped after freezetime ends. Now they will be spawned without any weapons.
  • Fixed coaches getting the C4. Now only the players will get the C4.

Translation

  • Added translation/multi-lingual support in MatchZy. Currently only match related strings are added in the translation. There will be a folder called lang in which translation JSONs will be present. Currently we have the translations for English and Russian (thanks to @innuendo-code). To add more languages, create a JSON file with the language locale code (like en.json or fr.json, etc). Contribution for translations are much appreciated! :D

Practice Mode/Match Mode

  • Fixed boost command working in match mode.
  • Added .skipveto command which will skip veto in match setup (thanks to @lanslide-team)
  • Added complete support of get5_status command which will now return detailed status of the match setup (thanks to @The0mikkel)
  • Added mp_solid_teammates 1 in knife round for solid teammates.
  • Disabled overtime when .playout command is used.

Admin

  • Added a convar matchzy_everyone_is_admin, if set to true, all the players will be granted admin privileges for MatchZy commands.

CSSharp

  • Migrated the plugin to .NET8, make sure you use CS# v201 or above.

Installation:
There are 2 files attached here, one is the matchzy-0.7.1.zip which only contains the MatchZy plugin files. Extract its contents in csgo/ directory of the server. (Prerequisite: Metamod and CounterStrikeSharp should be already installed on the server)

Second one is matchzy-0.7.1-with-cssharp.zip which contains MatchZy plugin file as well as CounterStrikeSharp plugin files so that you don't have to install CounterStrikeSharp separately. Simply extract its contents in csgo/ directory of the server. (Prerequisite: Metamod should be already installed on the server, rest CounterStrikeSharp and MatchZy will be installed once you extract the contents) (RECOMMENDED FOR FIRST TIME INSTALLERS)