Skip to content

Simple Discord bot to display Minecraft Server Status

Notifications You must be signed in to change notification settings

tomasss888/McQuery_Bot

Repository files navigation

McQuery_Bot

Simple Minecraft server status bot created to be running on one server. Bot fetches simple data from the server(using query data) and constantly updates and displays server info.

Bot Showcase image

Setup

  • Set enable-query=true inside your server.properties file.
  • Fill out config.js bot data.
  • Launch npm init to install dependencies and node index.js to initiate bot.

Launch(Docker)

  • Start:
cd ~/ServerStatus 
docker build -t ServerStatus .
docker run -d ServerStatus .
  • Common:
docker ps
docker stop <CONTAINER ID> 
docker restart <CONTAINER ID>