Commit graph

445 commits

Author SHA1 Message Date
FlorianMichael
ccfd9d1e81
Enable placement rotation fix for 1.21+ clients by default
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled
2024-10-10 19:34:23 +02:00
RaphiMC
a0f35c8ae0
Added intended protocol state to PreConnectEvent
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-10-06 19:30:24 +02:00
RaphiMC
4478086410
Updated VV API usage 2024-09-30 19:42:39 +02:00
RaphiMC
e43bf553e4
Added method to get the recommended plugin data folder
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled
2024-09-26 19:27:36 +02:00
RaphiMC
8a0ddf55fe
Updated betacraft auth
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-09-25 22:27:47 +02:00
RaphiMC
8cbf58f91f
Downgrade transformers if running on java 8
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-09-24 19:25:13 +02:00
RaphiMC
ebd051e2e4
Improved legacy client passthrough
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
Fixes issues with B2R plugin
2024-09-24 12:14:40 +02:00
RaphiMC
f4ae68f955
Added new RakNet options to match vanilla behaviour
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-09-23 22:02:55 +02:00
RaphiMC
f966a34c1a
Log play state disconnect messages 2024-09-16 22:36:00 +02:00
RaphiMC
71180e59fe
Added CLI option to list supported server versions
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled
2024-09-12 21:08:03 +02:00
RaphiMC
7807407402
Updated to NetMinecraft 3.0.0 2024-09-12 19:52:56 +02:00
Lenni0451
ce1f89c42f
Fixed crash when using CLI 2024-09-10 18:42:46 +02:00
RaphiMC
e690a1eb10
Handle 1.20.5 login hello authenticate flag 2024-09-09 19:27:18 +02:00
RaphiMC
87de244ab4
Updated Via API usage
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled
2024-08-23 15:12:23 +02:00
RaphiMC
ea03915aed
Updated optconfig API usage
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-08-08 21:55:39 +02:00
RaphiMC
d5eaf320bc
Fixed bedrock connection issues on MacOS 2024-08-08 17:02:32 +02:00
RaphiMC
c006439741
Updated mclo.gs library
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-08-07 18:09:56 +02:00
RaphiMC
ed68b7d203
Migrate to optconfig instead of VV config system
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled
2024-07-30 23:42:26 +02:00
RaphiMC
703f3f5f29
Added netty to plugin classloader exclusion list
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled
2024-07-25 19:49:37 +02:00
RaphiMC
a2e16b6d4e
Improved code 2024-07-25 15:06:27 +02:00
RaphiMC
193ce90df3
Made connect timeout configurable
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-07-24 17:02:05 +02:00
RaphiMC
6cd251020c
Enable RakNet compatibility mode
Fixes most RakNet connection issues
2024-07-24 16:16:35 +02:00
RaphiMC
56d376677c
Don't set IP_TOS option
It causes issues on certain servers. Verified to cause issues on play.inpvp.net
2024-07-22 12:23:56 +02:00
anhwaivo
efa8dabd37
Added Vietnamese translations (#248)
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
* trans to vietnamese

continue at line 63

* changing lang name before i forget to lol

lmfao

* 95%

* bruh

* small typo
2024-07-20 11:54:05 +02:00
RaphiMC
57d1af5427
Fixed proxy connect race condition
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run
2024-07-19 15:31:37 +02:00
RaphiMC
51ea6fcbbe
Fixed pickaxe mining speeds in <=1.16.5 2024-07-10 00:58:34 +02:00
RaphiMC
a977ea519f
Removed fixes which are now in VV
https://github.com/ViaVersion/ViaVersion/pull/4010
2024-07-07 18:20:33 +02:00
FlorianMichael
864469aaac
Update MixinEntityTracker1_9 2024-07-07 00:15:49 +02:00
RaphiMC
231ee4b339
Added environment variable to set the CWD 2024-07-05 20:40:11 +02:00
RaphiMC
5a0305a09b
Print failed CWDs 2024-07-05 20:22:46 +02:00
RaphiMC
079e27c840
Fixed CWD issues on Windows
Fixes issues where ViaProxy wouldn't run when double-clicking the jar file
2024-07-03 11:38:34 +02:00
RaphiMC
a78b9583f4
Updated ClassTransform usage 2024-06-26 22:54:40 +02:00
RaphiMC
ff5c8301c2
Disable BungeeCord player info passthrough by default 2024-06-23 21:40:33 +02:00
RaphiMC
059139ac22
Updated ClassTokenReplacer 2024-06-19 12:39:35 +02:00
RaphiMC
f439382ee5
Added 1.21 client and server support 2024-06-16 18:27:05 +02:00
RaphiMC
9e85832a9f
Sort language map using stream API instead of guava 2024-06-15 21:44:07 +02:00
RaphiMC
62b70303c4
Fixed ClassTransform issues 2024-06-15 20:59:08 +02:00
FlorianMichael
a15b2f586f
Use Via API for attribute fix in 1.8->1.9
See 3984f6a12d
2024-06-10 11:05:39 +02:00
RaphiMC
ca7a7400be
Removed fix which is now in VV 2024-06-09 15:53:32 +02:00
RaphiMC
9a8abdd9e0
Sort languages by name 2024-06-08 10:55:36 +02:00
SkyEye_FAST
7f435382df
Update for Simplified Chinese (#225)
* Update zh_CN.properties

* Update zh_CN.properties

* Update zh_CN.properties

Fix
2024-06-08 10:42:37 +02:00
RaphiMC
9ecb61086a
Use expiring map for temporary transfer data storage 2024-06-07 20:05:54 +02:00
RaphiMC
7948f7508f
Added option to fake accept resource packs 2024-06-07 18:32:24 +02:00
RaphiMC
581160fa3f
Updated Via API usage 2024-06-07 15:52:17 +02:00
FlorianMichael
215c5fba4f
Disable VV chunk-border-fix option
It doesn't work on some servers and isn't needed on classic versions anymore
2024-06-05 00:47:59 +02:00
FlorianMichael
d78bac4357
Set handle-invalid-item-count viaversion setting to default true
See 22678ba99b
2024-05-30 15:39:15 +02:00
RaphiMC
5a5271a123
Merge remote-tracking branch 'origin/main' 2024-05-26 23:23:25 +02:00
RaphiMC
29cc05f632
Increased default windows height slightly
Fixes cut off text on certain Linux systems
2024-05-26 23:23:13 +02:00
Felix14_v2
23ef6534a4
Updates and fixes in ru_RU.properties (#221)
* Fixes and improvements in Russian translation

* Additional translations + arrow alignment

* Upload missing fixes + additional fixes
2024-05-26 23:20:16 +02:00
RaphiMC
04f84e74c7
Merge remote-tracking branch 'origin/main' 2024-05-26 17:31:58 +02:00