SimpleTicketManager V2.0.0

Details

  • Filename
    SimpleTicketManager.jar
  • Uploaded by
  • Uploaded
    Jul 24, 2015
  • Size
    47.15 KB
  • Downloads
    255
  • MD5
    340a86173c92a4b176990facf24ef2cb

Supported Bukkit Versions

  • 1.8.3

Changelog

New Features

  • Plugin has had a complete recode (Now much more efficient)
  • Server performance has been improved
  • Database updates now asynchronous (Meaning updates to the updates won't affect the server at all)
  • Database updates now done in intervals
  • Tickets can now be unclaimed with /ticket unclaim <id>
  • Config option to show the amount of players on the server at the time of report (Useful for players that make reports to do with lag)
  • Comments can now be added to tickets using /ticket comment add <id> <comment>
  • Comments can now be viewed for a ticket using /ticket comment view <id>
  • The amount of comments for a ticket has been added to the info for a ticket
  • All messages now configurable in messages.yml
  • Players can now view all their assigned tickets using /ticket view assigned
  • Players can now view all assigned tickets for all players using /ticket view assigned all
  • Players can now view all their closed tickets using /ticket view closed
  • Players can now view all closed ticket for all players using /ticket view closed all
  • Added a reload command to update config.yml and messages.yml you can reload by doing /ticket reload
  • Added Plugin Metrics (Makes it easier for me to support the plugin for future development)

Bug fixes

  • No longer able to close closed tickets
  • Database connection no longer times out after 8 hours

As I'm now more happy with the way I've coded it now, I will be shortly releasing this plugin as open source on GitHub. Feel free to use and change it how you wish.

IMPORTANT

If upgrading from a old version then you will need to delete your SimpleTicketManager folder or you will get loads of errors thrown at you and the plugin will now work.

This does mean you will lose all your current tickets.

None currently