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 install
ornpm install
-
Rename
.env.example
to.env
and fill in the variables -
Run the bot with
yarn start
ornpm start
. Alternatively you can use something like PM2 to keep the bot running in the background.