How to check if a player has moved

Started by Rufflez on

Topic category: Help with MCreator software

Last seen on 14:47, 20. Apr 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to check if a player has moved

I'm trying to make a Mario Party Mod and I need to count how many spaces a player has moved because if the dice block says 2, you can't just move 3 spaces. Can someone help me to try to figure out how this can be achieved?

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe you can get the…
Tue, 04/21/2020 - 01:55

Maybe you can get the players xyz and see which direction he moved, then see if he how much is XYZ changed in the corresponding direction (eg. he moved north so his z changed -1 (not correct movements))