Fixes footsteps not appearing when player has invisibility effect in Bedwars. Requires
Bedwars1058.
Code (YAML):
# Configuration file for Bedwars1058-InvisibilityFootstepsFix # particle-interval: The number of ticks between each footstep appears # only-on-ground: Should it spawn footsteps only when player is on the ground # disable-while-sneaking: Don't show footsteps while player is shifting # debug: show additional debug logs in the console particle-interval: 10
only-on-ground: true
disable-while-sneaking: false
debug: false