Skip to content

aurorusmc/BetterJump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterJump

BetterJump - Elevate your gameplay with customizable double jumps and jump boosts!

Use it to enhance your lobby or reward your loyal players. The choice is yours on how to utilize it!




✅ Fully Customizable: Adjust jump velocities, particles, and cooldowns.
✅ Dynamic Jump Boosts: Customizable particle effects and velocities.
✅ Stylish Double Jumps: Configurable cooldowns and visual effects.
✅ Advanced Cooldown Management: Efficient cooldown systems with permission options.
✅ Configurable Sound Effects: Custom sounds for jumps and boosts.
✅ World Whitelisting: Control jump abilities in specific worlds.
✅ Permission-Based Controls: Manage who can use jumps and bypass cooldowns.



Open config.yml
# BetterJump - Made by Aurorus
# Support: https://aurocode.com/dc

# General settings for the BetterJump plugin
settings:
  # Enable or disable the double jump feature
  enableDoubleJump: true  # Set to true to allow players to double jump, false to disable

  # Enable or disable the jump boost feature
  enableJumpBoost: false  # Set to true to allow players to use jump boost, false to disable

  # List of worlds where double jump and jump boost are enabled
  # Uncomment and add your world names to limit the functionality to specific worlds
  worlds:
  #   - "world"
  #   - "world_nether"
  #   - "world_the_end"

  # Double Jump settings
  doubleJump:
    # Cooldown time in seconds between double jumps (set to 0 to disable cooldown)
    cooldown: 5

    # The vertical velocity applied to the player when performing a double jump (set in blocks)
    velocity: 1.0

    # Sound settings for double jump
    sound:
      enableSound: true                   # Set to true to enable sounds for double jump
      soundOnJump: "ENTITY_FIREWORK_ROCKET_LAUNCH" # The sound that plays when a player double jumps

    # Particle settings for double jump
    particle:
      enableParticles: true  # Set to true to enable particle effects on double jump
      particleType: "SPELL_MOB"  # Type of particle that will be displayed
      particleCount: 10  # Number of particles spawned when double jump occurs

  # Jump Boost settings
  jumpBoost:
    # Cooldown time in seconds between jump boosts (set to 0 to disable cooldown)
    cooldown: 5

    # The vertical boost percentage applied during a jump boost
    velocity: 1.0

    # Sound settings for jump boost
    sound:
      enableSound: true  # Set to true to enable sounds for jump boost
      soundOnJump: "ENTITY_FIREWORK_ROCKET_LAUNCH"  # The sound that plays when jump boost is used

    # Particle settings for jump boost
    particle:
      enableParticles: true  # Set to true to enable particle effects for jump boost
      particleType: "SPELL_MOB"  # Type of particle to be shown when jump boost is used
      particleCount: 5  # Number of particles spawned on jump boost

# Permissions settings
permissions:
  # Permission required to use the double jump feature
  useDoubleJump: "betterjump.use.doublejump"  # Players with this permission can use double jump

  # Permission required to use the jump boost feature
  useJumpBoost: "betterjump.use.jumpboost"    # Players with this permission can use jump boost

  # Permission to bypass cooldown restrictions for both double jump and jump boost
  bypassCooldown: "betterjump.bypass.cooldown"  # Players with this permission bypass cooldowns



📌 For support, detailed instructions, and customization tips, visit our Discord server.

About

BetterJump - Elevate your gameplay with customizable double jumps and jump boosts!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages