HoshiKurama/TicketManager — reverse-engineered prompt
Reverse engineered prompt
Build me a Minecraft plugin called TicketManager that lets players ask staff for help through in game support tickets. Players should be able to create a ticket, add details, check its status, and get replies. Staff should be able to see open tickets, claim them, respond, close them, and manage busy servers without it feeling slow or messy.
I want it to feel polished for both small servers and bigger networks. Please include permission support through LuckPerms, and make the commands and messages easy to configure. It should support multiple languages, at least English, German, Italian, and Simplified Chinese, with a clean way to add more translations later.
Set it up as a proper Kotlin Minecraft plugin project, with whatever shared core, standalone, or proxy bridge pieces make sense. Keep the code organized and ready to build. If you need details about current Minecraft plugin APIs or LuckPerms, look up the current docs online.
Want more depth? Deep Reverse