Update README.md

This commit is contained in:
Robert Whitney
2024-12-22 00:53:23 -08:00
committed by GitHub
parent b13e690eda
commit a5dc543cf4

View File

@@ -5,6 +5,9 @@ This scans for MineCraft servers... really really fast!
* Clone this repository somewhere.
* Run `npm install` from within this directory.
## Getting Help
You can get help through our [Discord server](https://discord.gg/3RUjaRzdKv)
## Usage
Run `node ./scanner.js [options] --ip <ip range>`
@@ -49,4 +52,4 @@ In this example it took `3.183` seconds to scan `255` IP addresses, and find `85
## Limitations
* Fails to scan more than a /10 without kicking the bucket... so you should probably stick to that or smaller ranges.
* Working on a Minecraft bot client... doesn't work though... you can see how badly it doesn't work by using `--enable-client` flag... it is totally broken. **Don't use it**.
* Working on a Minecraft bot client... doesn't work though... you can see how badly it doesn't work by using `--enable-client` flag... it is totally broken. **Don't use it**.