New Plugin Idea - iBow

Discussion in 'Archived: Plugin Requests' started by HyrulesLegend, Jul 8, 2012.

  1. Offline

    HyrulesLegend

    Plugin category: Fixes

    Suggested name: iBow

    What I want: I want a plugin that brings back the 1.7 Instant bows/no durability features.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: ibow.instantbow
    ibow.nodura

    Anyone Even Interested.. -.-

    I really want this a plugin, Anyone willing to code it?

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

    Kodfod

    Just to get this Clear, Max_The_Link_Fan You want a plugin that stops the durability of a bow if you have a permission?
     
  3. Offline

    RingOfStorms

    I think he means the charging, so an auto charge and no dura?
     
  4. Offline

    HyrulesLegend

    I want the 1.7 bows. Here's a video of a person pvping with one:

    Basically no dura and instant/no charge.
     
  5. Offline

    RingOfStorms

    I'm not sure the instant is possible, but a non dura would be simple enough.
     
  6. Offline

    Kodfod

    insta bow's would be hard to do, but no durability is easy as Ring said ^^^
     
  7. Offline

    HyrulesLegend

    Plugin category: Fixes

    Suggested name: iBow

    What I want: I want a plugin that brings back the 1.7 Instant bows/no durability features.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: ibow.instantbow
    ibow.nodura

    If you could make instant bows, That would be amazing.

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

    RingOfStorms

    How about, I make it so bows are normal and something like a stick would be the old type of bow? I think that is possible.
     
  9. Offline

    WarmakerT

    Code:
        @EventHandler
        public void onBowShoot(PlayerInteractEvent event){
            if(event.getAction() == Action.RIGHT_CLICK_AIR || event.getAction() == Action.RIGHT_CLICK_BLOCK){
                if(event.getPlayer().getItemInHand().getType() == Material.BOW){
                    if(event.getPlayer().getInventory().contains(Material.ARROW)){
    //do stuff here
              }
        }
      }
    }
     
  10. Offline

    RingOfStorms

    It would try to charge throw and launch another arrow. Sure you can send one out from a click, but the not full charged would also go?
     
  11. Offline

    WarmakerT

    EntityShootBowEvent

    setcancelled();
     
  12. Offline

    RingOfStorms

    Well i'll get this done, need to get ready for bed but after that I can work on it.

    Done, The permission node is
    classicbow.use

    <Edit by Moderator: Redacted mediafire url>

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2016
  13. Offline

    Flitchit

    I think you should try add this plugin to bukkit, RingOfStorms , not many people will download non-bukkit links, especially mediafire :/
     
  14. Offline

    HyrulesLegend

    [quote uid=52391 name="RingOfStorms" post=1204603]Done, The permission node is
    classicbow.use

    <Edit by Moderator: Redacted mediafire url>
    Is it instant? Or just no dura.

    [quote uid=52391 name="RingOfStorms" post=1204603]Done, The permission node is
    classicbow.use

    <Edit by Moderator: Redacted mediafire url>
    Can I add this to bukkitdev? Since you created it, I was gonna ask first + I'll give you all credit for coding it. 1% credit to me for think of it :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2016
  15. Offline

    RingOfStorms

    Yes it is instant, and yea you can make a bukkit dev, if there are to be any future updates email me at [email protected]

    PS- Thanks for asking for my permission :)
     
  16. Offline

    HyrulesLegend

    Classic Bow Disables me to build. I tried it on my test server. I got rid of all my plugins, reinstalled the classicbow. Still couldn't build. Fixed all config, I AM op, then I got rid of classicbow and I could build again. o-o
     
  17. Offline

    McLuke500

    public void PlayerUseClassicBow(PlayerInteractEvent event)
    {
    Player player = event.getPlayer();
    if (player.hasPermission("classicbow.use")) {
    event.setCancelled(true);

    Thats in his code meaning that if you have the permission everytime you interact with something it will cancel it.

    A schoolboy error!
     
  18. Offline

    RingOfStorms

    Last edited by a moderator: Nov 10, 2016
  19. Offline

    HyrulesLegend

    [quote uid=52391 name="RingOfStorms" post=1205289]Fixed @Max_The_Link_Fan

    <Edit by Moderator: Redacted mediafire url>
    Idk if its a glitch of mine, or just a glitch, But now its not a plugin at all. Doesn't work, doesn't show up as a plugin, etc.
     
    Last edited by a moderator: Nov 10, 2016
  20. Offline

    RingOfStorms

    redownload and try again, should work fine.
     
  21. Offline

    HyrulesLegend

    Last edited by a moderator: May 26, 2016
  22. Offline

    McLuke500

    Max try editing the plugin.yml yourself with 7zip or a zip program and fix the name bit.
     
  23. Offline

    RingOfStorms

    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 10, 2016
  24. Offline

    HyrulesLegend

    Works, Tested on 2 servers. Both worked.
     
  25. Offline

    HyrulesLegend

    [quote uid=52391 name="RingOfStorms" post=1205738]<Edit by Moderator: Redacted mediafire url>
    Arrows don't run out as fast. Kinda an easy way to dupe arrows. D:
     
    Last edited by a moderator: Nov 10, 2016
  26. Offline

    RingOfStorms

    <Edit by Moderator: Redacted mediafire url>

    Max_The_Link_Fan
     
    Last edited by a moderator: Nov 10, 2016
  27. Wee,Wee! Bug Fix.
     
  28. Offline

    TwiztidExlex

    I really want this plugin for my server. I have a paintball server without the mod, and I have been searching for this plugin everywhere. I was so excited when someone said they found it and gave my the link here! But every time I try and load my server it gives me this long error message: [​IMG]
    I saw something about changing the name, but I don't know how I could do that. Please help.


    Thanks
     
  29. Wee, Wee. Do you have the Java 7 or Java 6?
    also make the picture smaller a bit.
     
  30. Offline

    Sushi

    Make sure you have the latest version of java... Also, you should start a new thread in Bukkit Help, not in here.
     

Share This Page