Creeper block damage

Discussion in 'Bukkit Help' started by HDSh0TZz, Apr 3, 2014.

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

    HDSh0TZz

    Okay so I want creepers to blow up blocks since it is a faction server, i think I did it right so they will blow up but maybe another plugin is interfering with it? The plugins I have are
    Essentials
    McMMO
    Mco
    Nocheat
    world edit
    world guard
    My worldguard is set to allow them to blow up but yet they do not blow up blocks, same with essentials.
     
  2. Offline

    Maurdekye

    HDSh0TZz Try removing plugins one at a time (keeping WorldGuard last), until it works.
     
  3. Offline

    HDSh0TZz

    Well doing this, will it remove any of my players saved data like on McMMO or factions?
     
  4. Offline

    Serold

    Did you check Essentials already?

    In the Essentials Config is a oppurtunity to turn it off.
    You should check the Config and search for Creeper
    You should see:
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false

    change them to true.

    This might fix your problem
     
  5. Offline

    HDSh0TZz

    Okay Ill check that again, im sure I fixed that already though.

    Serold At the top it says this
    prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: false
    lava-fire-spread: false
    flint-fire: false
    lightning-fire-spread: false
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-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: true
    creeper-playerdamage: true
    creeper-blockdamage: true
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    I had these all set to false since it says to prevent this --> false. When I changed them to true and reloaded, they didn't do anything...

    It hasn't worked since the start of my server, as soon as I added essentials it went all crazy.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  6. Offline

    Maurdekye

    HDSh0TZz And it still didn't work when you remove essentials?
    And I'm sure your player's data will be saved if you remove the jars, only if you remove the data folders would it affect them. Besides, you can always make backups if you want to be careful.
     
  7. Offline

    HDSh0TZz

    I mean, I can try again, one second.

    EDIT; Wasn't essentials, when removed does still not explode blocks, trying to remove world guard now.

    Was not Worldguard, blocks do nto explode when removed still.
    I need some help here guys

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  8. Offline

    Bobcat00

    Do this command:
    /gamerule mobGriefing
    Make sure you do the upper/lower case exactly as shown!

    If it outputs 'false', set it to 'true':
    /gamerule mobGriefing true
     
    HDSh0TZz likes this.
  9. Offline

    lecraeman


    This seems like something WorldGuard would be doing.

    Can I see your config in a pastebin?

    I would also try what Bobcat00 said!
     
  10. Offline

    HDSh0TZz

    1. My worldguard config file is basicially empty, in every world... hasnt been like that before, all it says is
      Code:
      #
      # WorldGuard's world configuration file
      #
      # This is a world configuration file. Anything placed into here will only
      # affect this world. If you don't put anything in this file, then the
      # settings will be inherited from the main configuration file.
      #
      # If you see {} below, that means that there are NO entries in this file.
      # Remove the {} and add your own entries.
      #
       
      {}
      

    lecraeman I added to my worlds config file and it still does not explode blocks, no matter where you are in the world. Unless I have to change the false to true for some reason...
    Code:
    mobs:
        block-creeper-explosions: false
        block-creeper-block-damage: false
        block-enderdragon-block-damage: true
        block-fireball-explosions: false
        block-fireball-block-damage: false
        anti-wolf-dumbness: false
        disable-enderman-griefing: true
        block-painting-destroy: false
        block-plugin-spawning: true
        block-creature-spawn: []
        block-wither-explosions: false
        block-wither-block-damage: false
        block-wither-skull-explosions: false
        block-wither-skull-block-damage: false
        block-item-frame-destroy: false
        block-above-ground-slimes: false
    thankyou soooo much!! It worked :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  11. Offline

    lecraeman


    Oh good ;)

    Be sure and marked as solved.

    ALSO! That is PER WORLD so you will need to do it in all worlds that you have...
     
Thread Status:
Not open for further replies.

Share This Page