Inactive [SEC] CreeperHeal v4.13 - Repair Creeper damage, the natural way! [1.2.5]

Discussion in 'Inactive/Unsupported Plugins' started by Nitnelave, Jun 21, 2011.

  1. Offline

    Nitnelave

    CreeperHeal


    The project in now on BukkitDev! Go there to find all the news, downloads, error reporting, and everything else!
     
  2. Offline

    Nitnelave

    Yes. You can always assume it works with the current build, and if it doesn't, just tell me and I'll update as fast as possible. And also, at the beginning of the first post, you can see it has been tested with R3 (I try to keep that up to date).
     
  3. Offline

    thebeatles8371

    Does this fix explostions caused by mod items.
     
  4. Offline

    LucarioXL

    K Thanks a lot! I will try this plugin out.
     
  5. Offline

    Darkaegis

    Creeperheal isn't working on my newest version server (newest dev version as of my post). Creepers are blowing me up, but nothing is being healed over time as far as I can tell (unless I'm messing something up).

    I'm assuming you know this, but I figured I'd mention it just in case. :D

    Tried deleting the config and re-adding variables. Still no luck.

    No errors in the console either (aside from the initial enderman thing), which is weird. Maybe I've messed something up?
     
  6. Offline

    Gnyf

    i have exactly the same error
     
  7. Offline

    smok3n

    Hello could I just say this plugin is awesome! and without it my fingers would be cleaning up creeper holes everywhere!

    Please be ready for the update 1.2.3

    Is there a dev page and thanks so much please dont drop this plugin
     
  8. Offline

    RiotShielder

    I got this on startup

     
  9. Offline

    Nitnelave

    For everyone, I'll try to update for 1.2 as soon as possible, but it won't be today. Maybe tomorrow if I can find some time, but I'm quite busy these days. If you have the enderman warning as RiotShield, it's normal that nothing works.

    It depends on the mod, the way the explosion is implemented, etc... What mod are you talking about? You may try with the magical setting to true.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  10. can you update this for r5? this is a must have plugin
     
  11. Offline

    Nitnelave

    Updated for 1.2.3 beta build.
     
  12. Offline

    Foerster44

    Great timing, I'm currently busy updating my server^^ Thanks!
     
  13. Offline

    smok3n

    Hey I dont mean to be rude but why does it state : Tested on RB 1.2.3-R0.1 when there isnt any recommended builds for 1.2.3 and then on the dev page it states : Tested on RB 1.1-R3 lol? Im lost.... and thanks for updating
     
  14. Offline

    Nitnelave

    It's the beta build for RB 1.2.3.
    And I just forgot to update the dev page.
     
  15. Offline

    phlum

    thank you so much for the 1.2 version. i had no idea how important this plugin was until it quit working, so much time on world edit
     
  16. Offline

    smok3n

    Works great thanks Nitnelave
     
  17. Offline

    Gamerguy21

    Dont mean to complain but The /ch heal command isnt working (Or is it just me?)
     
  18. Offline

    Nitnelave

    Please post a ticket with the details (what exactly is not working? any error? what exactly can I do to reproduce the error?) (on bukkitdev if you can (it's easier for me) otherwise here, but with some details)
     
  19. Offline

    Kongolan

    Could you add door replacing of this nasty zombies? It should be easy just add to the wooden door id a check who breaks it on the break listener and handle it how you do with creepers.
     
  20. Offline

    phlum

    srry, but i cant seem to get the plugin to be loaded by craftbukkit, i am working on a linux, on windows the plugin worked great. i feal as if i'm not seeing right. java is cross platform but is for some reason behaving differantly, yes i have the plugins in the plugin folder, any ideas?
     
  21. Offline

    XsNiPeRxXz

    Does not work. How do you heal TNT explosions? I type /ch heal SniperXXZ and it doesnt heal.
     
  22. Offline

    Nitnelave

    What? zombies? They break doors now? Are you sure it isn't due to a plugin you installed?

    I'm right now running a server on linux that I ran on windows before, and CH works on both. Do you get any error?

    I don't record who the explosion is from. /ch heal will heal all the explosions, and (check in the help section, I'm not sure right now) "/ch heal x" will heal the explosions that occured in the last x seconds (replace x with a number). The main use of this plugin is to set it up so it replaces the damage done by Creepers on its own (for example, the default config).
     
  23. Offline

    Kongolan

    Well they do since 1.2 on hard difficulty, i think a really cool feature of Jeb, but kinda griefing like creepers, so your plugin should definitely add this!
     
  24. Offline

    Junrall

    Ok... I'm not using Vault (and don't wish to) and I have use-Vault set to false... I keep getting this error on start up.
    I'm running Bukkit 2037

    Code:
    [SEVERE] Error occurred while enabling CreeperHeal v4.9 (Is it up to date?)
    java.lang.NoClassDefFoundError: net/milkbowl/vault/permission/Permission
        at com.nitnelave.CreeperHeal.CreeperCommandManager.setupPermissions(CreeperCommandManager.java:28)
        at com.nitnelave.CreeperHeal.CreeperCommandManager.<init>(CreeperCommandManager.java:23)
        at com.nitnelave.CreeperHeal.CreeperHeal.onEnable(CreeperHeal.java:136)
        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(SimplePluginManager.java:363)
        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)
    Caused by: java.lang.ClassNotFoundException: net.milkbowl.vault.permission.Permission
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        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(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    
     
  25. Offline

    Nitnelave

    Ok, I've added a new version. Now you no longer need Vault to startup (just a missing if statement ^^).

    The event is not yet implemented into bukkit. I'll do it as soon as it is.
     
  26. Offline

    Kongolan

    Isn t it an easy blockbreaklistener? Just add a check if the block is an door with the id and then if the event source is a zombie and not a creeper? After it handle the replace like u do with the creepers... Sry for take it short don t have much time.
     
  27. Offline

    Nitnelave

    No, it would be a EntityChangeBlockEvent, I think, but they didn't register it yet. Believe me, I know what I'm doing and I tried.
     
  28. Offline

    Artanix

    Hey Nitnelave,
    just having some problems on a new server running creeperheal, possibly the biggest *if* here is does it work on tekkit? Since thats what I'm running, but I see other tekkit servers using it, so I -assume- it works, but yeah, that could be a big mistake on my part ;) anyway, heres the error I'm getting:

    Code:
    14:25:40 [SEVERE] Could not pass event org.bukkit.event.entity.EntityChangeBlockEvent to CreeperHeal
    
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:61)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
            at net.minecraft.server.EntitySheep.m_(EntitySheep.java:103)
            at net.minecraft.server.EntityLiving.d(EntityLiving.java:950)
            at net.minecraft.server.EntityAnimal.d(EntityAnimal.java:29)
            at net.minecraft.server.EntitySheep.d(EntitySheep.java:51)
            at net.minecraft.server.EntityLiving.y_(EntityLiving.java:341)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1273)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:110)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1255)
            at net.minecraft.server.World.tickEntities(World.java:1156)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
            ... 14 more
    Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lo
    rg/bukkit/entity/LivingEntity;
            at com.nitnelave.CreeperHeal.CreeperListener.onEndermanPickup(CreeperListener.java:102)
            ... 19 more
    
    Creeper explosions aren't healing at all, I've had a crack at playing with the settings, but it seems to dislike me massively ;)
     
  29. Offline

    Kongolan

    Okay, actually though that a listener has an event.getSource() methode or something to get not only a player with event.getPlayer() so you easily could compare with instanceof if it s a mob. But okay, i m not up to date at all ;) Hope u re adding it as soon as possible.
     
  30. Offline

    Nitnelave

    It seems to me Tekkit hasn't updated for 1.2.3 yet, or that their API is not as complete as bukkit's.
    You can try with some older version, it should be all right. Update tekkit as soon as possible.
     
  31. Offline

    Artanix

    Would make sense, cheers for the help ;)
     

Share This Page