Started by
JJ_007
on
Topic category: Help with Minecraft modding (Java Edition)
After creating a pair of leggings, in the leggingsTickEvent I wanted them to provide the player with invisibility when they're not moving
Here's what I've got;
Though it doesn't work? Any ideas?
And if possible, can I expand upon this so the player must be still for a specific amount of time before the effect is applied?
image doesn't work.
use player-lifetime/persistent number global variables and the "wait on server-side for X ticks" procedure block.
https://imgur.com/a/baNlWDk
image ^