Skip to content

MatchZy v0.4.2-alpha

Compare
Choose a tag to compare
@shobhit-pathak shobhit-pathak released this 21 Nov 16:57
· 316 commits to main since this release

MatchZy v0.4.2-alpha

What's New?

  • MatchZy now supports CSSharp's admin system!
    You can create a new entry in the /addons/counterstrikesharp/configs/admins.json file with @css/generic generic flag like mentioned in the below example:
{
  "WD-": {
    "identity": "76561198154367261",
    "flags": [
      "@css/generic"
    ]
  },
  "Another admin": {
    "identity": "SteamID 2",
    "flags": [
      "@css/generic"
    ]
  }
}

To maintain backwards compatibility, we still support creating admins using older method (by adding entries in csgo/cfg/MatchZy/admins.json), so you can choose the most convenient method according to your preference.

Installation:
There are 2 files attached here, one is the matchzy-0.4.2.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.4.2-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)