Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 812 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 812 Bytes

Minecraft Bridge

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

Server Compatibility

Works with Vanilla, Spigot, Paper, and Forge servers.

Installation

  1. Install the latest LTS version of Node

  2. git clone https://github.com/DevelopmentCubed/Minecraft-Bridge.git

  3. yarn install or npm install

  4. Rename .env.example to .env and fill in the variables

  5. Run the bot with yarn start or npm start. Alternatively you can use something like PM2 to keep the bot running in the background.