πŸ’°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

Parameter
Required
Description

channel

βœ…

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

Add 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).

Parameter
Required
Description

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

Remove a previously configured paycheck by its frequency.

Parameter
Required
Description

frequency

βœ…

The frequency in hours to remove.

Example:


/paycheck view

View all currently configured paychecks for the server.


Summary

Feature
Free Tier
Paid Tier

Deploy panel

βœ…

βœ…

Claim paycheck

βœ…

βœ…

Customize reward

❌

βœ… (0 – 1,000,000)

Multiple paychecks

❌

βœ… (Up to 3 at once)

Last updated