Skip to main content
<> means an argument is required, [] means it’s optional

Viewing presets

View an existing preset.
/preset view <preset_name>
  • preset_name (text): required
    The name of the preset you want to view.

Creating a preset

Create a new preset.
/preset create <preset_name>
  • preset_name (text): required
    The name you want to give the new preset.

Removing a preset

Remove an existing preset.
/preset remove <preset_name>
  • preset_name (text): required
    The name of the preset you want to delete.

Adding a role to a preset

Add a role configuration to an existing preset.
/preset add-role <preset_name> <role> <claim_time> [entries] [claim_time_stack] [entries_stack]
  • preset_name (text): required
    The name of the preset you want to modify.
  • role (role): required
    The role you want to add to the preset.
  • claim_time (time): required
    The claim time assigned to this role.
  • entries (number): defaults to 0
    The number of extra entries this role grants.
  • claim_time_stack (bool): defaults to false
    Whether claim time stacks with other roles.
  • entries_stack (bool): defaults to false
    Whether entries stack with other roles.

Removing a role from a preset

Remove a role from an existing preset.
/preset remove-role <preset_name> <role>
  • preset_name (text): required
    The name of the preset you want to modify.
  • role (role): required
    The role you want to remove from the preset.