Expose connecting player's UUID in the PreLoginEvent (#1009)

* feature: Expose connecting player's UUID in the PreLoginEvent

* Applied suggestions

* Updated the javadocs compatible version to Java 17

---------

Co-authored-by: Adrian <adriangonzalesval@gmail.com>
This commit is contained in:
Kezz
2024-02-09 16:23:47 +01:00
committed by GitHub
parent 53923ed857
commit e1f3b6b66f
4 changed files with 43 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ tasks {
val o = options as StandardJavadocDocletOptions
o.encoding = "UTF-8"
o.source = "8"
o.source = "17"
o.links(
"https://www.slf4j.org/apidocs/",