Launch Effect: You can now set a launch effect when a player or entity uses a jumppad.
Add the following to your config.yml file:
Code (YAML):
# Enable launch effect: launchEffectEnabled: true
# Choose an effect to be played here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html launchEffect: EXPLOSION_LARGE
# Set the duration/data of the effect played. launchEffectDuration: 5
The effect is enabled by default so if you want to disable it you will have to add the configuration options and set the launchEffectEnabled to false.