Economy System with Kite
💌 Features
- Leaderboard and ranking system
- Add, edit and remove shop items using commands itself!
- Add role requirements and stock limits to your shop roles.
- Add notes to purchase responses.
Permissions​
- Make sure your bot has MANAGE SERVER or ADMINISTRATOR permission.
- Your bot's role should be above the shop item roles or the bot won't be able to assign roles to users.
Pre-requisites​
Before starting with command-building process :
You need to make two variables from your Kite Dashboard > Stored Variables
economy- this will handle your users data ( rank & balance )shop- this will handle your shop items' data
If you're using the economy system
- A. in only one server - NO
- B. in multiple servers - YES
In case B you'll have to use the scope
{{guild.id}}with your variables.
Currency​
The default currency used in this tutorial is "🪙".
If you want to use a change the currency & use a custom emoji, you'll have to replace 🪙 in all the CALCULATE VALUE and CREATE RESPONSE blocks with you desired emoji.
- If you want to use a custom emoji, you'll have to use the markdown format.
- To use default emojis as currency, just input the emoji as it is from your keyboard.
for e.g,
, "🪙" -> "<:shBoba:1273186196394348626>"
🌿, "🪙" -> "🌿"
Games/Gambling commands​
I have not added any gambling or games commands in this tutorial and I would not be helping with making such commands either.
If you wish to make such commands, you can try to figure them out yourself using the existing commands in this tutorial.
Any game or gambling command would most probably be a modified version of the Modify Balance command or Daily command shown in this tutorial.