Basisbefehle

Core Admin-Befehls for server management and admin system.

Spielerinformationen

Show Strafen

View your own active penalties.

css_penalties
css_mypenalties
css_comms

Berechtigung: None (all players)

Shows:

---

Hide Strafe Notifications

Hide penalty notifications when you connect to the server.

css_hidecomms

Berechtigung: @css/kick

Notes:

---

Admin-Menü

Admin-Menü öffnen

Opens the main admin menu interface.

css_admin

Berechtigung: @css/generic

Funktionen:

---

Admin-Hilfe

Print the admin help file.

css_adminhelp

Berechtigung: @css/generic

Shows:

---

Admin-Verwaltung

Admin hinzufügen

Add a new admin to the database.

css_addadmin <steamid> <name> <flags/groups> <immunity> <duration>

Berechtigung: @css/root

Parameters:

Beispiele:

# Add permanent admin with root access
css_addadmin 76561198012345678 "AdminName" "@css/root" 99 0

# Add moderator for 30 days
css_addadmin STEAM_1:0:12345678 "ModName" "@css/kick,@css/ban" 50 43200

# Add admin using group
css_addadmin 76561198012345678 "AdminName" "#moderators" 60 0

# Add admin to all servers (-g flag)
css_addadmin 76561198012345678 "AdminName" "@css/root" 99 0 -g

Flags:

---

Admin löschen

Remove an admin from the database.

css_deladmin <steamid>

Berechtigung: @css/root

Beispiele:

# Remove admin from current server
css_deladmin 76561198012345678

# Remove admin from all servers (-g flag)
css_deladmin 76561198012345678 -g

---

Admin-Gruppe hinzufügen

Create a new admin group.

css_addgroup <group_name> <flags> <immunity>

Berechtigung: @css/root

Parameters:

Beispiele:

# Create moderator group
css_addgroup "#moderators" "@css/kick,@css/ban,@css/chat" 50

# Create VIP group
css_addgroup "#vip" "@css/vip" 10

# Create global group (-g flag)
css_addgroup "#owner" "@css/root" 99 -g

Flags:

---

Admin-Gruppe löschen

Remove an admin group from the database.

css_delgroup <group_name>

Berechtigung: @css/root

Beispiele:

# Delete group from current server
css_delgroup "#moderators"

# Delete group from all servers (-g flag)
css_delgroup "#moderators" -g

---

Admins neu laden

Neu laden admin permissions from the database.

css_reloadadmins

Berechtigung: @css/root

When to use:

Note: Admins are automatically reloaded periodically and on map change (if configured).

---

Spielerinformationen

Hide in Scoreboard

Toggle admin stealth mode (hide from scoreboard).

css_hide
css_stealth

Berechtigung: @css/kick

Funktionen:

---

Who is This Spieler

Show detailed information about a player.

css_who <#userid or name>

Berechtigung: @css/generic

Shows:

Beispiele:

css_who #123
css_who PlayerName
css_who @me

---

Show Disconnected Spieler

Show recently disconnected players.

css_disconnected
css_last
css_last10  # Show last 10 (config value)

Berechtigung: @css/kick

Shows:

Konfiguration:

"DisconnectedPlayersHistoryCount": 10

---

Show Warns for Spieler

Open warn list for a specific player.

css_warns <#userid or name>

Berechtigung: @css/kick

Shows:

Beispiele:

css_warns #123
css_warns PlayerName

---

Show Online Spieler

Show information about all online players.

css_players

Berechtigung: @css/generic

Shows:

---

Server-Verwaltung

Spieler kicken

Kick a player from the server.

css_kick <#userid or name> [reason]

Berechtigung: @css/kick

Beispiele:

css_kick #123 "AFK"
css_kick PlayerName "Rule violation"
css_kick @spec "Cleaning spectators"

Konfiguration:

"KickTime": 5

Delay in seconds before kicking (allows player to see the reason).

---

