The core of the Pulsar Framework. Every other resource in the stack depends on this. It handles player lifecycle, the middleware pipeline, bidirectional callbacks, routing buckets, task scheduling, logging, punishment, and network sync. Nothing runs without it.
Add to server.cfg:
set sv_environment "PROD"
set sv_access_role 0
set log_level 0
set plsfw_version "1.0.0"
| Convar | Default | Description |
|---|---|---|
sv_environment |
DEV |
DEV or PROD — controls environment-gated behaviour |
sv_access_role |
0 |
Minimum access role level |
log_level |
0 |
Logging verbosity — 0 off, higher = more verbose |
plsfw_version |
UNKNOWN |
Framework version string surfaced to other resources |
Optional Discord webhooks:
| Convar | Purpose |
|---|---|
discord_connection_webhook |
Player connect / disconnect logs |
discord_error_webhook |
Error logs |
discord_log_webhook |
General logs |
discord_pwnzor_webhook |
Anti-cheat logs |
discord_app |
Discord app ID (client rich presence) |
oxmysql— database layerpulsar-pwnzor— anti-cheat module
This resource is proprietary software. All rights reserved by the Pulsar Framework team. Unauthorized distribution or resale is prohibited.
