There's a lot in this update! Mostly GUI updates and intractability. This is a development build and lightly tested. So uh, its prolly got bugs
Updates
Commands
- Updated the Command Structure!
- /tickets
(view open tickets, now requires tickets.view permission)
- /tickets create <ticket description>
(creates a ticket, now requires tickets.create permission
- /tickets reload
(reloads config)
- /tickets rename <ticket uuid> <ticket name>
- /tickets add_note <ticket uuid> note
- /tickets change_group <ticket uuid> <group>
GUI Changes
Interactions
Left Click: Opens Ticket Options GUI
Right Click: Opens Ticket Notes GUI
Shift Left: Teleport to Location
Shift Right: Closes the ticket
New GUI
TicketViewer
- Limited to 53 tickets
- Fixed an error when there are No tickets
- Updated Interactions
Ticket Options
- Several Ticket Administration Actions are now bound to GUI and Command
- Sub-GUI for changing Support Group
Patches
- Imported patch from 2.1.2
- Fixed the "prompted" command when logging in.
- Added method to update config automagically without changing pre-existing settings.