https://github.com/shaedy180/shaedywhitelist
CS2 server plugin that restricts server access to whitelisted SteamIDs
https://github.com/shaedy180/shaedywhitelist
counter-strike-2 counterstrikesharp counterstrikesharp-plugin cs2 cs2-plugin cs2-server
Last synced: 3 months ago
JSON representation
CS2 server plugin that restricts server access to whitelisted SteamIDs
- Host: GitHub
- URL: https://github.com/shaedy180/shaedywhitelist
- Owner: shaedy180
- Created: 2026-03-31T07:59:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T13:02:00.000Z (3 months ago)
- Last Synced: 2026-04-09T15:06:25.650Z (3 months ago)
- Topics: counter-strike-2, counterstrikesharp, counterstrikesharp-plugin, cs2, cs2-plugin, cs2-server
- Language: C#
- Homepage: https://ko-fi.com/shaedy
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shaedy Whitelist
A CounterStrikeSharp plugin that restricts server access to whitelisted SteamIDs.
## Features
- Only allows players whose SteamID64 is in the whitelist to join
- Automatically kicks non-whitelisted players on connect
- Loads the whitelist from a JSON config file
- Default config is auto-generated on first run
## Installation
Drop the plugin folder into your CounterStrikeSharp `plugins` directory.
## Configuration
Edit `whitelist.json` in the plugin folder. It's a simple array of SteamID64 values:
```json
[
76561198000000001,
76561198000000002,
76561198000000003
]
```
Find your SteamID64 at [steamid.io](https://steamid.io).
## Support
If you find a bug, have a feature request, or something isn't working as expected, feel free to [open an issue](../../issues). I'll take a look when I can.
Custom plugins are available on request, potentially for a small fee depending on scope. Reach out via an issue or at access@shaedy.de.
> Note: These repos may not always be super active since most of my work happens in private repositories. But issues and requests are still welcome.
## Donate
If you want to support my work: [ko-fi.com/shaedy](https://ko-fi.com/shaedy)