Inactive [ADMN/MISC] God Powers - Harness the power of the Minecraft Gods [1.2.5-R2]

Discussion in 'Inactive/Unsupported Plugins' started by Taco, Jan 18, 2011.

  1. Offline

    Taco

    God Powers


    Features:
    Gives god-like abilities to players.

    Current commandless features:
    • God tools - Golden tools break respective blocks instantly! I.e. Golden pick breaks stone and ores instantly, but not dirt. (Requires either being an op, or the permissions node)​
    Commands:
    • /godmode - Makes you invincible.
    • /godmode [player] - Makes the specified player invincible.
      • Temporary fix for conflict with Essentials' "/godmode" command:
      • /godmodeon or /godmodeon [player] - Turns on godmode if possible.
      • /godmodeoff or /godmodeoff [player] - Turns off godmode if possible.
    • /heal - Heals you.
    • /heal [player] - Heals the specified player.
    • /maim [player] - Beats the specified player within an inch of their life.
    • /slay [player] - Kills the specified player by no special means. They just drop dead.
      • /smite [player] - Works the exact same as /slay, used as a workaround for conflict with worldguard.
      • /slay [player] arrows or /slay [player] a - Kills the specified player by shooting them with flaming arrows!
      • /slay [player] fire or /slay [player] f -Light the player on fire until they die.
      • /slay [player] drop or /slay [player] d -Drop the player from an immense altitude where they will plummet to their death!
      • /slay [player] lightning or /slay [player] l - Strike lighting down on the heads of those mortals!
      • /slay [player] void or /slay [player] v -Drop the player into the void!
      • /slay [player] curse or /slay [player] c - Cast a deadly curse upon the player's head!
    • /die - Kills you.
    • /jesus - Allows you to walk on water like Jesus. Also allows walking on lava. Not so Jesus-like, but it looks cool.
    • /inferno - Use your godly rage to burn the ground behind you! (!!!Warning, this will place fire ANYWHERE you walk, so be careful of flammable materials!!!)
    • /superjump - If there's nothing in your way, you will jump to obscene heights!
    • /zeus - With this activated, lightning will strike where you're looking when you swing your arm!
    • /gaia - Turns dirt to grass beneath your feet and plants tall grass and flowers around you as you walk.
    • /vulcan - Fling fireballs at those pesky mortals!
    • /demigod - Decreases damage taken by a configurable amount. Reduced to 20% by default.
    • /FusRoDAH - Enchants knockback lvl 10 onto the held item.
    • /plutus - Enchants fortune level 25 onto tools only.
    Download:
    Download GodPowers.zip (.jar version)

    Permissions:

    Permissions nodes (open)
    Add the appropriate node for the corresponding command. Using the godmodeOnLogin will activate godmode upon logging in for those with permission to said node.

    godPowers.godmode
    godPowers.godmodeOnLogin
    godPowers.die
    godPowers.slay
    godPowers.jesus
    godPowers.heal
    godPowers.maim
    godPowers.inferno
    godPowers.superjump
    godPowers.zeus
    godPowers.gaia
    godPowers.vulcan
    godPowers.demigod
    godPowers.commands
    godPowers.godtools
    godPowers.hades


    Known bugs:
    - None.

    Future content:

    Changelog:
    8/23/11:
    - Overhauled /godpowers, fixed some permissions issues, and added chat colors!
    7/20/11:
    - PermissionBukkit support.
    Changelog (open)

    7/16/11:
    - Added /hades.
    - Added god tools.
    7/8/11:
    - Added /slay workaround "/smite"
    - Added /demigod command.
    6/21/11:
    - Added /vulcan
    - Removed annoying blue font.
    6/16/11:
    - Optimized command registering, no more crashes if there's a conflict.
    - Added /godpowers command. Uses node godPowers.commands
    6/12/11:
    - Permissions now should be checked upon world swapping and remove godmode if sufficient permission is not present.
    6/10/11:
    - Added /gaia
    5/1/11:
    - Fixed problems with /slay and /die
    4/29/11:
    - Changed directory for godPowers.properties.
    - Added the /zeus command.
    4/6/11:
    - Quick fix for conflict with Essentials.
    4/2/11:
    - Fixed /slay and addressed the issue with /superjump.
    - Made godmode on login toggle-able.
    4/1/11:
    - Changed the way /slay [player] arrows and /slay [player] fire works. Much more efficient.
    - Godmode now puts you out if you're on fire. (though I thought I had this before)
    - Brought back the godmode title
    - Updated for 612
    3/30/11:
    - Perfected /superjump.
    - Updated for latest recommended build.
    3/28/11:
    - Permissions support
    - No more need for godPowers.properties
    - Updated for latest recommended build.
    2/23/11:
    - Updated to beta 1.3
    2/20/11:
    - Updated the hook changes
    - Added confirmations to ALL commands
    2/8/11:
    - Fixed drowning 100%
    - Added the ability to walk on lava to /jesus.
    2/2/11:
    - I fixed a bug with /jesus. Not a huge problem, it just updates more frequently now so you don't fall in.
    1/31/11:
    - Applied a fix to drowning damage until bukkit provides support for this.
    1/29/11:
    - Overhauled and fixed /jesus (again)
    - Added /godmode [player]
    - Added [maim]
    - Fixed /heal [player]


    Demonstration(s):


    Polish version (open)

    Portuguese version (open)


    I realized I forgot to add the "maim" command, I shall add that with the configuration file when I get home today.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 6, 2016
    Ltstingray, DoomLord, Jakky89 and 8 others like this.
  2. Offline

    Jagger141

    11:46:22 [SEVERE] Could not save config to plugins\godPowers\config.yml
    java.io.FileNotFoundException: plugins\godPowers\config.yml (Access is denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileWriter.<init>(Unknown Source)
    at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguratio
    n.java:56)
    at org.bukkit.plugin.java.JavaPlugin.saveConfig(JavaPlugin.java:129)
    at com.FriedTaco.taco.godPowers.godPowers.loadConfig(godPowers.java:70)
    at com.FriedTaco.taco.godPowers.godPowers.onEnable(godPowers.java:202)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)


    i cant find the config... i get this error too, everyhting else works just sorta hoping to get the god tools working too
     
  3. Offline

    Taco

    I'll look at that when I get home today
     
  4. Offline

    Nathaniell7

    Add some form of weather control and my life will be complete.
     
  5. Offline

    Jagger141

    thank you :D
     
  6. Offline

    Taco

    I can't seem to recreate this error myself. When did you last download this plugin, and what version of Craftbukkit are you using?
     
  7. Offline

    Jagger141

    i downloaded this plugin 3 days ago and im using craftbukkit 1.2.4-r1.0 and i only have 1 other plugin and thats mobarena
     
  8. Offline

    Colm

    If you haven't got the god mode on login thing, could you give me your config please. It's really getting on my nerves.
     
  9. Offline

    Taco

    I just uploaded a fixed version yesterday, so try to download that and see if you still have issues. Same goes for Colm
     
  10. Offline

    Colm

    Still get godmode when I login and still get the error, 'SEVERE Wrong method arguments used for event type registered'
    Any idea what that is?
     
  11. Offline

    Taco

    I'll check that out, and I'm not sure what that one is. I'm not terribly concerned about it since everything works despite it.
     
  12. Offline

    Colm

    Okay, well I think you should know this. I'm NOT 100% sure but i've removed the plugin for now because my server kept on crashing and the only error I know of is the start up error this plugin gives me, so i've taken it off to see if my server crashes. It crashes at random with no error when it crashes. I'll report back tomorrow. By then it should of normally crashed.

    EDIT: It's not godpowers it still crashed :D But I still want the god mode on login bug to be fixed :D Do you think it's because I use bperms?
     
  13. Offline

    Jagger141

    god mode on login is fixed but config still hasnt saved... i was just wondering....is it possible to get a copy of the godpowers configuration and post it in the correct folder?
     
  14. Offline

    Colm

    It's not fixed. I have a config and it saves, your issue is different to mine. I get god mode on login no matter what config set to false as well. I'm thinking bperms bypasses the config.
     
  15. Offline

    Taco

  16. Offline

    Colm

    YES! it fixed the god mode on login issue, I don't really care about the start up error as i'm not sure it means anything. But thank you!
     
  17. Offline

    Taco

    Finally! :p I'll work on that error now.

    I accidentally released some content that I didn't mean to leak out quite yet. So I just finished up what I had.

    v 2.7:
    - Added /slay lightning/curse/void
    - Added /plutus

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

    Jagger141

    well the config still didnt work for somereason... but at this point seeing as all this work and accidently releasing some stuff to fix this problem,caused you alot of hassle...so im just going to live without the godtools
     
  19. Offline

    Taco

    What's wrong with the config exactly?
     
  20. Offline

    mrkevi

    Hi Taco,
    When i login on my server I do not have [God] behind my name?

    -Kevin
     
  21. Offline

    Taco

    Ensure that the setting for godmode title in the config has an entry. If it does and you still don't have a title, another chat plugin could be overriding mine.
     
  22. Offline

    MaxBest14

    Since today /gaia;/inferno;/hades;/jesus don´t work???
    Pls help me with your awesome plugin
     
  23. Offline

    Taco

    I need more info than "They don't work". What happens when you try to use them? And if you get any errors, post them.
     
  24. Offline

    MaxBest14

    there aren´t any errors they just don´t work...e.g. inferno doesn´t burn behind me.
     
  25. Jesus, Inferno, Superjump, and Gaia are a few I've tried that don't work. I would test them and keep this excellent plugin running like a well oiled machine.

    I put them into console and nothing happens

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

    MaxBest14

    there aren´t any errors they just don´t work e.g. inferno doesn´t burn behind me/ superjump i don´t jump...

    same as
    sailmasterstefano

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

    Taco

    I'll test this as soon as I get the chance. I'm very busy today, so I should have this fixed sometime tomorrow.
     
    MaxBest14 likes this.
  28. Offline

    Jagger141

    it says it cant save it... theres a config.yml folder but theres nothing in it
     
  29. Offline

    Taco

    That sounds like something you would want to take up with your host, since I've never heard of that before.
     
  30. Offline

    Jagger141

    actually I am the host...

    well the golden pick finally started working but the golden sword still breaks

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

    Taco

    Swords aren't included in godtools.

    All broken commands should be fixed now.

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

Share This Page