[MECH] AntiCreeper v4.5 - Creeper (and other explosion) controls [1.4.7-R1.0]

Discussion in 'Archived: Plugin Releases' started by Rothens, Jun 7, 2011.

  1. Offline

    VCALF

    Hello,
    When come the "Anti creeper" Update for Bukkit Minecraft 1.0.0 Server?
    Sorry, But my English is bad because I`m from Germany.
    Thanks!
    MFG VCALF
     
  2. Offline

    arnii5

    hey,

    I just downloaded your plugin, it looks awesome :D
    totally what i wanted!

    Only one problem :(
    I tested but the creeper exploded and destroyed the landscape ;(
    I use mincraft 1.8.1 and craftbukkit 1337.

    Anyone can help me out?
    And yes nerfcreeper is set to true ;)

    Greetz arnii5!
     
  3. Offline

    filbert66

    OK, here's my branch of your plugin, with a config.yml that turns off all features except my new feature, so that they still damage blocks, but to avoid the world developing holes and unrepaired buildings, all the blocks that are damaged will be leftover. I called the config flag "creeper_yield", and it's exclusive/alternative to nerf_creepers-- if you set the latter, the creeper_yield is ignored.
     
  4. Offline

    arnii5

    what do you mean? srry i don't understand much english...
    does your version damage the blocks but they will stay in the position, i placed them? or will they just drop like other items?

    BUMP

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

    Spiritwind

    Please update to include Enderdragons!
     
  6. Offline

    bicsfukker

    awesoem :D thx :)
     
  7. Offline

    Harkonnen

    Hey Arni,

    One thing to check in the YML file that you didn't mention is to verify that your worlds are on the "protected" list. If your world has a non default name you will need to supply it yourself.

    Cheers
     
    arnii5 likes this.
  8. Offline

    arnii5

    Hey, thanks

    didn't saw that part.

    SOLVED!
     
  9. Offline

    jsprouts

    BEST EVER!!!!
    [diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond]
    You need to be able to choose which protections are on or off.
     
  10. Offline

    Animetay19

    don't forget to update it to endermen too XD
     
  11. Offline

    MoreBloodWine

    Ok, so looking at the main post there doesn't seem to be any commands listed for this mod.

    Could someone list all the available mod commands please ?

    Ty.
     
  12. Offline

    Jozza710

    Great Plugin thanks :)
     
  13. Invisible

    cataclym

    please update for 1.1 [creeper]
     
    Trenix likes this.
  14. Offline

    Teifun2

    OK i have a little Problem :S

    Code:
    nerf_creepers: true
    nerf_ghasts: true
    nerf_tnt: false
    nerfed_worlds:
    - Welt1
    - nether
    
    If my config File looks like That, the Creepers are Exploding nevertheless.
    Why is that?
    Sorry bad english, i know :p
     
  15. Offline

    Inzo

    Do the creeper explosions still make items disappear? I'm looking for a plugin that lets creepers explode and damage players but don't destroy items that are on the ground.
     
  16. Offline

    renkos

    It's a pretty good plugin. But when I want to spawn a creeper through /spawnmob creeper 10 [username] and using the creeper spawning egg it won't let me. If this can be fixed, it will be very much appreciated and I'll make sure to tell my friends about this plugin.
     
  17. Offline

    CKSpoiler

    Hey, could you please update to R5? :)
     
  18. Offline

    Habibuh

    Maybe I do something wrong but it isnt working :(

    I put this Plugin in a folder names 'plugins' and the '.yml' file, too.
    Then I started the Server and nothing happend same like before so I installed the Craftbukkit R4 started it again but nothing happened :( Is it because my Server is on v.1.1 and I need R5? Its my first Plugin please help me :|
     
  19. Offline

    Singed_Waffles

    Add support for the new craftbukkit please!
     
  20. Offline

    Ametz

    It dosen't work with the latest build 1.2

    2012-03-04 17:33:47 [SEVERE] Could not load 'plugins\AntiCreeper.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at net.anticreeper.Anticreeper.<init>(Anticreeper.java:19)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.entity.EntityListener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
     
  21. Offline

    graefchen

    Can you please update the plugin to the latest Bukkutversion?
     
  22. Offline

    Calm Killer

    Any update on this coming? Creepers blowing up on my server like crazy.
     
  23. Offline

    kattemjau

    PLZ, PLZ, PLZ UPDATE FOR 1.2.3!!!
     
  24. Offline

    filbert66

    Hey, folks! Yes, this plugin has been updated. Rothens has added me as a developer on dev.bukkit.org and I have been maintaining it and adding new features. There is an update for 1.2.3 here. I am going to see if I can get Rothens to allow me to edit the main post here on forums.

    Again, sorry everyone, that I have not been monitoring this thread but only dev.bukkit. Now doing so.

    That's exactly what AntiCreeper does. It was made to make creepers still scary.

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

    painisgod

    it doesnt work for me
     
  26. Offline

    filbert66

    painisgod @katternjau @Calm-killer
    I have generated a 1.2.3 compatible version on dev.bukkit.org here. I have asked Rothens for ability to edit the title and first entry of this thread, but no dice, so far. I will be forced to start a new thread, if I don't hear from him soon.
     
  27. Offline

    AppleDev

    This seems to destory the block the creeper is standing on, so less environment damage, but isnt doing what its meant to do?
     
  28. Offline

    filbert66

    Haven't heard of this before. Please send your Anticreeper/config.yml, your bukkit version, and your plugin version.
     
  29. Offline

    AppleDev

    I deleted it, sorrry. But you do know you can do /region flag __global__ creeper-damage deny

    And /region flag __global__ tnt deny

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

    filbert66

    /region is a feature of the very capable WorldGuard plugin. But it just stops the explosions of creepers and TNT completely, no block damage, no player damage, nada. If you're happy with that, fine, but if you want players to still be afraid of creepers, use Anticreeper.
     

Share This Page