Trying to ENABLE Explosion/TNT Block Damage?

Discussion in 'Bukkit Help' started by Felixx61, Nov 28, 2013.

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

    Felixx61

    Hi,
    Different request, but I can't figure out how to actually enable Explosion/TNT Block damage. I've looked through my Essentials, LWC, WorldGuard and WorldEdit configs to no avail. Every string pertaining to blocking explosions/TNT I have made sure they are disabled. It's great that players can't destroy my worlds, but I'd like to know how to control this. Trying to enable this for my PVP world.

    Plugs w/ World Security:
    Code:
    AntiCheat
    CraftBook
    Essentials
    LWC
    MultiWorld
    WorldEdit
    WorldGuard
    
    Note: If I place redstone leading to TNT and ignite it, it WILL cause block damage.
    Thank-you for all your help!
     
  2. Offline

    wowzersam

    Enabling TnT block damage would be in your Worldguard config Felixx61
     
  3. Offline

    Felixx61


    wowzersam
    Code:
    ignition:
        block-tnt: false
        block-tnt-block-damage: false
        block-lighter: false
     
  4. Offline

    wowzersam

    Felixx61 do you have any other plugins that could be conflicting with tnt other than the ones stated in your beginning post?
     
  5. Offline

    Felixx61



    wowzersam None that effect the explosion variables, the rest are irrelevant
     
  6. Offline

    wowzersam

    I'll have to look at my server configs and find out whats causing the problem on your server. I'll get back to you tomorrow Felixx61 if I figure out anything
     
  7. Offline

    Felixx61


    Thanks.

    Anyone else have any input?

    Hate to bump it, but I've searched countless threads with no luck.

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

    omggrim

    Could it possibly be a worldguard region blocking? Also, post your Essentials config?
     
  9. Offline

    Felixx61


    omggrim

    Code:
    regions:
        __global__:
            type: global
            priority: 0
            flags: {creeper-explosion: allow, pvp: allow, tnt: allow}
            owners: {}
            members: {}
    Essentials Config:
    http://pastebin.com/jEHupgJ4
     
Thread Status:
Not open for further replies.

Share This Page