Add support for ping pass-through

By default, ping pass-through is not enabled. However, you can use
ping passthrough to pass through just mods (great for modded servers)
or everything.
This commit is contained in:
Andrew Steinborn
2019-08-06 02:06:53 -04:00
parent 9f3d1a2390
commit ca9a4492c4
9 changed files with 152 additions and 31 deletions

View File

@@ -66,6 +66,8 @@ dependencies {
compile 'com.mojang:brigadier:1.0.15'
compile 'org.asynchttpclient:async-http-client:2.10.1'
compile 'com.spotify:completable-futures:0.3.2'
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"