Skript Version: 2.0.2
Skript Author: DavidGarrett
Minecraft Version: 1.12.2
---
Full Code:
So the code works. but it only works when I am jumping on the path blocks, and not actually standing on them?
This is my first script so I am just stealing bits and pieces from other code and would really like to understand why it's not working.
Thanks!
Skript Author: DavidGarrett
Minecraft Version: 1.12.2
---
Full Code:
code_language.skript:
on any movement:
set {_pathspeed} to block below player
if {_pathspeed} is grass_path:
if player doesn't have swiftness:
apply swiftness without any particles to player for 2 seconds
So the code works. but it only works when I am jumping on the path blocks, and not actually standing on them?
This is my first script so I am just stealing bits and pieces from other code and would really like to understand why it's not working.
Thanks!
Last edited: