OrigenNetwork
Docs

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
ArgumentTypeDescription
noneTakes 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]
ArgumentTypeDescription
playerIdnumberServer ID of the player whose album will be cleared

This action is irreversible. The target player's collected cards are permanently removed.