Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 890 Bytes

File metadata and controls

19 lines (17 loc) · 890 Bytes

CS2-AdminsList

Simple plugin for Counter Strike 2 that allows players to see active admins with !admins

Config

{
  "ShowAdminsTo": "center", // chat, center
  "HideCommand": [ "hide" ], // hide command for admins
  "AdminsListCommand": [ "admins", "adminslist", "adminsonline" ], // admins list commands
  "AdminFlag": [ "@css/generic" ], // what flag does admin need to have to be shown. You probably won't have to edit this.
  "ShowAdminGroup": true, // if its enable then it will be Marius [ Fondator ] if not it will be only Marius.
  "FreezePlayerInMenu": true, // wheter to freeze or not player in center menu.
  "DisableCreditsMenu": true, // wheter to show or not the KitsuneDevelopers AD.
  "ShowYourSelf": true, // show urself in admins.
  "ConfigVersion": 1
}

20241116175136_1