description: >- Chat commands reference for cd_vipshop including player and staff commands for managing the VIP donator shop. keywords: cd_vipshop chat commands, VIP shop commands, donator commands, FiveM VIP, Codesign developer API
Chat Commands
Notice
These chat commands can be renamed or disabled in the Keys and Commands section of the [configs/config.lua].
Player Commands
/redeem
Redeems vip tokens after a Tebex purchase.
lua
/redeem
-- /redeem tbx-8832421a77453-etd002/add_balance
(Staff Command) The example command adds 10 donator coins to ID 1.
lua
/add_balance
--/add_balance 1 10/remove_balance
(Staff Command) The example command removes 20 donator tokens from ID 2.
lua
/remove_balance
-- /remove_balance 2 20