Inactive [FUN] I Believe I Can Fly v2.2 - Awesome flying [Permission Support] [1.2.4-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Canownueasy, Apr 15, 2011.

  1. Offline

    Canownueasy

    gysi, Sotamakkara, Luloak2 and 8 others like this.
  2. Offline

    Reterg

    O
    Oh yeah. Sorry, I should have read it more carefully. I noticed the invincible thing too. I was wandering around on the ground and didn't realise there was a zombie behind me trying to hit me :p

    Perhaps this plugin should be changed to only disable fall damage while in fly mode?
     
  3. Offline

    NeoEvil

    Invincible, not invisible :p

    after you type /fly, you cannot take any damage from any mobs.

    *edit - derp. Reterg's post wasn't showing up for some reason, didn't see this was clarified already. Go about your business. :D

    You need to setup permissions properly. Did you add 'IBICF.fly' to your permissions list for your group?

    It should look something like this:
    Code:
    groups:
        User:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
    #         I Believe I Can Fly
                - 'IBICF.fly'
    
    users:
    
        omgenericuser:
            group: User
            permissions:
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  4. Offline

    wolf hatake

    how when i fly i can not rest in my place on the sky ?
     
  5. Offline

    RTRD

  6. Offline

    Tabannusi

    Do you NEED Permissions, to use this?

    I was using it, fine, before... but updated it, and now, I get an error, every time I try to /fly... I forget the error, but, something about me not being able to use that command... which I assume is because I lack the correct Permission, to do so... despite the fact that it's my server, and I'm an op...

    (I don't have Permissions installed, and will not install it, as I have zero need for it... It's a server, just for myself, and a couple of friends, who are both also set as OP, in op.txt, so... yeah.)

    If you NEED Permissions, to use it, now... mind making it so you don't HAVE to have Permissions, to use it? That sort of limitation really screws over people who don't use Permissions. I see more and more plugins that require Permissions to run, which, to me, seems like such a nonsensical idea. Make a plugin that requires another plugin to function? Seems silly. >_<

    I used to have loads of fun, with this plugin, so... yeah, any help, would be great! =P

    (I especially like tricking a friend into thinking you NEED to type "64" after "/fly" in order for it to work... watching them zoom off into the distance, with a "WTF HYPER SPEED O_O" message soon following... is brilliant. =P)
     
  7. is there any chance we will eventually be able to hover? this appears to be the biggest problem by far on my server..
     
  8. Offline

    TomYaMee

    So i need to input # I Believe I Can Fly also???
    EDIT: Admin also need to add this permission???
     
  9. Offline

    NeoEvil

    No the # indicated a comment line. I like to label plug-in permissions by section. Its just a personal preference of mine. These files can get kinda big after a while and it makes stuff easier to find.

    For Admins, no. Someone belonging to the admin group should have all permissions through a wildcard (*). You should also never give someone in the admin group any extra defined permissions as i hear that can mess things up. Just belonging to the Admin group should give everything installed.

    Like this:
    Code:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
     
  10. Offline

    snizzle

    would be awesome if someone could help me.
    my probem is that i start falling everytime i stop pressing shift.
    if thats normal i will look for a better flymod, where u can stay in air...

    ty
     
  11. Offline

    Reterg

    Yeah, that's normal as far as I am aware.
    I would love to be able to stay in the air.
     
  12. Offline

    TomYaMee

    I am an admin .... but w/o placing this permission in the admins section .... i cant use the fly mode....
    [tested jus now]
     
  13. Offline

    NeoEvil

  14. Offline

    afmiller

    I keep getting booted off my server, saying flying isnt enabled, how do I fix it
     
  15. Offline

    Reterg

    Add allow-flight=true to your server.properties
     
  16. hello,
    I use your plugin, and it works great, but on CB 740 and CB 755, after typing /fly, it is impossible to die. this is same for everything excpet /slay
    for example, diamond sword, tnt, and /rocket will not kill you.

    Any info on this glitch? No console error or anything, but you just can't take damage
     
  17. Offline

    bandgeek303

    thanks so much, this is exactly the flying plugin i was looking for
     
  18. Offline

    Nate214

    i can't make this work it just said a bug has acured when i use any of the commands
     
  19. Offline

    boba

    I GET A FRIKEN ERROR THIS DOES NOT WORK
     
  20. Offline

    Nevbox

    When I run it and try the command /fly it comes up with "An internal error occurred while attempting to perform this command" Please Help!
    I also run Essentials, which contains Permissions and group manager
    Code:
    17:30:39 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'fly'
     in plugin IBICF v1.5
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    55)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:677)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at com.nappo.bukkit.IBICF.permission(IBICF.java:37)
            at com.nappo.bukkit.IBICF$1.onCommand(IBICF.java:48)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
     
  21. Offline

    dkeulen

    getting the feeling this is not being continued anymore. no more response from the creator, and not updated :(
    i loved this mod! the best around, just to buggy with 740+ i.e. cant die with this plugin...

    i would just LOVE to see an update for this on 740+
     
  22. Offline

    dkeulen

    any updates planned, or could someone els make somthing similar, i love the flying mode with the shift key.
     
  23. Offline

    Canownueasy

    I don't see anymore updates I could do... but it does work 100% for 677 :)
     
  24. Offline

    dkeulen

    But in 740 and 766 it gives you godmode? and i cannot disable the addon because then i get an error?
    How is this not updatable? you mean it was intend to give godmode and not be able to turn off?
     
  25. ya the godmode thing is soooo stupid... *plugin removed*
     
  26. Offline

    dkeulen

    idem aidan :(
     
  27. yep, great plugin when it worked!
     
  28. Offline

    dkeulen

    It sure was, it is actually the only plugin i miss since i had to de-install it.
    All the other fly mods dont work like this simple one, just fly when you press shift, other you wont. this simple litle thing is the only one out there.
     
  29. Offline

    Maoman

    I would be so enormously happy if this was made to work in 766... :( I've been looking for a flight plugin that did pretty much exactly this... Press a button and you fly, and you can customize the speed.
     
  30. Offline

    crazydog

    This works fine for me in 766, but I'd like to see Multiworld support.

    Right now someone can use /fly in a world where they have the /fly permission, but if they switch to a world where they DONT have the /fly permission, and they can still fly and can't use /fly to turn it off (not that they would).
     
  31. Offline

    dkeulen

    this is part of the "outdated" problems with 766 ;) you have permissions with ibicf.fly
    but even then you still keep the fly permission when you log out or switch.

    so again: please update! :D els im willing to give someone a VIP status on my server for free if someone can update this! :D
     

Share This Page