Java command for spinning someones avatar

Started by PythonIsCool on

Topic category: Advanced modding

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Java command for spinning someones avatar

in jojo there is something called spin, which makes people spin and so forth. I want to make something like that, and i know that you can change the direction an entity is facing, so you should be able to duplicate that. I am no Java person and commands are also decent. Check out my mod at Jojo mod(21 stands so far) thats what im doing it for. I would appreciate you guys' help since that would be a cool addition. Im gonna check back in an hour while I'm updating some stuff (THIS GOES OUT TO MY FANS MAGICIANS RED WILL SOON DO SOMETHING GOOD) and hopefully you guys help me out and i can just add spin into my jojo mod

Last seen on 20:38, 30. Dec 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you want to rotate an…
Thu, 08/27/2020 - 02:55

If you want to rotate an entity in its Y axis (so it looks north or west or south or whatever) you can use the procedure block (set entity yaw and pitch) and change the yaw

If you want to change every tick just do set yaw to (get entity yaw + 1)

 

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok thanks man ima do that
Thu, 08/27/2020 - 12:41

Ok thanks man ima do that