Economy Commands
Blender's economy system allows you to create a virtual money system within your server. Users can earn, spend, and trade currency through various commands.
Commands:
applyApply for a job to start earning money. Jobs are predefined and users can pick the one that fits them.
markdownCopyEditUsage: `,apply <job number>` Example: `,apply 2`balanceCheck your balance or another user's balance in the economy system.
markdownCopyEditUsage: `,balance [@user]` Example: `,balance @user`dailyCollect your daily reward. This can be a small amount of money or items.
markdownCopyEditUsage: `,daily` Example: `,daily`depositDeposit money into your bank account for safekeeping.
markdownCopyEditUsage: `,deposit <amount/all>` Example: `,deposit 500`inventoryView the items in your inventory. This is where you can keep track of the items you have purchased or earned.
markdownCopyEditUsage: `,inventory` Example: `,inventory`jobsView the available jobs and your current job status.
markdownCopyEditUsage: `,jobs [list/info/quit] [page]` Example: `,jobs list`leaderboardView the leaderboard to see the top users globally or in your server.
markdownCopyEditUsage: `,leaderboard [global/server] [page]` Example: `,leaderboard server`payTransfer money to another user in the server.
markdownCopyEditUsage: `,pay <@user> <amount>` Example: `,pay @friend 100`robAttempt to rob another user. Beware—robbers may get caught!
markdownCopyEditUsage: `,rob <@user>` Example: `,rob @user`shopView and manage the server shop. You can add, remove, or buy items through this command.
markdownCopyEditUsage: `,shop [list/add/remove/buy] [item] [price]` Example: `,shop list`useUse an item from your inventory. Items can grant various effects or bonuses.
markdownCopyEditUsage: `,use <item>` Example: `,use luckycharm`weeklyCollect your weekly reward, which may be larger than the daily reward.
markdownCopyEditUsage: `,weekly` Example: `,weekly`withdrawWithdraw money from your bank and make it available for spending.
markdownCopyEditUsage: `,withdraw <amount/all>` Example: `,withdraw 1000`workWork at your current job to earn money. The more you work, the more you earn.
markdownCopyEditUsage: `,work` Example: `,work`
Last updated