4.0.0 - Economy Support | New Category/Importance handling | Command changes/additions
Previous users MUST reset their messages and menu files! This is a massive update, so if this patch does not function for you, it's your files!
-
Changed - "/report" command was removed and replaced with "/modreq create". Also removing the <category> and <importance> mandatory values to have a GUI based category and importance system. These inventories will show up when a player creates a ticket, and if a player doesn't choose anything, an error message will show what they need to do to confirm a ticket creation.
-
Changed - Basic Ticket creation section in the messages.yml for better understanding.
(Please reset your messages.yml file!)
-
Added - Economy support! Players can now be charged for creating a ticket!
(Bypass economy with "advancedmodreq.economy.bypass")
Avoids spamming
-
Added - Console can now auto view open tickets in chat without having to type "/modreq view open chat", just "/modreq list" will work.
(Defaults to open tickets)
-
Added
- New command "
/modreq tp <ticketID>", teleport to any ticket instantly!
-
Added
- New command "
/modreq delete <ticketID>", you can now delete one ticket at a time!
-
Added - If the plugin is reloaded while a player is in any menu, the menu will be closed to stop the ability of getting free items!
-
Fixed - MySQL exceptions when a connection has been held for too long
- Fixed - If a player did not have both open and closed ticket permissions, no message would be sent, and not allow the player to view anything.
-
Code
- Changed every mysql connection attempt to auto-reconnect, allowing for longer server on-time.