Commands · origen_tradingcards
The resource registers two server-side admin commands. Both are restricted to players in one of the groups listed in Config.AdminGroups ({ 'admin', 'superadmin' } by default). Players without permission receive an error notification.
Command names are hardcoded in server/main.lua and are not configurable from config.
/albumadmin
Opens the in-game admin panel UI, used to give albums, packs and cards to players.
text
/albumadmin| Argument | Type | Description |
|---|---|---|
| none | — | Takes no arguments |
/clearalbum
Wipes the album of the target player, resetting all of their collected cards. The affected player is notified that their album was formatted.
text
/clearalbum [playerId]| Argument | Type | Description |
|---|---|---|
playerId | number | Server ID of the player whose album will be cleared |
This action is irreversible. The target player's collected cards are permanently removed.