player.set_motion possible?
Unsolved
Scripts
-
hello fellas i wanted to ask if its possible to get the "player.set_motion" to make myself faster with a fly cuz me and a friend are working on a fly which he improved a lot (made it alot faster) by adding the player.set_motion
-
@Schneelein mc.thePlayer.motionX = 5
-
You probably want
MovementUtils.strafe(5)
. It make the player move at the speed of <speed> * 20 bps (in this case, 5*20 = 100 bps) only if W/A/S/D is pressed, else stop entirely (not sure about this part).For more movement related functions, checkout MovementUtils.java