Coinsystem V2
Configuration
Configure Everything Online
All settings are managed through our config tool
Commands
Gives coins to a specified player.
/givecoins [playerId] [amount]
/givecoins 12 100
Generates a new redeem code with the specified amount.
/gencode [amount]
/gencode 100
Generates a new redeem code for the specified vip tier.
/genvipcode [tierId]
/genvipcode bronze
Creates a discount for a specific shop product or case. You can edit existing discounts by using this command again.
/discount [productLabel] [percentage] [expiresInHours]
/discount "Progen T20" 20 48
"Progen T20")Exports
Open the Shop Interface.
exports.sky_coinsystem:open()
Give coins to a player.
exports.sky_coinsystem:giveCoins(playerId, amount)
Remove coins from a player.
exports.sky_coinsystem:removeCoins(playerId, amount)
Get coins of a player.
exports.sky_coinsystem:getCoins(playerId)
Get the vip tier of a player. Returns the tier id or nil.
exports.sky_coinsystem:getVipStatus(playerId)
Custom Rewards
Coming soon
Support
Need help? Our support team is always ready to assist
Join DiscordDiscord Webhooks
The Sky Base library allows integration with Discord through webhooks. This documentation provides details on how to configure Discord webhooks for various Sky-Systems scripts within the sky_base library.
Tebex Implementation
This guide explains how to connect your Coinsystem V2 with Tebex to handle coin purchases via Tebex.
