Skip to content

Commit b429107

Browse files
authored
Add files via upload
1 parent 593b937 commit b429107

16 files changed

Lines changed: 982 additions & 0 deletions

File tree

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

build/reports/problems/problems-report.html

Lines changed: 663 additions & 0 deletions
Large diffs are not rendered by default.

build/resources/main/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ServerPingPlayerList V${project.version}
2+
versionName: "LimeWire 5.5.16"
3+
versionMinProtocol: 340 # 1.12.2
4+
setHoverInfo: true
5+
messageOfTheDayOverride: false
6+
messageOfTheDay: "A Minecraft Server"
7+
bStats: true
8+
useMainServer: false
9+
mainServer: main
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "serverpingplayerlist",
3+
"name": "ServerPingPlayerList",
4+
"version": "${version}",
5+
"description": "A Velocity plugin for the hover player list in the server list.",
6+
"authors": ["bierdosenhalter"],
7+
"main": "org.zeroBzeroT.serverPingPlayerList.Main"
8+
}
18 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.jar

59.3 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Mon Jun 16 15:58:32 CEST 2025
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
5+
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)