by Chris Lloyd @ Minefold
This adapter will connect your Hubot instance to a Mincraft server. You'll need a seperate paid Minecraft account to connect.
This adapter is BETA. It contains what we think is a pretty complete implementation of the Minecraft protocol, but there are definitely cases that it can't handle.
or check out a quick video of it in action.
The Minecraft adapter requires the following environment variables.
HUBOT_MINECRAFT_HOST
HUBOT_MINECRAFT_PORT
HUBOT_MINECRAFT_USERNAME
HUBOT_MINECRAFT_PASSWORD
This is your Minecraft server's host. It'll will look something like pluto.minefold.com
.
This is the port your Minecraft server is running on. By default, Minecraft runs on port 25565
.
This is the username of a paid Minecraft account.
This is the Minecraft account's password.
% heroku config:add HUBOT_MINECRAFT_HOST="..."
% heroku config:add HUBOT_MINECRAFT_PORT="..."
% heroku config:add HUBOT_MINECRAFT_USERNAME="..."
% heroku config:add HUBOT_MINECRAFT_PASSWORD="..."
% export HUBOT_MINECRAFT_HOST="..."
% export HUBOT_MINECRAFT_PORT="..."
% export HUBOT_MINECRAFT_USERNAME="..."
% export HUBOT_MINECRAFT_PASSWORD="..."