Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.52 KB

readme.md

File metadata and controls

26 lines (19 loc) · 1.52 KB

🟩 mStats

A Discord bot with various Minecraft-related commands

GNU GPL v3 Codefactor code quality

ℹ️ Description

mStats is a small Discord bot written with Discord.js version 14 that offers Minecraft-related commands to improve your server.

🤖 Commands

Below are the commands currently available in mStats. This list will grow as more features are added to the bot.

  • /serverinfo <server IP> - gets information about an online Minecraft Java server
  • /spigotinfo <resource ID> - gets information about a resource on SpigotMC.org
  • /userinfo <player username> - gets information about a Minecraft Java account
  • /isblocked <server IP> - tells you whether a Minecraft server is being blocked by Mojang
  • /meme - sends a random meme from the r/minecraftmemes subreddit
  • /hive <player name> - gets information about a Hive Bedrock player

❓ How to use

Most users should simply invite mStats with this link.

If you're an advanced user and want to self-host, create a file named config.json in the root directory of the project. Paste the contents of the config.template.json file into the file, obviously replacing the placeholders with their values from the Discord developer dashboard.

Run npm start to start the bot. Have fun :-)