đŸ’ŧIncome

The income system allows server administrators to set up automatic income rewards for users with specific roles. Users can claim these rewards periodically based on their roles.

Server Admin Setup

Add Role Income

/config-income add <role> <reward_amount> <cooldown_per_user>

Adds or updates income settings for a specific role.

  • role: The role to set income reward for

  • reward_amount: Amount of currency to reward (1 to 1,000,000)

  • cooldown_per_user: Time between claims in days (0.01 to 365)

Remove Role Income

/config-income remove <role>

Removes income settings for a specific role.

Example: /config-income remove @Founder

Claim Income

/income claim

Claims income from all your eligible roles at once.

Features:

  • Claims rewards from all roles you have that are configured for income

  • Shows how much you earned from each role

  • Displays when you can claim from each role again

  • Has a 10-minute cooldown between command uses

Example Response:

View Role Incomes

/income view

Displays all currently configured role incomes in the server.

Important Notes

  • Maximum of 5 role incomes can be configured per server

  • Each role has its own independent cooldown

  • You can claim from multiple roles at once

  • The command has a 10-minute cooldown between uses

  • You must have the role to claim its income

  • Income is added to your checking balance

Last updated