File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/main/java/net/raphimc/viaproxy/protocoltranslator Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ repositories {
4848}
4949
5050dependencies {
51- includeInJar " com.viaversion:viaversion-common:5.4.2 "
51+ includeInJar " com.viaversion:viaversion-common:5.5.0-SNAPSHOT "
5252 includeInJar " com.viaversion:viabackwards-common:5.4.2"
5353 includeInJar " com.viaversion:viarewind-common:4.0.9"
5454 includeInJar " net.raphimc:ViaLegacy:3.0.10"
5555 includeInJar " com.viaversion:viaaprilfools-common:4.0.3"
5656 includeInJar(" net.raphimc:ViaBedrock:0.0.20-SNAPSHOT" ) {
5757 exclude group : " io.jsonwebtoken"
5858 }
59- includeInJar(" com.viaversion:vialoader:4.0.4 " ) {
59+ includeInJar(" com.viaversion:vialoader:4.0.5-SNAPSHOT " ) {
6060 exclude group : " org.slf4j" , module : " slf4j-api"
6161 }
6262
Original file line number Diff line number Diff line change @@ -78,8 +78,9 @@ private static void patchConfigs() {
7878 1_13-tab-complete-delay: 5
7979 no-delay-shield-blocking: true
8080 handle-invalid-item-count: true
81- max-pps: 1400
82- tracking-warning-pps: 400
81+ packet-limiter:
82+ max-per-second: 1400
83+ sustained-max-per-second: 400
8384 """ , StandardOpenOption .CREATE_NEW );
8485 } catch (FileAlreadyExistsException ignored ) {
8586 } catch (Throwable e ) {
You can’t perform that action at this time.
0 commit comments