[MECH][FUN] bFlight v0.3 - Easy flight in minecraft [1.0.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by Brad811, Feb 10, 2011.

  1. Offline

    Brad811

    • adfly is not allowed
    bFlight (v0.3)
    Download: bFlight.jar
    If you like the work I've done, or would like to see more features and improvements, please consider donating!

    Features:
    • fly on foot by holding a feather in your hand and right clicking
    • allows boats and minecarts to fly
    • simple command to provide player with flying materials
    • Permissions support
    My friend said I should make a mod that lets you fly.
    So I read up on how to make a bukkit plugin, and I made this today, haha.
    Provides flight for minecarts and boats.

    Try it out!

    Commands:
    /bgive - gives you all the items you need to fly
    /bfly - activates or deactivates the functionality of the plugin

    Usage:
    Activate the plugin with /bfly, and then while sitting in a boat or minecart, hit the boat or minecart in the direction you would like to fly while holding an arrow in your hand.

    Permissions:
    • bflight.bgive
    • bflight.bfly
    Video:


    Version History:
    0.3
    • Added ability to fly without vehicles!
    0.2
    • Added Permissions support (you are not required to use Permissions, but you can!)
    • Permissions: bflight.bgive, bflight.bfly
    0.1
    • Initial release!
     
    tombik, sagethor and PatPeter like this.
  2. Offline

    zaklampje

    Well, could be nice if you could turn it on and off :p
     
  3. Offline

    Techykid3

    I also have a tiny issue: I cannot get out of the boat with craftbook/essentials installed, one of those makes you have to destroy the vehicle before it lets you get off of it. So heres my gameplan to fix that: Jump out in mid-air :p
     
  4. Offline

    Johnienna

    It will be great if you make it when you are under a block you cant fly so we can create easier traps.
    -------------------------------- = Floor
    Me=Minecrafter
    ------------------------------ = Floor
    Cant fly.
     
  5. Offline

    robbert777

    request: this could be a sort of ''planes'' so could you make it so that you dont have to click the arrow all the time? like click with the arrow = up and pressing shift = down?

    bump

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

    mrossim

    odd im not getting the folder for the .jar
     
  7. Offline

    lostsoul

    Please update this plug-in with a config file. I do not want feather flight, just boat/minecart please. Maybe someone can make something similar(if Brad won't update) without permissons, thanks.
     
  8. Offline

    Brad811

    I could try this with the boats and minecarts and see how it goes. Let's see what happens...
     
  9. When holding a feather with /bfly on I've noticed that activating a stone or wooden pressure plate gives the same effect as clicking while holding a feather. Is this intentional? It doesn't happen without the feather or with /bfly off.

    Edit: Activating a stone switch or lever is giving the same effect as well.
     
  10. Offline

    Brad811

    haha I actually noticed this recently when I was playing with pistons and kept hopping into the air randomly. No, not the desired effect, I'll see if I can fix it.
     
  11. Offline

    xxugotowned

    can u add something like if u right click while next to walland looking at it u stick to the walls? because i got RPG server ninjas so bflight acts good if u add my suggestions that be great thanks :D

    u
    can /bfly again to turn and turn off XDD

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

    mrossim

    when i put it in my plugins folder and reloaded my server or stoped and started it again i didnt get a folder for it
     
  13. Offline

    sagethor

    @Brad811

    Do you have a download for Version 0.2? I don't want players to be able to fly with feathers, and even with fly disabled, it's still possible to "jump" rather high.
     
  14. Offline

    mrurbanarjan

    heey man,

    i like the plugin ALOT.
    but can you add that you can fly without feathers? or whatever en just stay in the air without clicking or is there already a plugin for if thats the case, can you send me the plugin link (i will still be using yours for races en stuff but i would really appreciate it!) if not can you add that maybe? a command for that maybe?

    ~mrurbanarjan
     
  15. Code:
    19:36:29 [SEVERE] Could not pass event VEHICLE_DAMAGE to bFlight
    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftSheep cannot be cast to org.bukkit.entity.Player
            at com.bradsproject.BradleyJewell.bFlight.bFlightVehicleListener.onVehicleDamage(bFlightVehicleListener.java:24)
            at org.bukkit.plugin.java.JavaPluginLoader$74.execute(JavaPluginLoader.java:762)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.EntityMinecart.damageEntity(EntityMinecart.java:106)
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:583)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:865)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:86)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    19:36:29 [SEVERE] Could not pass event VEHICLE_DAMAGE to bFlight
    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftSheep cannot be cast to org.bukkit.entity.Player
            at com.bradsproject.BradleyJewell.bFlight.bFlightVehicleListener.onVehicleDamage(bFlightVehicleListener.java:24)
            at org.bukkit.plugin.java.JavaPluginLoader$74.execute(JavaPluginLoader.java:762)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.EntityMinecart.damageEntity(EntityMinecart.java:106)
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:583)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:865)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:86)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    19:36:29 [SEVERE] Could not pass event VEHICLE_DAMAGE to bFlight
    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftSheep cannot be cast to org.bukkit.entity.Player
            at com.bradsproject.BradleyJewell.bFlight.bFlightVehicleListener.onVehicleDamage(bFlightVehicleListener.java:24)
            at org.bukkit.plugin.java.JavaPluginLoader$74.execute(JavaPluginLoader.java:762)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.EntityMinecart.damageEntity(EntityMinecart.java:106)
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:583)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:865)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:86)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  16. Offline

    Darknebula123

    Is there a way to edit the config?
     
  17. Offline

    mrvertigo27

    I would like to know whether this plugin could cause more or less lag than allowing the zombe fly mod on my server.
     
  18. Offline

    Krapinou

    Hi, Your Plugin isn't good with PermissionsBukkit.
    Can you add more Node ? Like "only use boat" " only use feather" And Finally Your plugin will be The best !
     
  19. Offline

    rodier

    • adfly is not allowed
    aktual working url is ***MOD EDIT: Link removed***
     
  20. Offline

    rodier

    hm I got problem with Blockhat and Bfly. All users can use them.
    I have - bflight.bfly only in some perm groups, but still all can use it :( why?
     
  21. Offline

    tombik

    It works on lastest MC 1.0. CB builds. (still good plugin)
     
  22. Offline

    rodier

    seems not.
    on R1 I get this in console:
    [SEVERE] Could not pass event VEHICLE_DAMAGE to bFlight
    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftWolf cannot be cast to org.bukkit.entity.Player
    at com.bradsproject.BradleyJewell.bFlight.bFlightVehicleListener.onVehicleDamage(bFlightVehicleListener.java:24)
    at org.bukkit.plugin.java.JavaPluginLoader$84.execute(JavaPluginLoader.java:852)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.EntityMinecart.damageEntity(EntityMinecart.java:107)
    at net.minecraft.server.EntityHuman.f(EntityHuman.java:794)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:916)
    at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  23. Offline

    NuclearW

    Moved to inactive, please update to the latest RB and tag me or another staff member in a response post to have it moved back.
     

Share This Page