Remember that commands are dynamic and your server administrator may have configured them differently!
This page is for version 1.2.2 aka New Command System update.
/ticket
| Cmd | Node | Description |
| read <ticket id, page, held, closed, server> | reportrts.command.check | Display open, held or closed tickets. |
| read self | reportrts.command.check.self | Display currently tickets open by you. |
| open <message> | reportrts.command.modreq | Opens a ticket with the following arguments as it's message. |
| close <id> <optional message> | reportrts.command.complete | Closes specified ticket. You may allow users to complete their own by giving them reportrts.command.complete.self |
| reopen <id> | reportrts.command.complete | Reopens the specified ticket. |
| claim <id> | reportrts.command.claim | Claims the specified ticket to prevent toe-stepping. |
| unclaim <id> | reportrts.command.claim | Removes a claim from a ticket, allowing another staff member to claim it. |
| assign <id> | reportrts.command.assign | Assigns (adds a claim) to the specified ticket. |
| hold <id> <optional message> | reportrts.command.hold | Puts the target ticket on hold. |
| tp <id> | reportrts.command.teleport | Teleport to the target ticket. |
| broadcast <message> | reportrts.command.broadcast | Broadcasts a message to all staff members. |
| staff | reportrts.command.modlist | Displays online staff members (players with the staff node). |
/reportrts
| Cmd | Node | Description |
| reload | reportrts.command.reload | Reloads the configuration, tickets from database and messages. |
| ban | reportrts.command.ban | Bans the target from using the ticket system. |
| unban | reportrts.command.ban | Unbans the target from using the ticket system. |
| reset | reportrts.command.reset | Resets the ReportRTS tables in the database. |
| stats | reportrts.command.stats | Displays total closed, currently claimed and currently held tickets by the target player. |
| search/find | reportrts.command.stats | Finds tickets closed or created by target. |
| help | reportrts.command.help | Shows the help page. |
| notifications | reportrts.command.notifications | Allows the player to view how many pending notifications there are, and mark them as seen by doing /reportrts notifications reset |
| duty | reportrts.mod | Shows your current duty status. By turning duty to off you are removed from the ReportRTS system until re-added by either re-logging or doing /reportrts duty <on/off>. |
| setup | OP only! | Command to help you set up the database configuration for ReportRTS. |