Th0rgal/oraxen — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Minecraft Spigot plugin like Oraxen.

I want server owners to be able to add custom items, weapons, armor, blocks, furniture, and other game content using simple configuration instead of coding. The plugin should automatically build the resource pack from those configs, upload it somewhere usable, and send it to players when they join.

Please include a clean system for item mechanics so custom items can do special things, and make it easy to expand later with an API for items, blocks, furniture, and the resource pack. It should handle config mistakes gracefully, and it should be able to update old config files when the plugin updates.

Target modern Minecraft server versions, especially 1.20 and 1.21, and structure it so version specific code is separated cleanly. Use Java and Gradle since this is meant to be a Spigot plugin. Look up current Spigot and Minecraft plugin docs online if you need to.

Want more depth? Deep Reverse