From 9fd0f3fa6fe2307868eaecbf370633de8d33e7cf Mon Sep 17 00:00:00 2001 From: Miksen Date: Mon, 27 Jan 2025 16:14:49 +0100 Subject: [PATCH] CS2Pro: URL for more commands, adds extras --- docs/cs2/plugins/cs2-plugins-simpleadmin.md | 2 ++ src/data/commands/simpleadminCommands.js | 24 +++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/cs2/plugins/cs2-plugins-simpleadmin.md b/docs/cs2/plugins/cs2-plugins-simpleadmin.md index a0bf599..e2cd451 100644 --- a/docs/cs2/plugins/cs2-plugins-simpleadmin.md +++ b/docs/cs2/plugins/cs2-plugins-simpleadmin.md @@ -13,3 +13,5 @@ Most of the commands can also be used using ! prefix instead of . (like !ready o Use the search bar below to find a command: + +**If you are looking for more commands, you can find them at this URL: [CS2 - SimpleAdmin](https://cs2-simpleadmin.daffyy.love/)** diff --git a/src/data/commands/simpleadminCommands.js b/src/data/commands/simpleadminCommands.js index 0bca5a9..cb40cc8 100644 --- a/src/data/commands/simpleadminCommands.js +++ b/src/data/commands/simpleadminCommands.js @@ -28,6 +28,14 @@ const simpleAdminCommands = [ example: "css_players", arguments: {}, }, + { + command: "css_godmode <#userid or name>", + description: "Turn on godmode for the player", + example: "css_godmode fshost", + arguments: { + "#userid or name": "Required: The user's ID or name." + }, + }, { command: "css_ban / !ban <#userid or name> [time in minutes/0 perm] [reason]", description: "Ban a player by user ID or name for a specific time with an optional reason.", @@ -111,6 +119,14 @@ const simpleAdminCommands = [ "name": "Required: The name of the player to give money." }, }, + { + command: "css_noclip <#userid or name>", + description: "Turn on the player's noclip", + example: "css_noclip fshost", + arguments: { + "name": "Required: The name of the player to turn on noclip." + }, + }, { command: "css_mute <#userid or name> [time in minutes/0 perm] [reason]", description: "Mute a player by user ID or name for a specific time with an optional reason.", @@ -190,6 +206,14 @@ const simpleAdminCommands = [ message: "Required: The message to display." }, }, + { + command: "css_hp <#userid or name> ", + description: "Set the player's health", + example: "css_hp fshost 101", + arguments: { + "#userid or name": "Required: The user's ID or name." + }, + }, { command: "css_freeze <#userid or name> [duration]", description: "Freeze a player for a specific duration.",