Add support for sending and receiving login plugin messages from players and servers (#587)

This commit is contained in:
Andrew Steinborn
2021-10-31 16:27:03 -04:00
committed by GitHub
parent 922c001b59
commit cb8781b3c9
12 changed files with 433 additions and 24 deletions

View File

@@ -80,6 +80,9 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
implementation 'space.vectrix.flare:flare:2.0.0'
implementation 'space.vectrix.flare:flare-fastutil:2.0.0'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.4.0'
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"