-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Environment:
Linux, Ubuntu
-
Spigot
When telepoing using /tp <x> <y> <z> in vanilla, you teleport to the desired position without affecting your yaw and pitch. When using /tp <x> <y> <z> in Spigot, it teleports you to the desired position, but looking straigt to north.
I'm performing the following command with a commandblock on a vanilla server:
[CODE]/tp @a[m=!3,team=!Tavling,score_Slantar_min=1,r=1,x=-1411,y=22,z=-952,ry=100,rym=80] -1413 22 -952[/CODE]
On my Spigot 1.11.2 server I'm performing the exact same command but with /minecraft:tp instead of /tp.
This is the desired behaviour (which occurs on vanilla servers): https://gyazo.com/7c4c07be336f5b67bd5fee3a375c6bec
This is what happens when using the same world on Spigot, nothing changed: https://gyazo.com/f2172ea99ed7bb832a149b09b0720f26
The world is no different, the blocks are exactly the same. Why does the command affect the player different in Spigot? :/
Thanks in advance!