Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

LunaSquee/MC-Squeebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Minecraft Server Bot

A cool bot that uses node.js and runs a minecraft server, adding more commands.

Setting up

  1. Clone this repository
  2. Install the dependencies npm install
  3. Copy and modify the settings file cp settings.example.json settings.json
  4. Start the server node run.js It will prompt you to download the server. Answer yes and it will set up everything for you!

Warps

The file warps.json contains the "warps" for dimensions. Warps are basically public places where every player can teleport to. Adding a warp for a dimension goes like this: "WARP NAME":["xCoord yCoord zCoord", "COLOR", "DIMENSION"] Click here for a list of colors that you can use.

Adding warps from the console

To add a warp you must type in the following line in console: !bot warp add x y z dimension color name. dimension can be overworld, nether or end; color must be any one of these colors; name can have spaces in it, for example "Diamond Block". Once you have added the warp, type the following line in console: !bot warp save, this writes the created warps to the warps.json file.

About

Node.js Minecraft chat bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published