ModReq
a useful ticket system with mysql and h2 database support!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
ModReq
ModReq
Modreq allows players to easily create ingame tickets for staff to handle.
Commands and Permissions
Player Commands
| Command | Description | Permission | | ------------------------ | ---------------------------------------- | ---------- | | /modreq <message> | Create a new modreq ticket (shortcut) | modreq.use | | /modreq create <message> | Create a new modreq ticket | modreq.use | | /modreq list [page] | List your modreq tickets | modreq.use | | /modreq info <id> | View detailed information about a ticket | modreq.use | | /modreq close <id> | Close your own ticket | modreq.use |
Staff Commands
| Command | Description | Permission | | ----------------------------------------- | ------------------------------------- | ---------- | | /modreq list [all|status|player] [page] | List modreq tickets with filters | modreq.mod | | /modreq claim <id> | Claim a ticket | modreq.mod | | /modreq unclaim <id> | Unclaim a ticket you've claimed | modreq.mod | | /modreq done <id> | Mark a ticket as completed | modreq.mod | | /modreq elevate <id> | Escalate a ticket for admin attention | modreq.mod | | /modreq teleport <id> | Teleport to the ticket location | modreq.mod | | /modreq note <id> <message> | Add a note to a ticket | modreq.mod |
Admin Commands
| Command | Description | Permission | | --------------------- | ---------------------------------------------- | ------------ | | /modreq claim <id> -f | Force claim a ticket from another staff member | modreq.admin | | /modreq reload | Reload the plugin configuration | modreq.admin |
Permission Defaults
- `modreq.use` - Default: All players - `modreq.mod` - Default: OP only - `modreq.admin` - Default: OP only - `modreq.teleport` - Default: modreq.mod