farukgnc/Lord — reverse-engineered prompt

Reverse engineered prompt

Build me a Minecraft server management plugin called Lord for a Paper server. I want it to cover the basics staff teams usually need in one place. Players should have ranks that staff can create, edit, delete, and assign, with both permanent and timed grants. I also want a punishment system for bans, mutes, warns, and kicks, with everything logged so staff can review history later.

Please include chat management too, like channels and custom chat formatting, and make the admin side easy to use with in game GUI menus for ranks, grants, and punishments. For storage, support both MongoDB for real server use and a simple in memory option for testing. Make the plugin configurable from files in the plugin folder, especially database settings and messages.

Use a clean structure, sensible commands and permissions, and add solid automated tests so it is easy to maintain. If anything is unclear, check current Paper plugin docs online and fill in the missing pieces in a practical way.

Want more depth? Deep Reverse