estebangarcia21/the-blue-hats-server — reverse-engineered prompt
Reverse engineered prompt
Build me a Minecraft server project called The Blue Hats Server that recreates the feel of Hypixel Pit for local play. I want people to be able to run it on their own computer, connect with Minecraft, test enchants, fight in a pit style game, and play around with friends without needing a public server.
Please use Kotlin and Java with a simple Gradle setup. Make it easy to build and package as a downloadable server zip. Include start scripts for Windows and Mac or Linux so a normal person can unzip it and run it. The README should explain how to start the server, connect using localhost, and stop it from inside the game.
Keep the first version focused and working rather than huge. Add the basic server flow, joining, simple pit gameplay, enchant testing, and clear places in the code where more Hypixel Pit style features can be added later. Look up current Minecraft server docs online if you need to.
Want more depth? Deep Reverse