[Req] SimpleSprint[Formatted]

Discussion in 'Archived: Plugin Requests' started by zAsbo, Jul 11, 2012.

?

Do you think this is a good idea for a plugin?

  1. yep.

    1 vote(s)
    100.0%
  2. nope.

    0 vote(s)
    0.0%
  3. a plugin already does this *facepalm!*

    0 vote(s)
    0.0%
  1. Offline

    zAsbo

    Plugin category: [Fun]/[Mech]

    Suggested name: SimpleSprint

    What I want: I would like someone to make a plugin where, if certain users, with the permission get a faster sprint, via the Sprint II potion effect, when they sprint it would automatically give them this boost, and once they stop still, or move backwards it takes the boost away. they could also turn the sprint boost off via commands listed below.

    Ideas for commands: /simplesprint /ss

    Ideas for permissions: simplesprint.use give this permission to players that have the boost.

    When I'd like it by: Seeing as i'm not making this plugin, i cannot ask you to rush, whenever is fine, but the sooner the better :D

    Note: I have tried developing this plugin, and if nobody is up for it. I will try again, but I had no look with the tutorials i watched, if anybody knows any up-to-date tutorials please send me a link, thanks.
     
  2. Just give your self a speed potion.
    Edit: Ninja'd who ever said this. Right after me.
    The page to find Potion's/Minecraft ID'S
     
  3. Offline

    zAsbo

    the whole point of this plugin is so that VIP's or Whoever don't have to make the potion, it was just a idea I had, thought it was a good one to be honest. but meh.
     
  4. Offline

    denno127

    I can make it for you :)
     
  5. Offline

    zAsbo

    awesome news dude, please tell me once u start! :D
     
  6. Offline

    denno127

    I already started!

    My first version will be with all potions.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  7. Offline

    zAsbo

    awesome dude, keep me posted on how it's going.
     
  8. Offline

    denno127

    Sorry, I don't think I can do it. I have some code maybe somebody wants to continue it... zAsbo
     
  9. Offline

    WarmakerT

    Code:
    @EventHandler
    public void onToggleSprint(PlayerToggleSprintEvent){
        if(event.getPlayer().isSprinting()){
        event.getPlayer.addPotionEffect(new PotionEffectType.SPEED, 1, 1);
    }
    }
     
    firecopy likes this.
  10. Offline

    zAsbo

    Thanks a lot man! appreciated.
     
  11. Offline

    WarmakerT

    No problem ;)
     

Share This Page