https://github.com/madis0/mc-protocol-tester
Filters Minecraft servers by their protocol support
https://github.com/madis0/mc-protocol-tester
minecraft protocol python
Last synced: about 1 year ago
JSON representation
Filters Minecraft servers by their protocol support
- Host: GitHub
- URL: https://github.com/madis0/mc-protocol-tester
- Owner: Madis0
- License: mit
- Created: 2021-02-27T21:42:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T17:20:50.000Z (about 4 years ago)
- Last Synced: 2025-01-27T13:48:36.931Z (over 1 year ago)
- Topics: minecraft, protocol, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Protocol Tester
Filters out servers that *actually* have 1.9 or higher as a base from a list of IP-protocol file you specify.
Requires [mcstatus](https://github.com/py-mine/mcstatus) - `pip install mcstatus`
* To use, place a file called `servers.txt` in the same folder with server IPs in separate rows and run `portfinder.py`.
* To use it just for a single server, use the interactive CLI `lite.py`.
* For an active port finder, use (at your own risk!) `finder.py`.