Skip to content
EntrophyEntrophy

community

Tickets

Button-driven support tickets with categories, staff assignment, tags, and HTML/JSON transcripts.

Disabled by default (opt-in)Requires the MessageContent privileged intent

Button-driven support tickets for player reports, appeals and recruitment.

Why gaming communities love it

  • A "Report a player" or "Appeal a ban" button turns a chaotic DM-the-mods workflow into a queue with assignment, tags and SLAs.
  • Private channels or private threads keep sensitive reports (cheating accusations, harassment) out of public view while still giving staff a shared workspace.
  • HTML and JSON transcripts mean a resolved ticket becomes a permanent, shareable record — useful for esports orgs that need to document rule enforcement.
  • Optional modal intake forms collect the right details up front (match id, opponent, evidence link) instead of a back-and-forth in chat.

Full command reference

Commands for this plugin
CommandDescriptionWho can use itExample
/ticket openOpen a new support ticket.Everyone/ticket open [subject:"subject"]
/ticket closeClose this ticket.Everyone/ticket close [reason:"spamming links"]
/ticket addAdd a user to this ticket.Everyone/ticket add user:@user
/ticket removeRemove a user from this ticket.Everyone/ticket remove user:@user
/ticket transcriptGet a ticket transcript (sent to you privately).Everyone/ticket transcript [number:10] [format:"format"]
/ticket assignAssign this ticket to a staff member.Everyone/ticket assign [user:@user]
/ticket tag addAdd a tag.Everyone/ticket tag add tag:"tag"
/ticket tag removeRemove a tag.Everyone/ticket tag remove tag:"tag"
/ticket reopenReopen a recently-closed ticket.Everyone/ticket reopen number:10
/ticket configView the tickets configuration.Everyone/ticket config
/ticket panel createCreate a ticket panel (a form for the title/description/button text opens next).Everyone/ticket panel create channel:#general mode:"mode" [category:#general] [support_role_1:@Moderators] [support_role_2:@Moderators] [support_role_3:@Moderators] [sla_minutes:10] [intake:true]