mirror of
https://github.com/ViaVersion/ViaLegacy.git
synced 2024-12-22 16:38:16 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9b380caa39
@ -95,7 +95,7 @@ If your platform supports online mode authentication you also should not always
|
|||||||
|
|
||||||
#### GameProfileFetcher
|
#### GameProfileFetcher
|
||||||
The game profile fetcher is used to fetch the game profile of a player if the server version is <= 1.7.10.
|
The game profile fetcher is used to fetch the game profile of a player if the server version is <= 1.7.10.
|
||||||
Thia is required because the game profile or UUID of players is not sent by the server in <= 1.7.10.
|
This is required because the game profile or UUID of players is not sent by the server in <= 1.7.10.
|
||||||
Here is an example implementation using the [Steveice10 AuthLib](https://github.com/GeyserMC/MCAuthLib):
|
Here is an example implementation using the [Steveice10 AuthLib](https://github.com/GeyserMC/MCAuthLib):
|
||||||
```java
|
```java
|
||||||
public class AuthLibGameProfileFetcher extends GameProfileFetcher {
|
public class AuthLibGameProfileFetcher extends GameProfileFetcher {
|
||||||
|
@ -24,7 +24,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly "com.viaversion:viaversion:4.6.0-23w03a-SNAPSHOT"
|
compileOnly "com.viaversion:viaversion:4.6.0-23w04a-SNAPSHOT"
|
||||||
compileOnly "org.yaml:snakeyaml:1.33"
|
compileOnly "org.yaml:snakeyaml:1.33"
|
||||||
compileOnly "com.google.guava:guava:31.1-jre"
|
compileOnly "com.google.guava:guava:31.1-jre"
|
||||||
compileOnly "io.netty:netty-handler:4.1.87.Final"
|
compileOnly "io.netty:netty-handler:4.1.87.Final"
|
||||||
|
Loading…
Reference in New Issue
Block a user