[FUN/MECH] SimpleFly v1.4.7b - Flying The Simple Way! [1.4.7-R1.0]

Discussion in 'Archived: Plugin Releases' started by Deleted user, May 5, 2012.

  1. Offline

    hammale

    a picture is worth a thousand words :)
     
    Deleted user likes this.
  2. Offline

    C0nsole

    /me nods his head
     
    Deleted user likes this.
  3. Offline

    hammale

    good lord it allows for hovering!??!?! this is exactly the plugin i have been looking for. too bad its closed src :( (opens a decompiler :rolleyes: )
     
    Deleted user and garrett2smart87 like this.
  4. Offline

    Deleted user

    Yeesh, if you want the source, PM me xD.
    Hovering:
    player.setFlying(true);
    It automatically includes hovering :).
    I can trust you, but I can't trust certain people... M1sT3rM4n ;)
     
    tyzoid and garrett2smart87 like this.
  5. Offline

    hammale

    nah thats the only line i wanted to know :D the rest is just fluff i can steel from any plugin :p
     
    Deleted user likes this.
  6. Offline

    Deleted user

    Don't forget
    player.setAllowFlight(true);
    or NoCheat will fk your plugin up :3
     
  7. Offline

    PureGold

    Thank you for speedy work, installing now :)
     
    Deleted user likes this.
  8. Offline

    Adrenaline

    Bugged !!, when type /fly i can kill any player.. and dont have fall damage :|

    Bukkit: #2179
    SimplyFly: v.1.3.7
    PHP:
    2012-05-09 12:30:14 [SEVERECould not pass event EntityDamageByEntityEvent to SimpleFly
    org
    .bukkit.event.EventException
        at org
    .bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        
    at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:363)
        
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:381)
        
    at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:608)
        
    at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:595)
        
    at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:215)
        
    at net.minecraft.server.EntityArrow.F_(EntityArrow.java:214)
        
    at net.minecraft.server.World.entityJoinedWorld(World.java:1265)
        
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:106)
        
    at net.minecraft.server.World.playerJoinedWorld(World.java:1247)
        
    at net.minecraft.server.World.tickEntities(World.java:1154)
        
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:542)
        
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
        
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused byjava.lang.ClassCastExceptionorg.bukkit.craftbukkit.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
        at code
    .shoottomaim.SimpleFly.onEntityDamageByEntity(SimpleFly.java:75)
        
    at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
        
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        
    at java.lang.reflect.Method.invoke(Method.java:474)
        
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
        ... 
    15 more
     
  9. Offline

    hammale

    Adrenaline its not my code but looking at that error somewhere the plugin is treating a skeleton as a player which never ends up working very well :D
     
    Deleted user and garrett2smart87 like this.
  10. Offline

    tyzoid

    Are you OP?

    You can PVP if you are opped.
     
  11. Offline

    Adrenaline

    Dont have OP. I test this plugin.

    When i have permissions "SimpleFly.nodamage" i cannot be damaged but i can hit other players.. this is must be fixed :| and this error: CLICK

    I dont have added other permissions :)
     
  12. Offline

    PureGold

    Plugin is working great for my users, no-pvp works well too.

    One last request, which is to have a start-up timer permission. Such as it takes 3 seconds without moving to start flying or something, I'm having troubles stopping people from flying to escape from pvp D:
     
  13. Offline

    tyzoid

    Are you sure you don't have the SimpleFly.pvp permission?
     
  14. Offline

    Adrenaline

    PHP:
        permissions:
        - 
    SimpleFly.fly
        
    SimpleFly.nodamage
    im very sure.
     
  15. Offline

    Deleted user

    Can you post your entire permissions.yml (if using PermissionsEx) on pastebin.com please?
     
  16. Offline

    Adrenaline

  17. Offline

    Deleted user

    tyzoid likes this.
  18. Offline

    tyzoid

    Are you sure you are not OP?

    If not, then I shall do some testing later...
     
    Deleted user likes this.
  19. Offline

    Deleted user

    Why are you offline on skype :O.
     
  20. Offline

    tyzoid

    idk, it says you went offline...
     
    Deleted user likes this.
  21. Offline

    C0nsole

    OFFTOPIC ALERT.
     
    Deleted user and tyzoid like this.
  22. Offline

    Scowen

    Would it be possible to have like a pvp timer in the config? For example,
    pvpTime: 20
    20 seconds that is, so the player cannot fly until they are 20 seconds out of combat. Would do wonders for me and my server :) If not, would it be possible to have the source, as this is something I'd love to have.

    Hope you at least try this, thanks :)
     
  23. Offline

    Deleted user

    I'll implement it tomorrow.
     
  24. Offline

    Adrenaline

    ops.txt is empty :)
     
  25. Offline

    Deleted user

    If you OP yourself, does it work?
     
  26. Offline

    PureGold

    Yes Please!
     
  27. Offline

    Adrenaline

    . . . you dont understand.

    When i type /fly IM IMMORTAL, and i can hit ALL PLAYERS (normal players.. without any permissions) AND MONSTERS :)
     
  28. Offline

    Deleted user

    tyzoid and I are trying to replicate your bug right now. We appreciate your time and patience.
     
  29. Offline

    tyzoid

    I'll try to implement this.

    ShootToMaim should be releasing a fix sometime today.

    Btw, Happy birthday ShootToMaim!

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

    Adrenaline

    Thanks for upcoming fix :D
     
    Deleted user likes this.

Share This Page