Steve is a Discord bot that tracks your Minecraft servers. Built in the Node.js environment and the discord.js library, Steve aims to provide an easily accessible and well displayed status panel for your server.
Invite Steve to your Discord server here. Run /setup and follow the setup instructions.
- In your
server.properties file, setenable-querytotrue. - In
server.properties, ensurequery.portis the same asserver.port. - Ensure the query port is port forwarded if not using server port.
- Save and restart the server.
- In
config.yml, setquery_enabledto true. - In
config.yml, ensurequery_portis the same as server port (hostport) - Ensure the query port is port forwarded if not using server port.
- Save and restart the proxy.
If you cannot enable query on your server, run /setup query <True|False> to enable or disable querying. When query is disabled, Steve will instead use server pinging. Note that this may break some functionality (Player list will not be shown on Bungeecord servers).
| Command | Description |
|---|---|
/setup ip <SERVER IP> |
Set the server IP (URL also accepted) |
/setup port <SERVER PORT> |
Set the server port (Default 25565) |
/setup name <SERVER NAME> |
Give your server a name |
/setup footer <FOOTER MESSAGE> |
Set a footer message for your status panel |
Setup is complete! Run /status to display the server status panel. More commands can be found here or by typing /help in your Discord server.
If you would like to host the bot yourself, instructions on how to do so can be found here.

