main/Commands
Commands
Commands are broken into two sections, Participants and Staff.
Participants Commands
- ./challenge
- Register and access initial plugin information.
- ./challenge <1-3>
- Access to 3 pages of general information on how to use the plugin.
- ./challenge commands
- Lists all commands available to participants
- ./challenge task <#>
- Return information about a challenge task by task number (#)
- ./challenge check
- Allows a participant to check whether they have the correct items for a challenge task.
- ./challenge status
- Allows a participant to check their challenge status
- ./challenge promote
- Allows the participant to attempt promotion if they have completed all challenge tasks.
Staff Commands
- ./ca <username>
- List all challenge tasks with their status for the participant
- ./ca <username> get <#>
- List a specific challenge task status for the participant
- ./ca <username> give <#>
- Give a participant a challenge task
- ./ca <username> remove <#>
- Remove a challenge task from a participant
- ./ca reload
- Reloads the plugin config file
- ./ca spam
- Allows Staff to opt in or out of seeing participant task check messages
Comments