Config

DoubleJumper

Config

# Configuration for DoubleJumper
# reloadMessage: The message players see after reloading the plugin
# noPermMessage: The message players see after trying to reload the plugin without permission
# enabledMessage: The message players see after enabling double jump
# disabledMessage: The message players see after disabling double jump
# speedBoost: Boost the speed of the players
# speed: The speed that is added to the players current speed
# velocityMultiply: How much to multiply the velocity with
# velocityHeight: How much to add to the velocity's height
# toggleTool: The ID for the toggle tool
# damageEnabled: If when you doublejump will they take fall damage
# worldsEnabled: What world(s) the plugin is enabled in.
general:
  reloadMessage: '&eSuccesfully reloaded DoubleJump!'
  noPermMessage: '&4You do not have access to that command.'
  enabledMessage: '&eYou enabled double jumping!'
  disabledMessage: '&eYou disabled double jumping!'
settings:
  speedBoost: true
  speed: 0.25
  velocityMultiply: 1.6
  velocityHeight: 1.0
  toggleTool: 280
  damageEnabled: false
  worldsEnabled:
      - all

Comments

Posts Quoted:
Reply
Clear All Quotes