๐ŸŒŸ Invite System

The invite system allows you to track which users have invited the most members to your server. You can also assign roles automatically based on the number of successful invitations.

โš™๏ธ Settings

๐Ÿงพ Commands

/leaderboard

Description: Displays the invite leaderboard across all members. Great to see whoโ€™s bringing in the most people!

Permissions: None required.

Usage:

/leaderboard

/invite

Description: Shows how many invites a user has accumulated.

Permissions: None required.

Usage:

/invite

/view-invite-rewards

Description: Lists all invite reward roles currently set on the server.

Permissions: None required.

Usage:

/view-invite-rewards

/invite-reward-role

Description: Adds a reward role for reaching a specific number of invites.

Required Permissions: Manage Server.

Usage:

/invite-reward-role [role] [invites]
  • role โ€“ The role to assign once the invite count is reached.
  • invites โ€“ Number of invites required to get the role.

/remove-invite-reward-role

Description: Removes a previously configured invite reward role.

Required Permissions: Manage Server.

Usage:

/remove-invite-reward-role [role] [invites]
  • role โ€“ The role you want to remove.
  • invites โ€“ The invite threshold associated with that role.

/blacklist-invite-roles

Description: Adds or removes a role from the invite reward system, effectively blacklisting it.

Required Permissions: Manage Server.

Usage:

/blacklist-invite-roles [role] [action]
  • role โ€“ The role you want to add/remove from the blacklist.
  • action โ€“ Use add (true) or remove (false) to modify the blacklist.