Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| SimpleHelpTickets 1.4 release | 51.39 KB | Feb 12, 2017 | 1.9 | 1,369 | Download |
| SimpleHelptickets-1.3.6 beta | 48.08 KB | Feb 10, 2014 | CB 1.7.2-R0.2 | 7,594 | Download |
| SimpleHelpTickets 1.3.5 beta | 50.21 KB | Nov 14, 2013 | CB 1.7.2-R0.2 | 1,676 | Download |
| SimpleHelpTickets-1.3.3.jar beta | 47.97 KB | Dec 20, 2012 | 1.6.4 | 5,606 | Download |
| SimpleHelpTickets-1.3.2.jar beta | 48.13 KB | Dec 15, 2012 | CB 1.4.5-R0.2 | 719 | Download |
| SimpleHelpTickets-1.3.1.jar beta | 47.85 KB | Dec 14, 2012 | CB 1.4.5-R0.2 | 227 | Download |
| SimpleHelpTickets-1.3.jar beta | 47.69 KB | Nov 26, 2012 | CB 1.4.5-R0.2 | 723 | Download |
| SimpleHelpTickets-1.2.jar beta | 47.20 KB | Nov 5, 2012 | CB 1.4.2-R0.2 | 974 | Download |
| SimpleHelpTickets-1.1.jar beta | 47.19 KB | Nov 3, 2012 | CB 1.4.2-R0.1 | 324 | Download |
| SimpleHelpTickets-1.0.jar beta | 47.20 KB | Oct 26, 2012 | CB 1.3.2-R2.0 | 661 | Download |
| SimpleHelpTickets-0.9.9.jar beta | 45.67 KB | Oct 12, 2012 | CB 1.3.2-R1.0 | 919 | Download |
| SimpleHelpTickets-0.9.8.jar beta | 36.36 KB | Oct 11, 2012 | CB 1.3.2-R1.0 | 317 | Download |
| SimpleHelpTickets-0.9.7.jar beta | 35.84 KB | Sep 3, 2012 | CB 1.3.2-R0.1 | 730 | Download |
| SimpleHelpTickets-0.9.6.jar beta | 35.39 KB | Jul 4, 2012 | CB 1.2.5-R4.0 | 1,243 | Download |
| SimpleHelpTickets-0.9.5.jar beta | 35.33 KB | Jul 2, 2012 | CB 1.2.5-R4.0 | 401 | Download |
| SimpleHelpTickets-0.9.jar beta | 24.85 KB | Jun 14, 2012 | CB 1.2.5-R4.0 | 535 | Download |
| SimpleHelpTickets-0.8.jar beta | 12.25 KB | Jun 11, 2012 | CB 1.2.5-R4.0 | 382 | Download |
| SimpleHelpTickets-0.7.jar beta | 12.11 KB | May 1, 2012 | CB 1.2.5-R1.2 | 620 | Download |
| SimpleHelpTickets-0.6.jar beta | 11.03 KB | Apr 27, 2012 | CB 1.2.5-R1.2 | 268 | Download |
| SimpleHelpTickets-0.5.jar beta | 10.77 KB | Apr 25, 2012 | CB 1.2.5-R1.0 | 264 | Download |
| SimpleHelpTickets-0.4.jar beta | 9.48 KB | Apr 9, 2012 | CB 1.2.5-R1.0 | 422 | Download |
| SimpleHelpTickets-0.3.jar beta | 9.17 KB | Mar 27, 2012 | CB 1.2.3-R0.2 | 301 | Download |
| SimpleHelpTickets-0.2.jar beta | 9.05 KB | Mar 25, 2012 | CB 1.2.3-R0.2 | 244 | Download |
| SimpleHelpTickets-0.1.jar beta | 8.45 KB | Mar 19, 2012 | CB 1.2.3-R0.2 | 230 | Download |
| SimpleHelpTickets-1.4.1 alpha | 52.16 KB | Jun 23, 2017 | 1.12 | 734 | Download |
Screenshots
Description

Simple Help Tickets
Description:
Simple Help Tickets provides a simple and effective system for users to request the assistance of an admin.
Starting out as a rather lightweight plugin I threw together for personal use and decided to share, it has continued to expand due to popular demand.
By using /ticket a user can open a help ticket, which can then be reviewed and dealt with by an administrator.
Both users and admin are able to reply to tickets to further dialogue regarding a ticket. If a user logs in and an open ticket has received a reply from an admin, they will be notified of the change.
Updating to 1.0
If you are updating to 1.0 you will need to start with a fresh database.
If you're using SQLite simply delete Tickets.db in SimpleHelpTickets plugin directory
MySQL users, delete the table SHT_Tickets in your database, it will be replaced on server start.
Installation:
1. Download the .jar
2. Place the .jar in your plugins directory
3. Restart the server
Configuration:
• MaxTickets
Maximum number of tickets per user.
• TicketExpiration
Number of days before a closed ticket expires
• NotifyAdminOnTicketClose
Users with the sht.admin permission will receive a message when a ticket is closed.
• MultiWorld
If using more than one world, take/check ticket will display the appropriate world name in ticket details
• OnJoin
Display number of personal tickets to user / total tickets to admin upon join
• USE_MYSQL
Whether to use MySQL instead of SQLite
output.yml
• Use to customize plugin output (Language / Formatting)
Commands:
• /helptickets – SimpleHelpTickets Menu.
• /ticket (description) – Open a help ticket.
• /tickets [-a/-c] – List Open/All/Closed tickets.
• /checkticket <#> – Check the details of a ticket.
• /taketicket <#> – Assign self to a ticket. (and be teleported to the location is was set)
• /replyticket <#> <reply> – Reply to a ticket
• /closeticket [-r] <#> – Close a help ticket.
• /delticket (#) – Delete a help ticket.
• /purgetickets [-c/-a] – Purge expired, Closed or All tickets
Permissions:
• sht.ticket – Open a help ticket.
• sht.admin – Administrate help tickets.
• sht.reload – Reload SimpleHelpTickets.
To Do:
•
•
•
•
•
Web GUI
By popular demand, a Web GUI is available for SimpleHelpTickets.
You can download it below.
• SimpleHelpTickets Web GUI

Thankyou for your support! 😀
Recent Change-Log:
1.4
– Updated for Spigot API 1.10.2
– UPDATED: Updated for new UUID system
(Caveats: UUID not translated to player name)
– Fixed: bug when reopening a ticket
1.3.6
– FIXED: MaxTickets not limiting the amount of tickets a user can open
– FIXED: User OnJoin notification of open tickets repeating itself
– FIXED: MySQL Connection Check. (Merged PR: TheCutter)
1.3.5
– Updated extra formatting to not interfere with colour codes
– Recoded ticket.class
– Fixed "CONSOLE has opened a ticket" bug for MySQL users
– Fixed notification of admin reply on user join
1.3.4
– Added bold/italic/underline/strike/reset to output.yml
– Fixed typo in output.yml
– Added check to getconnection in mysqlconnection.java to ensure connection is established, and if not re-stablish connection before continuing.
1.3.3
– minor bugfix: Users rceiving notification about open tickets even if tickt is/are closed
– minor bugfix: Prefix removed from 'No Tickets To Display' message
– minor bugfix: Instances of getDisplayName changed to getName in closeticket & taketicket (Fronix)
– minor bugfix: A few typos in output.yml have been fixed (if your output.yml is unchanged, delete it before starting your server to generate a new one)
Get 0.05 TON 💎
Download



Add a comment