Connects your Minecraft server to a Discord channel via RCON.
You can also manage the servers whitelist via the bot with !whitelist add/remove/list
Works with Vanilla, Spigot, Paper, and Forge servers.
-
Install the latest LTS version of Node
-
git clone https://github.com/DevelopmentCubed/Minecraft-Bridge.git -
yarn installornpm install -
Rename
.env.exampleto.envand fill in the variables -
Run the bot with
yarn startornpm start. Alternatively you can use something like PM2 to keep the bot running in the background.