Vivecraft / VivecraftMod

An experimental port of Vivecraft to Forge/Fabric
Other
162 stars 33 forks source link

Incompatibility with Ping Wheel | 1.20.6 Fabric Client, Paper Server #276

Open glarmer opened 2 months ago

glarmer commented 2 months ago

Clients: 1.20.6 Fabric using Vivecraft, Ping Wheel (https://github.com/LukenSkyne/Minecraft-Ping-Wheel)

Server: 1.20.6 Paper using VSE, Ping Wheel Bukkit Plugin (https://github.com/RXJpaw/Minecraft-Ping-Wheel-Plugin)

Problem: With the above set up, Pings from other players are not visible while VR is enabled (although they are visible when VR is disabled) and VR players arm movements are not seen by other players (they are just seen as a normal player).

fayer3 commented 2 months ago

are they maybe rendered on the arm gui? and vr arms need the vivecraft mod to be visible, and the vivecraft spigot plugin on the server

glarmer commented 2 months ago

I will check shortly if the pings are rendered on the arm gui.

Server has vivecraft spigot extension and players have the mod

fayer3 commented 2 months ago

going by that it looks like they are rendered to the gui https://github.com/LukenSkyne/Minecraft-Ping-Wheel/blob/1.20.6/common/src/main/java/nx/pingwheel/common/core/ClientCore.java#L123

fayer3 commented 2 months ago

you are using the 1.20.6 build of the plugin?

glarmer commented 2 months ago

Yes, the pinned one on Discord

glarmer commented 2 months ago

I was able to find this error the server logs after a player joined. https://pastebin.com/1u78svUf

fayer3 commented 2 months ago

thanks, I'll forward it

fayer3 commented 2 months ago

the spigot plugin issue should be fixed with the new version that got posted on the discord haven't looked at the ping wheel stuff yet