[MECH] AntiCreeper v3.5.1 - Creeper (and other explosion) controls [1.2.5-R1.0]

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

  1. Offline

    filbert66

    I'm working on a slightly different nerf creeper mod, to keep them still scary and dangerous they'll still damage blocks, but to avoid the world developing holes and unrepaired buildings, all the blocks that are damaged will be leftover. So people should be able to fill all the creeper holes even right after they died.

    Couldn't find your code on GitHub; was going to fork it. But will work from the decompiled class files.
  2. Offline

    sean_skroht

    Nice idea!! Although I think they're scary enough as it is, especially with the new explosion sound they make and I know I've died a few times recently from them :).
  3. Offline

    Greeley

    Well I'll download this and see if it works with Minecraft 1.0 I hate the 1337 version Out of date crap I say, Anyway, You are pro. Idk if you know if it works on this server build I think it's like 1409 or whatever. We'll see tomorrow though.
  4. Offline

    wolnavi

    bumpy bumpy bump
  5. Offline

    tehd00d

    Works, is simple. Thank you!

    Confirmed to work with latest devbuild (#1532 for now).
  6. Offline

    J P

    I have NO idea how to edit a .yml file. Im stupid.:confused:

    This post has been edited 1 times. It was last edited by J P Dec 1, 2011.
    fffizzz likes this.
  7. Offline

    J P

    Just keep bumping it, soon will it get answered.
  8. Offline

    wolnavi

    just edit it with notepad or notepad++ or any other text editor program
  9. 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
  10. 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!
  11. 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.
  12. 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?
  13. Offline

    arnii5

    BUMP
  14. Offline

    Spiritwind

    Please update to include Enderdragons!
  15. Offline

    bicsfukker

  16. 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.
  17. Offline

    arnii5

    Hey, thanks

    didn't saw that part.

    SOLVED!
  18. 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.
  19. Offline

    Animetay19

    don't forget to update it to endermen too XD
  20. 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.
  21. Offline

    Jozza710

    Great Plugin thanks :)
  22. Offline

    cataclym

    please update for 1.1 [creeper]
    Trenix likes this.
  23. 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
  24. 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.
  25. 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.
  26. Offline

    CKSpoiler

    Hey, could you please update to R5? :)
  27. 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 :|

    This post has been edited 2 times. It was last edited by Habibuh Feb 28, 2012.
  28. Offline

    Singed_Waffles

    Add support for the new craftbukkit please!
  29. 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)
  30. Offline

    graefchen

    Can you please update the plugin to the latest Bukkutversion?

Share This Page