VolmitSoftware / Wormholes

See what's on the other side
4 stars 0 forks source link

Cannot see through another world #66

Open meicopass7 opened 6 years ago

meicopass7 commented 6 years ago

I successfully created the portals but cannot see the other side "literally".

I'm using spigot 1.12.2

SlimeDog commented 6 years ago

Spigot 1.12.2 WH 2.4.3p

Similar experience. I have one pair of portals, each portal in a different world (testing hub usage).

Entities (two testing players) are projected. No blocks are projected in either direction.

Config

enable_projections:true.

Both portals

Project Blocks: ON.

Solid flat ground at both ends.

SlimeDog commented 6 years ago

Spigot 1.12.2 WH 2.4.3p

ProtocolLib-4.3.0 works as expected. ProtocolLib-4.4.0-b390 (latest dev build) results in no block projection.

SlimeDog commented 6 years ago

Per dev (on Discord) this is a ProtocolLib-4.4.0 issue.

ProtocolLib as i have found out actually has a lot of incorrect wrappers (according to wiki vg) and i know wikivg is correct because following that works fine.

Wormholes Remaps 4 packets to actually fix them so those packets can be used without either failing or crashing clients
Because of protocollibs incorrect wrappers 4.4.0 has additional changes, wormholes cant fix 4.4.0 if it can only fix 4.3.0
Long story short, dont use protocollib for future plugins, it isnt accurate according to the games protocol