SIMPLEDASH Place a dash, modify its speed, direction, sound, particles, etc.
PERMISSIONS: simpledash.use
This is used to give permission to use the dash.
simpledash.reload
This permission is used to use /simpledash reload, and reload messages and configuration.
USAGE: You have to click twice twice, to confirm, on the item you have configured that will make the dash
FILES:
Code (Text):
# Item required for the dash (must match a valid Material name)
dash_item: "NETHERITE_SWORD"
dash:
forward_power: 2.7 # Speed of the dash forward
upward_power: 0.8 # Vertical boost during the dash (if allowed)
allow_upward: false # If false, upward boost is disabled
cooldown: 10 # Cooldown in seconds; -1 to disable cooldown
allow_with_shield: false # Whether the dash can be used while holding a shield in the off-hand
effects:
enabled: true # Enable or disable particle effects
type: "REVERSE_PORTAL" # Particle type (e.g., FLAME, SMOKE, EXPLOSION_NORMAL)
count: 2 # Number of particles
offset: 0.2 # Offset for the particle spawn location
trail_interval: 0.2 # Distance between particles on the trail
dash_ready: "&aYou are ready to dash! Right-click again to dash."
dash_used: "&bYou dashed forward!"
cooldown_active: "&cYou must wait {seconds} seconds before dashing again."
no_permission: "&cYou do not have permission to use the dash!"
no_permission_reload: "&cYou do not have permission to use this command."
config_reloaded: "&aConfiguration reloaded successfully!"