Jump to content

How to change player's movement speed on command send


UltraMC

Recommended Posts

How to change player's movement speed on command send here?

 

public void processCommand(ICommandSender sender, String[] args) //command send
{  
  
  // how to change player's movement speed on command send?
  player.capabilities.func_82877_b(0.1F);

}

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

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