Visualizer: The previous update added support for slime blocks as a valid jump pad type. Slime blocks do not stand out as a pressure plate does hence the reason for this new feature. All jump pads will now have a rotating circle of particles hovering above them:
This is of course highly customizable. Simply add the following to your config.yml file and change the default settings to fit your needs:
Code (YAML):
# Visualizer settings: # The visualizer creates a hovering rotating circle of particles above all JumpPads. Visualizer: # Enable or Disable the visualizer. enabled: true
# Set which type of particles should appear. particleType: REDSTONE
# Set the color of the rotating particles. # Colorizeable particle types: REDSTONE, SPELL_MOB and SPELL_MOB_AMBIENT. particleColor: 'red'
# The max distance the visualizer is visible to the player. renderDistance: 20
# The radius of the rotating circle. circleRadius: 0.5
# The speed in which the circle rotates. Lower is faster. Minimum is 1. rotationSpeed: 2
Even if you choose to not add the configuration settings the default settings are chosen internally and the circles will appear regardless. If you do not want this feature you'll have to add the above settings and set the 'enabled' to false.