Timon Seidel

Results 69 comments of Timon Seidel

Because Axiom send packets larger than vanilla and BungeeCord doesn't support that. If you want to use a proxy you'll need to modify and compile BungeeCord yourself or use Velocity...

> What exactly do we have to modify in bungee/waterfall to fix this? because we have the same issue I don't exactly know where you would need to fix it...

Try without Via* or contact their support, as Velocity does not support protocol hacks.

> > Try without Via* or contact their support, as Velocity does not support protocol hacks. > > This probably isn't caused by ViaVersion. I suspect that the player is...

Why not have a option to disable the communication attempt directly instead of ignoring the error?

I didn't think correctly, making this as disable-warning is good, sorry.

But why is it that the error is downgraded to a warning? I mean, if you set a config option to disable an exception I'd except it to be completely...

> The warning message can also be ignored by turning on the `silent-logs` option, so I thought this provided more possibilities. I did not think of that. Well then I...

`withDirectCommand` looks like it only supports a single _direct_ command (`withDirectCommand(String directCommand)`). I would suggest changing it to something plural and supporting multiple aliases, e.g., `withDirectAliases(String... directAliases)`.

It would also be nice if you could _somehow_ specify a specific usage, etc.