[INACTIVE][ADMN] Superpowers (aka adminmode) v0.8 - fly/hover, instant block break, killing,.. [860]

Discussion in 'Inactive/Unsupported Plugins' started by Waterwolf, Mar 29, 2011.

  1. Offline

    Waterwolf

    Superpowers (or adminmode)
    Version: v0.8

    If flying is the only thing you want from plugin, consider using Weasel512's Wings as it has more features for flying.

    Superpowers allows you to easily get a couple of super powers to easily catch hacking griefers or just fly around for lulz.

    Features:
    • Allows you to enable/disable super powers for yourself
    • Super powers are flying when holding down shift, instant block breaking, automatic but optional temporary glowstone creation when it's night (aka flashlight), unlimited health and instant mob/player killing
    • Every placed glowstone is automatically detected so getting free glowstone is only possible if server crashes on wrong moment and even then player will only get two glowstone dusts.
    • Allows you to quickly spawn items/colored wool
    #860 download: http://dl.dropbox.com/u/18458187/bukkit/SuperPowers.jar


    Source is inside jar in same folder as class files.

    Command to toggle superpowers on/off is "/superpowers" or "/sp" or "sp playername" in console. To return back to where you toggled superpowers on use "/sp tpback"

    Permissions nodes:
    superpowers.use for /superpowers or /sp
    superpowers.fly for flying
    superpowers.instabreak for instant block breaking
    superpowers.instakill for instant player/mob killing
    superpowers.infinitehp for no health losses
    superpowers.glow for automatic glowstone
    superpowers.itemspawn for item spawning commands

    If no permissions plugin found, it will default to ops.txt

    Commands:
    /sp or /superpowers - Toggle superpowers on/
    /listsp - List players using superpowers
    /setflyspeed flySpeedMultiplier - ("2.0" is 2x walking speed at least in theory) Sets your flying speed to the given multiplier
    /spitem itemname amount playerToGiveTo - Spawns item name. Amount and playerToGiveTo are optional
    /spwool dyecolor amount - Spawns colored wool
    /tfly - Enables/Disables flying for you
    /thp - Enables/Disables infinite hp for you
    /tbreak - Enables/Disables instant block breaking for you
    /tkill - Enables/Disables instant killing for you
    /tglow - Enables/Disables automatic glowstone placement for you

    Changelog:
    Version 0.8
    • Hopefully fixed flying thread killed bug (synchronizations)
    • Fixed /tbreak (was fixed in 0.75)
    Version 0.7
    • Added commands for toggling each ability on/off
    • Better hovering + toggling to hover mode (hold feather in hand to hover now)
    • /toggleglow -> /tglow
    Show Spoiler

    Version 0.6
    • Fixed outdated player instance bug (aka no flying/glowstone after using nether portal)
    • Permission nodes for each ability. Command line superpowering grants every ability except item spawning
    Version 0.5
    • /spitem and /spwool
    Version 0.4
    • Ability to change flying multiplier and glowstone placing per user
    • Hovering mode. To toggle between hovering and flying, right click on air while holding an item (bow won't toggle it).
    • New commands:
    • "/toggleglow" which toggles glowstone placing on/off (default is off). Takes no arguments
    • "/setflyspeed flySpeedMultiplier" sets your flying speed multiplier to this. "2.0" means you fly 2x faster than walking speed is (in theory). The limits are 0.5-7.0 and you should've never go past that.
    Version 0.3

    • Superpowers can be toggled from console (use "sp namehere" and remember to disable it for them :p)
    • It no longer saves inventory and location so it no longer returns player back there on using command again
    • Optional returning to location where sp was toggled on (use "/sp tpback" ingame or "sp namehere tpback" on console)
    • Command to list users with superpowers enabled ("/listsp" ingame and "listsp" on console)
    • Glowstone is placed on "Flyer" scheduler instead of PLAYER_MOVE which should make everything smoother
    • A console message in onEnable() that tells you that flying on 617 won't work :p
    Version 0.2

    • Permissions support (permissions node is "superpowers.use")
    • Player flying is now scheduled which should make flying more stable
    • Player quit event is hooked so if player quits his superpower will be removed
    Version 0.1

    • Releasing my awesome plugin
     
    Jessy80, gmore70, DimsenJonas and 2 others like this.
  2. Offline

    Carbon131

    Its a fun plugin, and works flawlessly :)
     
    DimsenJonas likes this.
  3. Offline

    Joeyy

    Good and simple plugin, does what it provides.
    I really like the flying function :D.
     
    Rooster_uy likes this.
  4. Offline

    graham77

    i put it in my plugins but it said it was outdated
     
  5. Offline

    Waterwolf

    Updated to new recommended build #600.
     
  6. Offline

    apnxcj

    Doesn't work for me..as do all of my other add-ons.

    Code:
    [SEVERE] Could not load plugins/SuperPowers.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class file
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:242)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
    
     
  7. Offline

    Halfpixl

    I would like permissions so my moderators can use it without being op, op gives them access to everything, cant have that.
     
    Logan Jones likes this.
  8. Offline

    Major

  9. Offline

    CADBANE

    I get the same error as apnxcj does. ;(
     
  10. Offline

    ephesian

    your 556 hyperlink is pointing to the same as the 600, i just inserted -556.jar at the end and tried and got it, thanks nether the less :)
     
  11. Offline

    Iaconic

    this needs a video showing each power i may make one for it but idk ;)
     
  12. Offline

    Bobjoeguy

    Could you make the flying smoother, it was kinda buggy. Different flying controls would be nice too, such as space to go up and stay up, wasd to move along a parallel surface to the ground, and another button to descend, other that that, a great mod.
     
  13. Offline

    Qzzrbl

    Flying appears broken for me.....

    I enable the superpowers, hit shift, set my sights on the horizon and start flying!

    For about five seconds.

    Then I'm instantly reverted to where I started, and the sound of my little miner tapdancing on the ice.
     
  14. Offline

    Neons

    Its buggy for me, sometimes flying works and sometimes it moves me back where i started with this message on the server.

    11:02:05 [WARNING] _Neon_ moved wrongly!
    11:02:05 [INFO] Got position -599.513795901498, 76.0, 302.8635139092817
    11:02:05 [INFO] Expected -599.2739670397532, 76.0, 302.29479764385593
     
  15. Offline

    Charmz

    Do you have nocheat installed? If so, it will bring you back to the location you started flying.

    Add this permission node to the group you're in. - 'nocheat.moving'
     
  16. Offline

    Omni

    Good work this looks like an awesome pluggin.

    Please add invisibility as a super power, it would be useful for catching people using x-ray exploits, as you could follow around the suspected player as they mine, without there knowledge of it.
     
  17. Offline

    nIkbot

    I had this
    issue yesterday too, i would have to tap the shift key to get almost a spiderman slinging type of flying. As soon as i would do /sp again tho it would take me back to were i first entered the command.


    now today flight doesnot work.
    Error says onPlayerCommandPreprocess has been replaced with a new signature, (PlayerCommandpreprocessEvent)
     
  18. Offline

    Sloppy101

    Instant mining is now working, but now it's the flying, and i had problems landing on fly. I keep on dying when i try to land.
     
  19. Offline

    oleerik

    For me flying wont work at all. Mining works great tho :)
     
  20. Offline

    Waterwolf

    Version 0.2 published. The setVelocity() that is needed for flying is broken in #617 so update to #618+ to get working flying.
     
  21. Offline

    Sondre Berntsen

    Hmm this seems like a good plugin.
    But you should try to separate the powers, so that you can choose which one is to be used.

    Just saying :)
     
  22. Offline

    ben1996123

    I installed it, it just doesn't work. I do /sp and nothing happens, no errors come up, nothing. Just doesn't work.
     
  23. Offline

    Waterwolf

    The problem is you're either not op or you haven't given yourself correct permission node ("superpowers.use")
    I haven't tested it without permissions at all but in theory it should be able to support it.
     
  24. Offline

    jaes84

    i just installed this plugin, and i cant fly at all. i hit shift and right/left click the direction i want to go, but nothing happens, except i just crouch.
     
  25. Offline

    Dragonfire6000

    I installed the plugin but nothing works i hit things and they take a while to break animals dont die first hit and i cant fly whatsoever am i doing it wrong?

    Edit: but it also pops up the message that the mod is in use
     
  26. Offline

    heroanth2345

    everything work except flying
    but its still an awesome plugin!
     
    rexs123 likes this.
  27. Offline

    whirlyball52

    Flying isnt working. Everything else is great!
     
  28. Offline

    Hguin

    Why dosen't flying work?
    pls help :confused:
     
  29. Offline

    Dazzozo

    Flying is working fine here on CB #621, though it jitters a little bit during long flights.
     
  30. Offline

    Orcem12

    loaded the pluggin said it is loaded but commands not working what do I do?
     

Share This Page