Exports List
# Exports List
## Punishment Exports
The punishment system provides **2 server-side exports** that can be used from other resources, admin systems, or Discord bot bridges.
> **Important**
>
> These exports are **server-side only**.
>
> They must be called from:
> - `server.lua`
> - server events
> - server commands
> - Discord bot bridge resources
> - other server-side integrations
>
> They **cannot** be used from `client.lua`.1. ApplyPunishment
ApplyPunishmentSyntax
Parameters
Field
Type
Required
Description
PED Example
CLEAN Example
Online Player Example
2. SendCleanPunishment
SendCleanPunishmentSyntax
Parameters
Field
Type
Required
Description
Example
Online Player Example
Notes
Recommended Payload for External Integrations
Quick Reference
Generic export
Cleaning-only export
Last updated
