Fixed invisible players for joining players by sending custom packets
This commit is contained in:
13
build.gradle
13
build.gradle
@ -28,16 +28,23 @@ repositories {
|
||||
}
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(17)
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
|
||||
|
||||
//https://jitpack.io/#Minestom/Minestom
|
||||
implementation 'com.github.waxeria:Minestom:e0427a36f3'
|
||||
// implementation 'com.github.Minestom:Minestom:c496ee357'
|
||||
// implementation 'com.github.waxeria:Minestom:e0427a36f3'
|
||||
|
||||
// implementation 'dev.hollowcube:minestom-ce:5bcc72b911'
|
||||
// implementation 'dev.hollowcube:minestom-ce:e146a9393e'
|
||||
// implementation 'dev.hollowcube:minestom-ce-extensions:1.2.0'
|
||||
implementation 'dev.hollowcube:minestom-ce:8715f4305d'
|
||||
implementation 'dev.hollowcube:minestom-ce-extensions:1.2.0'
|
||||
|
||||
|
||||
//Tools
|
||||
|
Reference in New Issue
Block a user