Oliwier Miodun

Results 12 comments of Oliwier Miodun

I can still reproduce this without using any plugins. Are you sure it's been fixed?

I don't see why this should be a Velocity config. Velocity will only connect you with the backend server if the versions match, if you're using a plugin that allows...

> > In testing I've found that if I remove server patch: > > 0409-Ensure-safe-gateway-teleport.patch > > Results in entities in minecarts getting teleported through end gateways just fine >...

> > No plans to resolve > > @Spottedleaf excuse me? This is unacceptable given the large amount of plugins using the Conversation API. It breaks by merely blocking the...

What are you using to get the player's locale? If the `PlayerSettingsChangedEvent` then see #1117 and #1118.

Partially fixed by #209, #221 and #230. We should probably still explain `commands.yml`, `help.yml` and `permissions.yml`? cc @olijeffers0n

While I do think this should be fixed, in the meantime you can just put `forced-hosts = {}` in your config.

For me `getItem()` returns what it should, it's `getReplacement()` that doesn't work properly. ![Screenshot 2024-07-13 190550](https://github.com/user-attachments/assets/52191f96-0683-4153-a851-d62f84593dd7) ![Screenshot 2024-07-13 190612](https://github.com/user-attachments/assets/658ba541-040f-4e4e-9b38-e9256187176c) Eatable grass block to test: `/give @s minecraft:grass_block[minecraft:food={nutrition:0,saturation:0,can_always_eat:true,using_converts_to:{id:"minecraft:dirt"}}]`

There's still a weird case, where if you set a replacement, eat the grass block with only 1 in hand, it gets replaced, with 2 or more in hand it...

> Shouldn't this be paired with a pull request to update [the docs](https://github.com/PaperMC/docs/blob/259f989b66b3ccc13d90a40874d350d747cc4e26/docs/velocity/admin/getting-started/forwarding.md?plain=1#L20)? Yes, but the docs might as well be changed after this is merged. You're free to open...