diff --git a/packages/stage-pages/src/pages/settings/modules/gaming-minecraft.vue b/packages/stage-pages/src/pages/settings/modules/gaming-minecraft.vue index 5e7b6080a..28e22b5e1 100644 --- a/packages/stage-pages/src/pages/settings/modules/gaming-minecraft.vue +++ b/packages/stage-pages/src/pages/settings/modules/gaming-minecraft.vue @@ -1,9 +1,78 @@ - + + + + + + + + Integration Unavailable + + + + + Minecraft bot integration is currently broken and will be fixed in the near future. + + + + + + + Experiment with the WIP Bot + + + + + + Checkout the AIRI repo + git clone https://github.com/moeru-ai/airi + + + + + Navigate to services/minecraft + cd services/minecraft + + + + + Install dependencies + pnpm install + + + + + Setup environment + cp .env .env.local + + Fill in the required values in .env.local + + + + + + Run the bot + pnpm dev + + + + + + + + + Please note: The bot is still in development and may not work as expected. We're actively working on improving it. + + + + + +
git clone https://github.com/moeru-ai/airi
cd services/minecraft
pnpm install
cp .env .env.local
pnpm dev