EngineHub / WorldEdit

🗺️ Minecraft map editor and mod
https://enginehub.org/worldedit/
Other
3.05k stars 826 forks source link

Compass Navigation Feature Not Working #2521

Closed kimdro closed 2 months ago

kimdro commented 2 months ago

WorldEdit Version

7.3.0

Platform Version

paper-1.20.6-36

Confirmations

Bug Description

Navigation(teleportation) with compass is not working in paper 1.20.6 server. Player doesn't teleport upon right or left clicking compass.

Expected Behavior

Upon right or left clicking with compass on hand, player should teleport to where the player's aim is.

Reproduction Steps

  1. Create a bukkit server with paper-1.20.6-36.jar
  2. Put worldedit 7.3.0 in the plugins folder
  3. Join the server, right or left click with a compass on the hand.

Anything Else?

I am aware that paper 1.20.6 is yet an experimental version, however I thought it would be necessary to report this bug for worldedit's future support for 1.20.6.

wizjany commented 2 months ago

can you run //wand -n and try clicking?

me4502 commented 2 months ago

I cannot reproduce this on Paper-36 as specified

kimdro commented 2 months ago

can you run //wand -n and try clicking?

No changes

kimdro commented 2 months ago

I cannot reproduce this on Paper-36 as specified

Unfortunately, the issue persists for paper-1.20.6-48. However, the issue seemes to be resolved on 7.3.1-SNAPSHOT.

I appreciate your effort.