Jump to content

[1.16.5] Stop Players Sprinting


Esdrae

Recommended Posts

I'm new to modding but have intermediate Java experience. I'm modifying Mr. Crayfish's gun mod and trying to prevent the player from sprinting while they aim down sights. I've tried doing this in a client side tick, a player tick, and a server tick, and it hasn't worked in any of them. I appreciate your time beforehand.

It was a really basic script, set up properly, just:

if(player.isAiming && player.isSprinting){

player.setSprint(false)

}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.