Skip to content

Latest commit

 

History

History
74 lines (65 loc) · 2 KB

Ticket-Module.md

File metadata and controls

74 lines (65 loc) · 2 KB

Installation

Put this module in the mods folder. If the Core is installed, it will be loaded.

Configuration

ForgeEssentials/Tickets/config.cfg

S:categories <
    griefing
    overflow
    dispute
 >

Add new categories by putting each new one on it's own line

Usage

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 ForgeEssentials.Tickets.admin logs in he/she get's the text There are 'numberOfOpenTickets' open tickets. in chat

Commands

Command Usage Aliases Permission Node Description
/ticket /tickets ForgeEssentials.Tickets.command Prints usage help in chat
/ticket list [page] ForgeEssentials.Tickets.view Prints a paged list of tickets in chat
/ticket new [category] [message] ForgeEssentials.Tickets.new Creates a new ticket in the specified category with the message you specified
/ticket view [id] ForgeEssentials.Tickets.view Prints the ticket information in chat
/ticket tp [id] ForgeEssentials.Tickets.tp Teleports you to the location where the ticket was created
/ticket del [id] ForgeEssentials.Tickets.admin Deletes the ticket specified