Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/replydev/Quboscanner
Toy Minecraft Server Scanner
https://github.com/replydev/Quboscanner
Last synced: 7 days ago
JSON representation
Toy Minecraft Server Scanner
- Host: GitHub
- URL: https://github.com/replydev/Quboscanner
- Owner: replydev
- License: gpl-3.0
- Created: 2020-03-09T22:33:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T21:48:59.000Z (12 months ago)
- Last Synced: 2024-08-02T16:37:57.525Z (3 months ago)
- Language: Java
- Homepage:
- Size: 371 KB
- Stars: 130
- Watchers: 8
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quboscanner
Very simple toy Minecraft Server Scanner.
It uses my library [mcping](https://github.com/replydev/mcping) to mass scan the servers.## Download
You can download Quboscaner in the [releases page](https://github.com/replydev/Quboscanner/releases/) \
Or alternatively you can [build from source](#building)## Usage
Java 19+ is required to run the scanner.
Linux VPS/Dedicated System is strongly recommended for the best results.To run it:
`java -Dfile.encoding=UTF-8 --enable-preview -jar .jar -i 164.132.200.* -p 25565-25577 -t 1000`
## Building
To build the software clone this repository with Intellij IDEA
and compile the binary using the integrated maven utility.Alternatively you can manually install Maven and compile from commandline.
I advise using [SDKMAN](https://sdkman.io/) on *unix systems to install JDK 19 and Maven.```
git clone https://github.com/replydev/Quboscanner.git
cd Quboscanner
mvn clean compile assembly:single
```You will find the compiled jar in "target/" directory.
## Contribution
Feel free to fork and make changes, any pull request is welcome.