Ticket Module - ForgeEssentials/ForgeEssentials GitHub Wiki
Last updated for forgeessentials-1.7.10-1.4-beta
ForgeEssentials/Tickets.cfg
S:categories <
griefing
overflow
dispute
>
Add new categories by putting each new one on it's own line
There are three categories to create tickets in, griefing, overflow and dispute. More can be added in the config file.
To create a ticket in the category griefing
with the message dries007 put lava in my wooden house
at the spot where the player stands he/she types /ticket new griefing dries007 put lava in my wooden house
in chat.
When a player with the permission node fe.tickets.admin
logs in he/she get's the text There are 'numberOfOpenTickets' open tickets.
in chat
Command Usage | Aliases | Permission Node | Description |
---|---|---|---|
/ticket | /tickets | fe.tickets.command | Prints usage help in chat |
/ticket list [page] | fe.tickets.view | Prints a paged list of tickets in chat | |
/ticket new [category] [message] | fe.tickets.new | Creates a new ticket in the specified category with the message you specified | |
/ticket view [id] | fe.tickets.view | Prints the ticket information in chat | |
/ticket tp [id] | fe.tickets.tp | Teleports you to the location where the ticket was created | |
/ticket del [id] | fe.tickets.admin | Deletes the ticket specified | |