CLOEI/Moonlight — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an educational PixelWorlds bot manager called Moonlight. I want a Rust backend with a simple web dashboard where I can run and manage multiple game sessions from one place. The dashboard should show live logs, let me start and stop sessions, switch between them, see basic world information, render a minimap, and do simple world and inventory actions from buttons.

Please make it feel like a clean control panel, not a complicated developer tool. I should be able to open it at localhost in my browser after building the web frontend and running the Rust app. Include enough setup so someone can run it with the usual web build step and then cargo run.

Keep it clearly for education and testing only, and don’t add anything about selling or abusing it. If you need current docs for Rust, the web tooling, or PixelWorlds packet behavior, look them up online and make the project work end to end.

Want more depth? Deep Reverse