DefineOutside

Results 49 comments of DefineOutside

clients are probably using entity velocity to help interpolate

Probably something with https://github.com/retrooper/packetevents/blob/2.0/api/src/main/java/com/github/retrooper/packetevents/manager/InternalPacketListener.java

I'm not willing to maintain Particle mappings for all these server versions. Maybe someone else is willing to do this.

![geyserreload](https://user-images.githubusercontent.com/49797025/218278747-14d42ce2-b472-4ca3-a40c-50ec46d73009.png)

This packet gets sent to multiple people, meaning it is being processed by multiple netty threads. Modifying this packet will modify the packet for everyone this packet is being sent...

Geyser changed the bedrock prefix to have . in front now so a bedrock player with the name Notch would become .Notch So just check the regex in the class...

I'd suggest against doing anything with ReplayMod. There's a lot of netcode things that you wouldn't be able to emulate with replaymod, such as: - Mojang not sending position packets...