Endereye effect"

Discussion in 'Plugin Requests' started by TwinedBroom, May 31, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    TwinedBroom

    Hey! I need a jumpboost on a item. When a player right click endereye he/she gets a jumpboost. 3 block high and 5 blocks forward.
     
  2. Offline

    Sethburster

    Any specific Minecraft or Java Version you would like it in?
     
  3. Offline

    YoungCerly

    Just assume it's for 1.7-1.9 the most common versions used today.
     
  4. Offline

    TwinedBroom

    1.8 please! :)
     
  5. Offline

    Sethburster

    UPDATE:

    Almost done, as of now I made it so that you can set a custom jump height and distance in the config, it works reliably most of the time however the boost is noticeablly stronger if you use it while sprinting(Which can be expected).
    I will add a config option for setting a Particle Effect, Sound, and Message if you want. I will also add a config option for changing the boost item.
     
  6. Offline

    TwinedBroom

  7. Offline

    Sethburster

    @TwinedBroom Sorry this has taken so long, I have finals this week. I have pretty much completed the plugin, I just need to finish some bug testing.
    I have added 3 Permissions :


    enderjump.use:
    description: Base Permission
    default: op
    enderjump.reload:
    description: Reload EnderJump Config.
    default: op
    enderjump.bypassCooldown:
    description: Bypass the plugn Cooldown!
    default: op

    And here is what the Config will look like.

    Code:
    EnderJump:
       #The item(s) that when clicked will Activate the Jump Boost
       enabled: true
       jumpItems:
         - 381
       Cooldown:
         enabled: true
         #Use {seconds} to get the number of seconds left for the cooldown
         cooldownMessage: '&4You cannot use the jump boost for {seconds} seconds!'
         time: 10
       Distance:
          JumpLength: 5.0
          JumpHeight: 3.0
       Sound & Effects:
         Enable Sounds: true
         Enable Effects: true
         Sound: WITHER_SHOOT
         Effect: SMOKE
       Messages:
         Enable message: false
         Message: '&bBoost'
    
     
  8. Offline

    TwinedBroom

  9. Offline

    Sethburster

Thread Status:
Not open for further replies.

Share This Page