Skip to content

🤖 A Discord bot for Minecraft communities. Invite players easily and keep track of your server status.

License

Notifications You must be signed in to change notification settings

nathanlytang/Steve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steve

A Minecraft Server Status Panel


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

Invite Steve to your Discord server here. Run /setup and follow the setup instructions.

Enable server querying

Vanilla Servers
  • In your server.properties file, set enable-query to true.
  • In server.properties, ensure query.port is the same as server.port.
  • Ensure the query port is port forwarded if not using server port.
  • Save and restart the server.
Bungeecord Servers
  • In config.yml, set query_enabled to true.
  • In config.yml, ensure query_port is the same as server port (host port)
  • Ensure the query port is port forwarded if not using server port.
  • Save and restart the proxy.
Unable to use Query

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).

Use the Setup commands

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

Finish

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.


Self Host

If you would like to host the bot yourself, instructions on how to do so can be found here.

Direct Links: