[INACTIVE][MECH] FriendlyCreepers v1.00 - [#135]

Discussion in 'Inactive/Unsupported Plugins' started by Hidendra, Jan 24, 2011.

  1. Offline

    Hidendra

    FriendlyCreepers
    github: https://github.com/Hidendra/FriendlyCreepers

    Tested on CraftBukkit #135, should work on earlier builds


    The creepers have decided to become diplomatic among Minecrafters.
    They, with their power of explosions have decided it be best to unite and prevent the earthly terrain from being destroyed any longer.

    Still hostile, their resolve was not to be completely docile: they still seek to kill.

    Features
    • Damage from explosion is applied normally
    • Prevent Creeper land damage by config option (on by default)
    • Prevent TNT land damage by config option (on by default)

    Configuration (open)
    Located in plugins/FriendlyCreepers/config.ini
    • enable-tnt default: false
    • enable-creepers default: false


    Download
    https://github.com/Hidendra/FriendlyCreepers/raw/master/dist/FriendlyCreepers.jar

    Changelog (open)
    1.00
    • Initial release


    enjoy.
     
    Ape3000 likes this.
  2. Offline

    zalos

    Works!

    Thanks!!!
     
  3. Offline

    ktr

    Works great. Now I can finally move on from Build #89 to #135.
     
  4. Offline

    Jobsti

    Request:
    Using permissions -> Creeper don't work (No land damage ) for default users, exploding normally for any other group.
    Same for TNT, so we can define a thrustet groupp, that can use it.
     
  5. Offline

    Hidendra

    I somehow figured someone would mention something like this, haha. It's a good idea, I may do it.

    @others, good to know it's working! :D
     
  6. Offline

    ACTruncale

    HaHa

    Permissions for everything!? I think it would be fine to leave it as is. Why should admins be immune to everything? :)
     
  7. Offline

    Jobsti

    Nothing said about admins ;)
    I only want this for guests on my server, guests can't build and break, just looking around and they can't fill their creeper-craters. So my server looks like a battle field after some time.

    But my members (yes and my admins & mods) want to play with creeper-explosions, like singleplayer.
    And I don't want to use a whitelist.

    AND, nice avatar ACTruncale ;)
     
  8. Offline

    McSpuds

    Does not work with Nijikokun's Permissions/General Plugins. I disables several plugins actually.

    Not sure what the conflict is, but for some reason every creepernerf plug does this except worldguard. Problem is worldgaurd breaks too much to use.
     
  9. Offline

    DerET

    Doesn't work with Build 140, no time to copy at the moment...
     
  10. Offline

    Hidendra

    Are you using an old CraftBukkit version?...
    I just installed both plugins and it still works perfectly fine. You are doing something wrong

    It's working fine for me. Are you sure something else isn't interfering? Or perhaps you modified the config file
     
  11. Offline

    McSpuds

    Just tried it again.

    I use the following plugs, all work till I load this plugin. They all break on restart.

    BorderGuard, Permissions(Niji's), General(Niji's), Guilds, Guardian, and BigBrother.

    I am running CB #140
     
  12. Offline

    mughi

    tried to use it.. got this..
    Code:
      at com.griefcraft.FriendlyCreepers.registerEvent(FriendlyCreepers.java:7
    6)
            at com.griefcraft.FriendlyCreepers.registerEvent(FriendlyCreepers.java:7
    6)
            at com.griefcraft.FriendlyCreepers.registerEvent(FriendlyCreepers.java:7
    6)
            at com.griefcraft.FriendlyCreepers.registerEvent(FriendlyCreepers.java:7
    6)
    
    repeated so many times that whatever the original error is, its lost to the buffer.. server log can't even seem to hold it.. it's like it doesn't bother trying to write...


    craftbukkit 132, bukkit 69

    EDIT: i'm probably a moron.. just noticed required craftbukkit # in thread title.. will try on test server shortly
     
  13. Offline

    mokapang

    same problem with mughi... in build 135 and 141
     
  14. Offline

    mughi

    i didn't get around to trying it on a test server, and i am at work now, but here are the plugins i'm running:
    • Noon (current, no version numbers)
    • WorldEdit 2.14
    • MinecartManiaCore 0.72a
    • MinecartManiaSignCommands 0.11a
    • MineCartManiaStation 0.13a
    • MyWarp v1-8-1
    • WarpGate 1_5
    • Essentials b73
    • BackupPlugin 0.8.5
     
  15. Offline

    Hidendra

    Try redownloading. I think I forgot to commit a change the other day
     
  16. Offline

    McSpuds

    Just tried. It broke General and permissions plugin again.

    Sorry, but not fixed yet.

    CB #140
     
  17. Offline

    Nathan C

    Not working on the latest version of bukkit. The land still blows up.

    EDIT: Added Config file...testing now.

    UPDATE: Nope, does not work.
     
  18. Offline

    SeeD419

    Plugin doesn't work on the latest build.
     
  19. Offline

    Brettflan

    Would it be possible to add an option to make it only prevent creepers from damaging landscape near or above ground level? There was a plugin which did that for hMod. That way, landscape and above-ground buildings would be safe from damage, but creepers below-ground could still leave big holes.
     
  20. Offline

    McSpuds

    Any update to this yet?
     
  21. Offline

    panderiz

    Working on 164
    Perfect plugin for my server. Love how health damage is there but block damage isn't
     
  22. Offline

    Gigon

    Is there an update for this to work with the most recent craftbukkit?
     
  23. Offline

    GDorn

    I've forked the code on github and added a feature (because I wanted it). Using this fork, you can configure a min/max altitude for explosions for tnt or creepers.

    The project is here: https://github.com/georgedorn/FriendlyCreepers
    You can download the .jar from here: https://github.com/georgedorn/FriendlyCreepers/raw/master/dist/FriendlyCreepers.jar

    The config file is like the old one, but adds four new options. For example, if you want creepers to explode but only below sea-level, and don't want TNT to explode at all:
    Code:
    #tnt values don't matter if tnt isn't enabled
    tnt-min-altitude=0
    tnt-max-altitude=128
    creeper-min-altitude=0
    creeper-max-altitude=64
    enable-creepers=true
    enable-tnt=false
     
  24. Offline

    Solaris765

    cool addition. I may use it if my subjects want it
     
  25. Offline

    tahha

    instead of making a new properties file for the plugin why not use the server.properties file thats already there?

    if you want some help adding that in, i can help with it.
    but just an suggestion, you know cuz every plugin i see uses their own properties file in a new folder in the plugins folder... which makes it messy when your running 10-15 plugins.(like i am on my server)

    so i plan to rewrite alot of the ones i use and give the source of them to the original makers to kinda influence the properties file usage.(my server.prop file has like 10 lines.....why not add the rest of the plugin property lines into it and make good use of less files)
     
  26. Offline

    GDorn

    I know that it's more convenient from a server op standpoint to use server.properties, but from a code standpoint, it's not. It's far better to have Plugin.jar and Plugin/config.yml, as then each plugin can read and write its own config files without running the risk of nuking server.properties or colliding with the same config names used by a different plugin.
     
  27. Offline

    tahha

    this is true. but the main thing is that when your running 10-15 plugins it tends to lag a bit when loading all the separate configuration files as well as the plugins themselves.
    however i personally like the plugin and will continue to look for updates on it.
    i have always hated the ruined spaces the creepers create, however i have don't allow TNT on my server, so I'm not too worried about that part.
     
  28. Offline

    blueicing

    Awesome plugin but please now include the ghasts in the nether would be really nice!
     
  29. Offline

    Mhalkyer

    I'm getting double TNT explosions with b239 when enable-tnt=true
     
  30. Offline

    barghest

    This appears to be broken on CB build 304. Creepers are going off without being nerfed! :(
     

Share This Page