Configuration Options/Default Configuration

 

If you are getting "missing language element: xxx" messages, find the missing element here and insert it into your languages/en_US.json file.
Alternatively, if you have not made any changes to the language file, or you wish to revert to the default, simply delete the file and reload the plugin.

 

{
  "plugin.prefix": "&b[&6HelpTickets&b]",
  "ticket.name": "ticket",
  "ticket.created_by": "created by",
  "ticket.assigned_to": "assigned to",
  "ticket.date_created": "created",
  "ticket.last_updated": "last updated",
  "ticket.message": "message",
  "ticket.location": "location",
  "ticket.client_brand": "is modded",
  "ticket.action_log": "use &e/%command.ticket% %command.ticket.actions% %1$s [%ticket.arg.page%]",
  "ticket.arg.page": "page",
  "ticket.arg.creator": "creator",
  "ticket.arg.assignee": "assignee",
  "ticket.arg.contains": "contains",
  "ticket.arg.id": "ticket id",
  "ticket.arg.message": "message",
  "ticket.arg.comment": "comment",
  "ticket.arg.phrase": "\"phrase\"",
  "ticket.updated.message1": "the following tickets have been updated:",
  "ticket.updated.message2": "use &e/%command.ticket% %command.ticket.view% <%ticket.arg.id%>&r to view a ticket",
  "ticket.archived.purge": "purged %1$s archived tickets",
  "player.name": "player",
  "world.name": "world",
  "unknown.name": "unknown",
  "nobody.name": "nobody",
  "priority.name": "priority",
  "priority.critical": "critical",
  "priority.high": "high",
  "priority.normal": "normal",
  "priority.low": "low",
  "priority.wishlist": "wishlist",
  "status.name": "status",
  "status.open": "open",
  "status.in_progress": "in progress",
  "status.closed": "closed",
  "status.resolved": "resolved",
  "status.cancelled": "cancelled",
  "command.ticket": "ticket",
  "command.ticket.description": "create and manage help tickets",
  "command.ticket.not_operational": "HelpTickets is not operational, possibly due to a configuration issue",
  "command.ticket.reload": "reload",
  "command.ticket.reload.message": "reloaded!",
  "command.ticket.comments": "comments",
  "command.ticket.comments.message.header": "comment log of ticket #%1$s (pg %2$s/%3$s)",
  "command.ticket.comments.message.no_comments": "ticket has no logged comments",
  "command.ticket.actions": "actions",
  "command.ticket.actions.message.header": "action log of ticket #%1$s (pg %2$s/%3$s)",
  "command.ticket.actions.entry.assignee_changed": "assigned to %1$s",
  "command.ticket.actions.entry.status_changed": "status changed to %1$s",
  "command.ticket.actions.entry.priority_changed": "priority changed to %1$s",
  "command.ticket.actions.message.no_actions": "ticket has no logged actions",
  "command.ticket.assign.message": "assigned ticket &e#%1$s&r to &e%2$s&r",
  "command.ticket.assign.message.other": "ticket &e#%1$s&r has been assigned to you",
  "command.ticket.create": "create",
  "command.ticket.create.message": "created ticket &e#%1$s",
  "command.ticket.create.broadcast": "&e%1$s&r has created ticket &e#%2$s",
  "command.ticket.list": "list",
  "command.ticket.list.message": "open tickets (showing page %1$s of %2$s):",
  "command.ticket.archive": "archive",
  "command.ticket.archive.message": "archived tickets (showing page %1$s of %2$s):",
  "command.ticket.teleport": "teleport",
  "command.ticket.view": "view",
  "command.ticket.comment": "comment",
  "command.ticket.comment.message": "successfully added a comment to ticket &e#%1$s",
  "command.ticket.claim": "claim",
  "command.ticket.assign": "assign",
  "command.ticket.abandon": "abandon",
  "command.ticket.close": "close",
  "command.ticket.open": "open",
  "command.ticket.cancel": "cancel",
  "command.ticket.resolve": "resolve",
  "command.ticket.priority": "priority",
  "command.ticket.priority.message": "set priority of ticket &e%1$s&r to %2$s",
  "command.ticket.status.message": "set status of ticket &e%1$s&r to %2$s",
  "command.ticket.teleport.no_location": "no location for this ticket",
  "command.ticket.teleport.no_world": "world does not exist",
  "command.ticket.teleport.message": "teleported to the location of ticket &e#%1$s",
  "command.ticket.unassign.message": "unassigned ticket &e#%1$s&r",
  "command.ticket.updated.message1": "ticket &e#%1$s&r has been updated",
  "command.ticket.updated.message2": "use &e/%command.ticket% %command.ticket.view% %1$s&r to view the ticket",
  "command.helpop.message": "use &e/%command.ticket% %command.ticket.create% <%ticket.message%>&r instead",
  "command.ticket.error.no_ticket": "no ticket #%1$s",
  "command.ticket.error.no_player": "unknown player: %1$s",
  "command.ticket.error.invalid_ticket_id": "ID must be a number greater than 1",
  "command.ticket.error.invalid_page": "page must be a number greater than 0",
  "command.ticket.error.page_out_of_range": "page out of range (max %1$s)",
  "command.ticket.error.unknown_priority": "unknown priority: %1$s; expected %2$s",
  "command.ticket.error.page_too_low": "page must be greater than 0",
  "command.ticket.error.page_too_high": "page out of range (max %1$s)",
  "command.ticket.error.no_open_tickets": "there are no open tickets",
  "command.ticket.error.no_archived_tickets": "there are no archived tickets",
  "command.ticket.error.invalid_state": "ticket &e#%1$s&r is %2$s",
  "login.ticketinfo": "There are &e%1$s&r open tickets (&e%2$s&r assigned to you)",
  "database_error_message": "There was an error with the database. Please inform an administrator as soon as possible.",
  "yes.name": "yes",
  "no.name": "no"
}