Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
/ MinecraftBot Public archive

A simple bot for discord to see the status of a minecraft server

License

Notifications You must be signed in to change notification settings

Fiwi1265/MinecraftBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft bot for Discord

Requirements:

Nodejs on Windows, Linux or macOS | Download here.

Installation:

Download the git or clone with git clone https://github.com/Fiwi1265/MinecraftBot.git.

Go to the repository folder, open a terminal and type npm install.

Open the file app.js and modify the next lines with your credentials.

//==========================SERVER-PROPERTIES===========================//
const SIP = ''  //Server IP
const SPO = 25565  //Server Port | Default 25565
const TOKEN = ''    //Discord Bot Token
//======================================================================//

Finally run npm start

Note:

For the bot to continue working you must leave that process working without interruption

In linux you can use screen to keep the process running

About

A simple bot for discord to see the status of a minecraft server

Resources

License

Stars

Watchers

Forks