Detect Distance Travelled Based On A Scoreboard Procedure

Started by Brutikzz on

Topic category: Help with MCreator software

Active 2 years ago
Joined Jul 2017
Points:
701

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Detect Distance Travelled Based On A Scoreboard Procedure

Hey,
I would like to detect how far I travelled, using the scoreboard procedure block, but it doesn't work.
I use a command to print out the distance but it always print out 0.
Am I allowed to use vanilla statistics like "minecraft.custom:minecraft.walk_one_cm" at all?
And how do I use this procedure block for vanilla stuff?

Test Procedure

Active 1 year ago
Joined Jul 2020
Points:
689

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 105
make a procedure that…
Tue, 02/02/2021 - 10:26

make a procedure that updates an NBT tag every time you change block, and use that NBT tag as your "distance walked"

Active 2 weeks ago
Joined Mar 2024
Points:
99

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
How do you even detect the …
Sat, 04/27/2024 - 09:26

How do you even detect the "block change"