!GenesisX title GenesisX is a Minecraft plugin that allows players to generate structures using AI directly in-game. Using a simple command system, players can describe what they want to build and the plugin will generate the structure automatically on the server.
/gx/gx build a simple villager house/gx reload – reloads the configuration without restarting the server/gx help – displays available commands in-gameconfig.ymlGenesisX uses a simple configuration file where you can add your API key and choose the AI model.
apikey: "" # Your API key
model: "" # Example: gemini-3-flash-preview or a Groq model
provider: "" # "gemini" or "groq"
The current alpha version supports Google Gemini AI and Groq AI.
Future versions may include support for additional AI providers such as:
GenesisX is currently in early alpha, so expect some experimental results.
AI-generated builds may occasionally be a bit... creative.
In other words: sometimes impressive, sometimes questionable, sometimes pure chaos.
Future updates will improve build quality, introduce new commands, and add more advanced features to make AI building more powerful and easier to use.
A customizable AI prompt directly from config.yml is also coming soon.
