Scan a range of ips for running minecraft servers
Please make sure you have the following prerequisites:
- A desktop platform with the .NET 8.0 SDK installed.
Clone the repository:
git clone https://github.com/Cootz/McServersScanner.git
cd McServersScannerTo build McServersScanner from the command line, run the following command:
dotnet build McServersScanner.slnIf you are not interested in debugging McServerScanner, you can add -c Release to gain performance.
To run McServerScanner go to the build directory and run the executable or run the following commands:
cd McServersScanner\bin\Debug\net8.0
McServersScanner --helpNote: Change 'Debug' to 'Release' if you built with -c Release option