⚠️ Hypixel has historically banned accounts running bot software as Mineflayer is not a regular client. Use at your own risk!
- Node.js >= 16.9.0
- Git
- Yarn (Installed with Node.js, run
corepack enable
) - A Minecraft account
- A Discord bot:
- Permissions needed:
Manage Webhooks
View Channels
Add Reactions
Send Mesaages
- Scopes needed:
bot
applications.commands
- Permissions needed:
- Clone the repository and change directory into the folder
- Install dependencies with yarn
- Create and populate the config file
- Run the bridge!
git clone https://github.com/itsneyoa/bridge.git # Clone the repo
cd bridge # Change directory to the project folder
yarn install # Install dependencies
yarn build # Compile the typescript into javascript
cp .env.example .env # Create the config file
nano .env # Populate the config values
yarn start # Start the bridge
- Add extra values to config file
- Download the
1.17.1
Minecraft Server jar into theserver/
directory asserver.jar
- Accept the EULA and set
offline-mode
to true inserver.properties
- Start the server with
yarn server
- Run the bridge with
yarn dev
rather thanyarn start
- Colourise the terminal logging output for console
- Clean up the logger
- Write setup and contributing instructions
- Add one click deploy to DigitalOcean and dockerise
- Cache the guild list for autocomplete in slash commands and staff joins/leaves sent to officer chat
- More events and commands:
- /guild log
- /guild motd
- /guild slow
- /guild quest
- /guild list
- Weekly guild quest completed
# The server to use as the dev environment
DEV_SERVER_ID=