Skip to content

A discord bot that displays the number of players a server has.

License

Notifications You must be signed in to change notification settings

AugusDogus/minecraft-status-bot

Repository files navigation

Logo

Docker Image CI Docker Pulls Codacy Badge GitHub ko-fi


Example

Requirements

  • Docker
  • A discord bot token
  • A Minecraft server
  • Node.js (for development)

Running from Docker Hub

$ docker run --name minecraft-status-bot -e "token=Disord_Bot_Token_Here" -e "ip=Minecraft_Server_IP_Here" -e "delay=Time_In_Milliseconds" augusdogus/minecraft-status-bot:latest

Building & Running from source

$ git clone https://github.com/augusdogus/minecraft-status-bot
$ cd minecraft-status-bot
$ docker build -t minecraft-status-bot .
$ docker run --name minecraft-status-bot -e "token=Disord_Bot_Token_Here" -e "ip=Minecraft_Server_IP_Here" -e "delay=Time_In_Milliseconds" minecraft-status-bot:latest

License

This project is licensed under the MIT License - see the License file for details

Acknowledgments

  • Thanks to tedztar's initial work on the first bot.
  • Thanks to Huskydog9988's revision of tedztar's code from which this project was inspired.

About

A discord bot that displays the number of players a server has.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published