
px_discord does not rely on client-side logic. Discord validation and role checks are handled entirely on the server, ensuring consistent and secure behavior for every player.
What it handles
- Discord identifier validation during player connection
- Guild membership verification using your configured server
- Optional role-based access control for whitelisting
- Cached role handling for improved performance
- Automatic retry handling when Discord requests fail
Why use it
Many Discord validation systems rely on client-side checks or repeated API calls, which can introduce security risks, slowdowns, or inconsistent behavior between players. px_discord avoids these issues by keeping all validation logic server-side and caching Discord data efficiently. This keeps the system predictable, secure, and scalable regardless of player count or connection load.Navigation
Configuration
Control how Discord validation and access rules behave.
Exports
Retrieve Discord data and validate roles in other resources.