Can anyone help me find a plugin?

Discussion in 'Bukkit Help' started by IdealIdeas, Jan 9, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    IdealIdeas

    I dont want to request it unless I know for sure it doesnt exist.

    Anyone know if there is a plugin that allows creepers to still explode but not damage land?
     
  2. Offline

    Iaccidentally

    There are plenty of plugins for this. Essentials protect and Worldguard both have this feature, as well as many others.
     
  3. Offline

    IdealIdeas

    Am I able to modify what works and what doesn't?

    All im interested in is creeper land damage

    Well essentials stops them from blowing up froma specific height.

    I want creepers to still blow up. Just only cause damage to players and not the land it explodes on.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 8, 2016
  4. Yes, that's exactly what it does.
    Here's a config peek:
    Code:
    # Worlds that are NOT protected
    Endermen:
    - unprotectedworld
    Sheep:
    - unprotectedworld
    MobExplosion:
    - unprotectedworld
    TNT:
    - Imaginationland
    - Greenland
    Snowman:
    - unprotectedworld
    Silverfish:
    - unprotectedworld
    
    And yes, plugins like Essentials also have such options. I personally haven't had a single problem with NoEntityGrief so far.


    In essentials:
    Code:
    # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: true
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: true
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: false
        witherskull-explosion: false
        witherskull-playerdamage: false
        wither-spawnexplosion: false
        wither-blockreplace: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        enderdragon-blockdamage: true
        enderman-pickup: false
        villager-death: false
    
     
  5. Offline

    IdealIdeas

    ok that works.
     
  6. Offline

    OPJewelz

    SafeExplode does it. It's awesome and easy.
     
Thread Status:
Not open for further replies.

Share This Page