π°Paycheck System
The Paycheck System lets server members claim recurring points rewards at set intervals. Admins deploy a persistent panel to any channel β users simply click the Claim Paycheck button to collect all available rewards at once.
Paid tier servers can customize both the amount and frequency of rewards, and configure up to 3 different paychecks that run independently (e.g., a daily paycheck and a weekly paycheck).
How to Enable the Paycheck system?
Use the /paycheck panel command to deploy the claim panel to a channel.

/paycheck panel
/paycheck panelchannel
β
The channel where the panel will be placed.
image
β
Optional banner image URL to display on the panel.
Example:
The panel includes two buttons:
π° Claim Paycheck β Click to claim all available paycheck rewards at once.
π View Claim Info β View the current active paychecks, their reward amounts, and claim frequencies.
Customizations
Note: Customization commands require a Paid tier plan. Free tier servers can still use the panel but are limited to the default settings (such as 100 points every 24 hours).
Servers can configure up to 3 separate paychecks. If a user clicks "Claim Paycheck", the system will award them for all paychecks that are off cooldown.
/paycheck add
/paycheck addAdd a new paycheck or update an existing one for a specific frequency. You can set a minimum and maximum range; when users claim their paycheck, they will receive a random reward within this range. To give a fixed reward amount, set both minimum and maximum to the same value (default is 100).
frequency
β
Claim frequency in hours (1 β 168).
min_amount
β
Minimum reward amount per claim (default 100).
max_amount
β
Maximum reward amount per claim (default 100).
Example:
/paycheck remove
/paycheck removeRemove a previously configured paycheck by its frequency.
frequency
β
The frequency in hours to remove.
Example:
/paycheck view
/paycheck viewView all currently configured paychecks for the server.
Summary
Deploy panel
β
β
Claim paycheck
β
β
Customize reward
β
β (0 β 1,000,000)
Multiple paychecks
β
β (Up to 3 at once)
Last updated