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

    Ivyleaf1212

    Hello! Thanks so much for this plugin. It is allowing people in my server to fly. However, there is one problem.
    EVERYONE can fly. I am using PermissionsEX to create my classes, which can be found here:
    http://forums.bukkit.org/threads/admn-dev-permissionsex-pex-v1-18-tomorrow-is-today-1-1.18140/

    So, anyways, my class that can use fly has this under their permissions:
    - IBICF.fly

    The one who can't doesn't. However, when I log in as a default person, who DOES NOT have that under them, that player can still fly. I really need help with this, because I know without the filter for flying the server will be in chaos. I need help. Thanks.
     
  3. Offline

    Frecyboy

    @lvyleaf1212

    Have you set 'Permissions' in the Config File to true ??
    The config is not in the Plugins folder.
    The Config is in near the craftbukkit.jar

    Sorry for my Bad English, I am German
     
  4. Offline

    Klllerxy

    Permissions do not work with Group Manager :/

    (edit)

    ---Never Mind Thanks a bunch Frecyboy.
     
  5. Offline

    Kylefraser

    Does this plguin work for 1.1-R4? i would really want to have this for some of my moderators instead of giving the m gamemode change LOL cause they get to have all the items they want.
     
  6. Offline

    Sotamakkara

    Yeah, I must have this too on R6. This is the best flying plugin :)
     
  7. Offline

    Canownueasy

    Hey guys I see your concerns for R6. I am currently finishing my "EasyPlugin" library that lets me make plugins at super speed.

    Once I am finished with EasyPlugin (will probably be done by Monday) I will recreate this plugin and my other one, CreativePlus. Also, I'll be moving this to BukkitDev :)

    EasyPlugin is finished!! http://forums.bukkit.org/threads/easyplugin-make-a-plugin-in-minutes.63318/

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

    bonani

    @Canownueasy question; will/can you add economy-support with Vault? So when a user types /fly, a certain amount of money is drawn. If he does not have enough money, he won't fly. I think another node for "freeflight" should be added too.

    Also; maybe a timer for the flytime when you dont have "IBICF.freeflight"-node. /fly price and timer should be set in a config. Ex; 10$ for 1 minute. (time per minute in config) and command /fly 5 = 5 minutes = 5*10$ = 50$ to draw from account.

    Sorry for bad explanation :D
     
  9. Offline

    Canownueasy

  10. Offline

    KevinEssence

    Aw the
    any idea how long till downloads are approved before i can download? can't wait to try would be great for donors!

    why
    why thank you why thank you. mind sending me the easyplugin one as well?

    thanks

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  11. Code:
    2012-03-08 16:21:49 [SEVERE] Could not load 'plugins\IBICF.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/tnappo/ibicf/IBICF : Unsupported major.minor version 51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.UnsupportedClassVersionError: com/tnappo/ibicf/IBICF : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
    ... 8 more

    Not so awesome anymore are we?
     
  12. Offline

    Canownueasy

    Like 6utka said, you must update to Java 7.

    If you have any problems with this, since I don't use Java 7 features for my plugins I'd have no problem building with Java 6. The next update will be built with Java 6.
     
  13. so far what ive heard , i should not update to java 7 :E People have said its not that good and crashesh a lot or something? i stay in 6 and dont use this until its updated ;) <3
     
  14. Offline

    kathars1s

    Thought you might be interested:
    (Runnin' java7, windows 7 x64)


    12:07:05 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-49-
    g6b09592-b2045jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2-SNAPSHOT)
    12:07:05 [SEVERE] Could not load 'plugins\IBICF.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: easypl
    ugin/AgentPlugin
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:150)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:56)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: easyplugin/AgentPlugin
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:139)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: easyplugin.AgentPlugin
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 24 more
     
  15. Offline

    Canownueasy

    That's very incorrect. Java 7 is the latest stable build of Java. It does not crash, at all. It might have crashed last year however, because it was still in developer previewing stage.

    Think of it like developer and recommended builds of bukkit. Recommended builds have been thoroughly tested and are considered very stable. Developer builds have not been tested or have been tested to a minimal degree. They are not stable...

    In fact, Java 8 has been out since February for developer previewing.

    And last note, the last update (2.1) was built with Java 6, if I still didn't convince you to use Java 7. As time goes on, more and more people are going to be using Java 7 features. It does have critical "coin" additions, like selective cases on strings, and try-with-resources. These features make the lives of developers MUCH easier.

    IBICF requires EasyPlugin to run.
     
  16. Offline

    kathars1s

    Oh thank you very much. I read the plugin's features but ignored the changelog. I see where it's stated now. Glad I came back to check.

    This'll make world edit much easier haha.
     
  17. Offline

    bonani

    I will repeat my questions:
    @Canownueasy; will/can you add economy-support with Vault? So when a user types /fly, a certain amount of money is drawn. If he does not have enough money, he won't fly. I think another node for "freeflight" should be added too.

    Also; maybe a timer for the flytime when you dont have "IBICF.freeflight"-node. /fly price and timer should be set in a config. Ex; 10$ for 1 minute. (time per minute in config) and command /fly 5 = 5 minutes = 5*10$ = 50$ to draw from account.

    Sorry for bad explanation :D
     
  18. make it java 6 workable...
     
  19. Offline

    minecraftbreda

    please make it compatible with 1.2
     
  20. Offline

    Canownueasy

    Done! :)
     
  21. Offline

    Kameoxylon

    Does this work for the current bukkit version? For some reason it won't load up on my server.
     
  22. Offline

    bonani

    @Canownueasy any response to my suggestions?

    Will/can you add economy-support with Vault? So when a user types /fly, a certain amount of money is drawn. If he does not have enough money, he won't fly. I think another node for "freeflight" should be added too.

    Also; maybe a timer for the flytime when you dont have "IBICF.freeflight"-node. /fly price and timer should be set in a config. Ex; 10$ for 1 minute. (time per minute in config) and command /fly 5 = 5 minutes = 5*10$ = 50$ to draw from account.
     

Share This Page