https://github.com/lanternpowered/pingy
Minimal ping server for Minecraft.
https://github.com/lanternpowered/pingy
java minecraft minecraft-server ping
Last synced: about 1 year ago
JSON representation
Minimal ping server for Minecraft.
- Host: GitHub
- URL: https://github.com/lanternpowered/pingy
- Owner: LanternPowered
- License: mit
- Created: 2016-06-19T09:53:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T18:28:53.000Z (over 7 years ago)
- Last Synced: 2025-03-06T02:13:20.541Z (over 1 year ago)
- Topics: java, minecraft, minecraft-server, ping
- Language: Java
- Size: 98.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pingy [](https://travis-ci.org/LanternPowered/Pingy)
A minimal Minecraft ping server. It is licensed under the [MIT License].
* [Source]
* [Issues]
* [Wiki]
## Prerequisites
* [Java 8]
## Clone
The following steps will ensure your project is cloned properly.
1. `git clone https://github.com/LanternPowered/Pingy.git`
2. `cd Pingy`
## Building
__Note:__ If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
In order to build Pingy you simply need to run the `gradle build` command. You can find the compiled JAR file in `./build/libs` labeled similarly to 'pingy-x.x.x-SNAPSHOT.jar'.
## IDE Setup
__Note:__ If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
__For [Eclipse]__
1. Run `gradle eclipse`
2. Run `gradle genEclipseRunConfigurations`
3. Import Pingy as an existing project (File > Import > General)
4. Select the root folder for Pingy
5. Check Pingy when it finishes building and click **Finish**
__For [IntelliJ]__
1. Make sure you have the Gradle plugin enabled (File > Settings > Plugins)
2. Click File > New > Project from Existing Sources > Gradle and select the root folder for Pingy
3. Select Use customizable gradle wrapper if you do not have Gradle installed.
4. Once the project is loaded, run `gradle genIntelliJRunConfigurations`
5. IntelliJ will now ask to reload the project, click **Yes**
[Eclipse]: https://eclipse.org/
[Gradle]: https://www.gradle.org/
[IntelliJ]: http://www.jetbrains.com/idea/
[Source]: https://github.com/LanternPowered/Pingy
[Java 8]: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
[Issues]: https://github.com/LanternPowered/Pingy/issues
[Wiki]: https://github.com/LanternPowered/Pingy/wiki
[MIT License]: https://www.tldrlegal.com/license/mit-license