How to I change the colour of the glass when playing a step sound effect? Code: p.getWorld().playEffect(p.getLocation().add(0, 1, 0), Effect.STEP_SOUND, Material.STAINED_GLASS);
No, I want to play a step sound effect of glass, but I want the glass step sound to be a different coloured glass like purple, not the default white one.