Skip to content

Auto Role

Just Call Me Koko edited this page May 10, 2022 · 1 revision

Auto Role

Assigns roles to users based on time spent in the server

Usage

!autorole [config|get <config>|set <config> <value>|add/remove <config> <value>|start|stop]

config: Retrieve plugin configuration for the current server
get: Retrieve specific plugin configuration key value
set: Set the value for a specific plugin configuration key
add/remove: Add or Remove a value from a specific plugin configuration key list

start: Start the referenced plugin service daemon for the current server
stop: Stop the referenced plugin service daemon for the current server

Create your own Auto-Role

Syntax: !autorole add time_groups <days>:<role>
Example: !autorole add time_groups 90:@3Months

Remove an Auto-Role

Syntax: !autorole remove time_groups <days>:<role>
Example: !autorole remove time_groups 90:@3Months

Examples

Input: !autorole config
Output:
image

Input: !autorole get standard_groups
Output:
image

Input: !autorole add standard_groups @Moderator
Output:
image