CreeperHeal
CreeperHeal
CREEPERHEAL HAS MOVED TO SPIGOT
Protects your server against Creepers, TNT, and griefers!
CreeperHeal is more than a griefing protection plugin : it repairs the damage done by explosions (Creepers, TNT, etc...) and fire, in a natural way! Stay a while after a Creeper made a hole, and you will see the terrain pop back slowly, block per block, exactly as it was before the explosion! That way, your players will still be afraid of Creepers, but your server will continue looking nice!
- Anti-Griefing features
- Natural healing of the terrain after an explosion
- Fully customisable
- Easy installation and configuration
- Now compatible with WG
-
View User Profile
-
Send Message
Posted Aug 8, 20131.6.2 compatible?
-
View User Profile
-
Send Message
Posted Aug 8, 2013@technowix
I can't seem to find"Custom Bukkit Event" option on creeper heal config , do you mean I must manually add it or is that actually in the config?
And yea I'm speaking of monster apocalypse. I want to enable the feature but dont want a griefed map
-
View User Profile
-
Send Message
Posted Aug 7, 2013@sumusikoo
Just add "Custom bukkit event" true on the config :3 you speak of MonsterApocalypse ?
-
View User Profile
-
Send Message
Posted Aug 7, 2013can u please make it able to regenerate blocks destroyed by zombies from other plugins after a configurable ammount of time please?
-
View User Profile
-
Send Message
Posted Aug 7, 2013Creeper heal ignores the worldguard flags. So... I can't make a spawn =/
-
View User Profile
-
Send Message
Posted Aug 6, 2013I have always the same problem... Any fix ? Please I want play with your plugin :D
-
View User Profile
-
Send Message
Posted Aug 3, 2013@Sheynes
I didn't test that much with WG, but I heard it usually plays along quite nicely. If there are some players who know more than me about this issue, please help him.
-
View User Profile
-
Send Message
Posted Aug 3, 2013Hello guy I have a big probleme.
I've worldguard and one region with flag tnt : deny.
When the tnt explode, she don't make any damages ! Perfect !
Now I take Creeperheal, and the region with tnt : deny. When the tnt explode, she make damages, and break blocs !
Why ? I've the "deny" in my region config ? Can you help me ? :(
-
View User Profile
-
Send Message
Posted Jul 26, 2013@Davyhalliday
Factions is supported. For more info on the config, see the wiki: at the end of this page https://github.com/nitnelave/CreeperHeal/wiki/advanced-configuration-guide
-
View User Profile
-
Send Message
Posted Jul 26, 2013Any plans to re-enable factions support?
-
View User Profile
-
Send Message
Posted Jul 23, 2013@ryan_the_leach
Please open a ticket so we can discuss this further. As I understand it, you want to add an event to be able to cancel replacement in a certain area, right? So, would it be better to have an event when I heal the land or when I record it? Reply in the ticket.
-
View User Profile
-
Send Message
Posted Jul 23, 2013http://dev.bukkit.org/bukkit-plugins/gpflags/?comment=165 http://dev.bukkit.org/bukkit-plugins/gpflags/?comment=164
Hey nitnelave, any chance of an event being added that would allow the above to happen?
-
View User Profile
-
Send Message
Posted Jul 20, 2013@lolzinyogrill
You can get more details on this in the wiki (https://github.com/nitnelave/CreeperHeal/wiki/advanced-configuration-guide , in the section World-specific, under restrict). But it would be something like restrict: blacklist: 50, 75, 76 for torches and both types of redstone torches (lit and unlit)
-
View User Profile
-
Send Message
Posted Jul 20, 2013Firstly, I love this plugin, as well as the players on my server.
Question:
Is it possible for creeper heal to ignore rebuilding specific blocks? I.e Torches and Redstone torches from regenerating from a creeper/tnt explosion?
If so how would one enter this into config?
-
View User Profile
-
Send Message
Posted Jul 20, 2013@oSS_Seth
Try it without any other plugin, and if there is still a problem, create a ticket.
-
View User Profile
-
Send Message
Posted Jul 19, 2013Great plugin, but as of late it's stopped healing explosions. It doesn't throw any errors in the console, and client commands work fine. Any advice?
-
View User Profile
-
Send Message
Posted Jul 15, 2013@nitnelave
Thank you! :)
Also, great plugin!
-
View User Profile
-
Send Message
Posted Jul 15, 2013@erik1988
Report that to LWC, thay are not up to date with the API (or you don't have the latest version of LWC...)
-
View User Profile
-
Send Message
Posted Jul 15, 2013I don't know if this is a bug cased by LWC or creeperheal, but her it is:
When I try to add ignoreExplosions like this in LWC.
wooden_door: enabled: true ignoreExplosions: true
I get this error in consol when I blow it up:
2013-07-15 10:24:03 [SEVERE] Could not pass event EntityExplodeEvent to LWC v4.4.0 (b881) (July 11, 2013) org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:478) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:463) at net.minecraft.server.v1_6_R2.Explosion.a(Explosion.java:220) at net.minecraft.server.v1_6_R2.World.createExplosion(World.java:1735) at net.minecraft.server.v1_6_R2.WorldServer.createExplosion(WorldServer.java:846) at net.minecraft.server.v1_6_R2.EntityTNTPrimed.explode(EntityTNTPrimed.java:82) at net.minecraft.server.v1_6_R2.EntityTNTPrimed.l_(EntityTNTPrimed.java:62) at net.minecraft.server.v1_6_R2.World.entityJoinedWorld(World.java:1457) at net.minecraft.server.v1_6_R2.World.playerJoinedWorld(World.java:1432) at net.minecraft.server.v1_6_R2.World.tickEntities(World.java:1304) at net.minecraft.server.v1_6_R2.WorldServer.tickEntities(WorldServer.java:517) at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:571) at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:239) at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:481) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:413) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.NoSuchMethodError: com.nitnelave.CreeperHeal.config.CreeperConfig.loadWorld(Lorg/bukkit/World;)Lcom/nitnelave/CreeperHeal/config/WorldConfig; at com.griefcraft.listeners.LWCEntityListener.isCreeperHealActive(LWCEntityListener.java:133) at com.griefcraft.listeners.LWCEntityListener.onEntityExplode(LWCEntityListener.java:108) 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$1.execute(JavaPluginLoader.java:425) ... 18 more
-
View User Profile
-
Send Message
Posted Jul 11, 2013@ryan_the_leach
In the main config.yml, there is an option crack-destroyed-bricks that will do the trick.
@xXSlayAllNinjaXx
Have you switched on "custom" replacement in the concerned worlds?