Map wechseln

Change to a different map.

css_map <mapname>
css_changemap <mapname>

Berechtigung: @css/changemap

Beispiele:

css_map de_dust2
css_changemap de_mirage

Konfiguration:

"DefaultMaps": [
  "de_dust2",
  "de_mirage",
  "de_inferno"
]

Maps in this list appear in the map change menu.

---

Workshop-Map wechseln

Change to a workshop map by ID or name.

css_wsmap <name or id>
css_changewsmap <name or id>
css_workshop <name or id>

Berechtigung: @css/changemap

Beispiele:

css_wsmap 123456789
css_wsmap aim_map

Konfiguration:

"WorkshopMaps": {
  "aim_map": "123456789",
  "surf_map": "987654321"
}

Maps configured here can be changed by name instead of ID.

---

Change CVar

Change a Serverkonsole variable.

css_cvar <cvar> <value>

Berechtigung: @css/cvar

Beispiele:

css_cvar sv_cheats 1
css_cvar mp_roundtime 5
css_cvar mp_maxmoney 16000

Warning: This is a powerful command. Only grant to trusted admins.

---

Execute RCON Befehl

Execute any command as the server.

css_rcon <command>

Berechtigung: @css/rcon

Beispiele:

css_rcon status
css_rcon changelevel de_dust2
css_rcon sv_cheats 1

Warning: Extremely powerful command. Only grant to server owners.

Konfiguration:

"DisableDangerousCommands": true

When enabled, prevents execution of dangerous commands via css_rcon.

---

Spiel neu starten

Neustart the current game/round.

css_rr
css_rg
css_restart
css_restartgame

Berechtigung: @css/generic

Notes:

---

Berechtigungs-Flags

Common permission flags used in CS2-SimpleAdmin:

FlagDescriptionCommon Use
@css/genericGeneric admin accessBasic admin menu, info commands
@css/chatChat managementGag, mute, silence
@css/kickKick playersKick, warnings, player info
@css/banBan playersBan, banip, addban
@css/unbanUnban playersRemove bans
@css/permbanPermanent bansIssue permanent bans
@css/changemapChange mapsMap changing
@css/cvarChange cvarsServer variable modification
@css/rconExecute rconFull server control
@css/rootRoot accessAll permissions, admin management
@css/slaySlay/respawnSpieler manipulation
@css/cheatsCheat commandsGod mode, noclip, give weapons
@css/showipView IPsSee player IP addresses

---

Immunity-System

Immunity prevents lower-level admins from targeting higher-level admins.

How it works:

Beispiel:

Best Practice:

---

Konfigurationsoptionen

Neu laden Admins on Map Change

"ReloadAdminsEveryMapChange": false

Options:

Show Activity Type

"ShowActivityType": 2

Options:

---

Bewährte Vorgehensweisen

Admin-Verwaltung

  1. Use groups - Easier to manage than individual permissions
  2. Set appropriate immunity - Prevent abuse
  3. Time-limited admin - For trial moderators
  4. Document changes - Keep track of who has what permissions

Berechtigung Assignment

Recommended hierarchy:

Root (@css/root, immunity 99):
  - Server owners only

Senior Admin (@css/ban,@css/kick,@css/chat,@css/changemap, immunity 80):
  - Trusted long-term admins

Moderator (@css/kick,@css/chat, immunity 50):
  - Regular moderators

Trial Mod (@css/kick, immunity 20):
  - New moderators on probation

Sicherheit

  1. Limit @css/rcon - Only to server owner
  2. Limit @css/cvar - Only to senior admins
  3. Monitor admin actions - Review logs regularly
  4. Use time-limited admin - For temporary staff

---

Fehlerbehebung

Admin permissions not working

Check:

  1. Is admin correctly added with css_addadmin?
  2. Run css_reloadadmins
  3. Check database connection
  4. Verify SteamID format

Can't target another admin

Check:

Befehle not available

Check:

---