Skip to content

A small discord bot that allows you to check on a minecraft server running on Google cloud, and start and stop it as neccessary.

License

Notifications You must be signed in to change notification settings

mtbdeano/block-bot

Repository files navigation

block-bot

A small discord bot that allows you to check on a minecraft server running on Google cloud, and start and stop it as neccessary.

DISCORD_TOKEN is your ... wait for it ... discord token

MINECRAFT_URI is an environment variable that is either hostname:port or a json blog with this structure:

[
    {
        "server": "somehost.somewhere.net",
        "port": 12345,
        "name": "somehost"
    },
    {
        "server": "8.7.6.4",
        "port": 25565,
        "name": "googles minecraft hub"
    }
]

Build Status

Build and push image to GCR, deploy if on master

About

A small discord bot that allows you to check on a minecraft server running on Google cloud, and start and stop it as neccessary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published