seb303
seb303
We have the same problem. When a bedrock player dies during a bedwars game (Mbedwars in this case), they get stuck and cannot control their player. Killing their player a...
Try setting gamerule doImmediateRespawn. This seemed to fix the problem in bedwars.
I have the same issue with the latest released (v5.0.4) As mentioned above, mejs-controls.svg is referenced in the JavaScript without any path, so the browser tries to load from the...
Found a better workaround... There's a parameter 'iconSprite' where the full path to the svg file can be specified when creating the player: ``` var params = { pluginPath: '/path-to-mediaelement-dir/',...
Yes, my workaround is just changing the iconSprite value for this player instance. No good if you want to make audio/video tags convert automatically, but works if the player is...
Regardless of whether Velocity supports 1.19 yet, it should still work with ViaVersion and 1.19 client. The cause of the problem is apparently "Velocity completely scrambling the order and adding...
This appears to be fixed now with velocity-3.1.2-SNAPSHOT-147
Same in Ableton Live too :(
+1 for this. It should be something which can be turned on or off though.
> Really hope for the new patch to solve the 8.2 depricated issue! We're using `error_reporting(E_ALL ^ E_DEPRECATED);` as a workaround where we're using Rachet ... not ideal as it...