Files
CS2-SimpleAdmin/CS2-SimpleAdmin-docs/docs/user/intro.md
Dawid Bepierszcz b0d8696756 Add CS2-SimpleAdmin documentation site
Introduces a new documentation site for CS2-SimpleAdmin using Docusaurus, including developer API references, tutorials, user guides, and module documentation. Removes the CleanModule example and updates FunCommands and ExampleModule. Also updates main plugin and API files to support new documentation and module structure.
2025-10-20 01:27:01 +02:00

2.9 KiB

sidebar_position
sidebar_position
1

Introduction

Welcome to CS2-SimpleAdmin - a comprehensive administration plugin for Counter-Strike 2 servers built with C# (.NET 8.0) for CounterStrikeSharp.

What is CS2-SimpleAdmin?

CS2-SimpleAdmin is a powerful server administration tool that provides comprehensive features for managing your Counter-Strike 2 server. It offers:

  • Player Management - Ban, kick, mute, gag, and warn players
  • Admin System - Flexible permission system with flags and groups
  • Multi-Server Support - Manage multiple servers with a shared database
  • Discord Integration - Send notifications to Discord webhooks
  • Menu System - Easy-to-use admin menus
  • Extensive Commands - Over 50 admin commands
  • Module Support - Extend functionality with custom modules

Key Features

🛡️ Comprehensive Penalty System

  • Bans - Ban players by SteamID or IP address
  • Mutes - Mute voice communication
  • Gags - Gag text chat
  • Silence - Block both voice and text
  • Warnings - Progressive warning system with auto-escalation

👥 Flexible Admin System

  • Permission-based access control using flags
  • Admin groups for easy management
  • Immunity levels to prevent abuse
  • Server-specific or global admin assignments

🗄️ Database Support

  • MySQL - For production environments
  • SQLite - For quick setup and testing
  • Automatic migration system
  • Multi-server mode with shared data

🎮 User-Friendly Interface

  • Interactive admin menus
  • In-game admin panel
  • Player selection menus
  • Duration and reason selection

🔧 Extensibility

  • Public API for module development
  • Event system for custom integrations
  • Command registration system
  • Menu builder API

Requirements

Before installing CS2-SimpleAdmin, make sure you have:

Community & Support

Need help or want to contribute?

License

CS2-SimpleAdmin is open-source software. Check the GitHub repository for license details.