8000 GitHub - andrewrk/mc-bot-server: (unmaintained) server that spins up minecraft bots
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewrk/mc-bot-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc-bot-server

start a minecraft bot remotely

API

Creating Bots

POST /create 
Content-Type: application/json
{
  apiKey: "valid api key",
  type: "one of the bots from lib/bots/*.js",
  port: 25565,
  host: "server.example.com"
  username: "mybotname",
  password: "optional password",
  owner: "username who started the bot"
}

Returns an ID that you can pass to /destroy

Destroying Bots

POST /destroy
Content-Type: application/json
{
  apiKey: "valid api key",
  id: "bot id to destroy"
}

About

(unmaintained) server that spins up minecraft bots

Resources

Stars

Watchers

Forks

Packages

No packages published
0