Skip to content

mc-check is a command line tool that allows you to quickly get a lot of information about a Minecraft server.

License

Notifications You must be signed in to change notification settings

alvaniss/mc-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License GitHub Created At GitHub repo size

What is mc-check? ⭐

mc-check is a command line tool that allows you to quickly get a lot of information about the Minecraft server you need. The information you get is similar to what you see when you add a server to the server list in the game, but in a more convenient format.

Installation 🛠️

  • Confirmed supported platforms:
    • macOS
    • Windows
    • Linux

Above are the platforms on which I have personally tested mc-check working. It might work on X or Y as well, I just don't know for sure.

🍎 macOS

Using homebrew:

Install homebrew

brew tap alvaniss/mc-check https://github.com/alvaniss/mc-check
brew update
brew install mc-check

Using pip:

pip install mc-check

🪟 Windows

Using pip:

pip install mc-check

🐧 Linux

Using pip:

Many Linux distros have recently switched to disabling pip, so this method may not work for your system. In that case, consider the other options listed below.

pip install mc-check

Using pipx:

Install pipx

pipx install mc-check

Using Poetry:

Install Poetry

poetry install mc-check

Usage 💻

Checking Minecraft server with IP sp.spworlds.ru:

mc-check sp.spworlds.ru

To-do 📋

  • Add README to pypi page
  • Update API from v2 to v3

Credit ℹ️

API used for all requests is taken from Minecraft Server Status

About

mc-check is a command line tool that allows you to quickly get a lot of information about a Minecraft server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published