Bukkit Multiverse TNT/lava/water flows

Discussion in 'Bukkit Help' started by Tolemi959, Jul 21, 2013.

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

    Tolemi959

    Hey all,
    I have 2 worlds. A survival world and a creative world. I want to set TNT to always be disabled, water flows works in the survival world, not the creative world and lava flows to never work. I have setup my worldguard plugin as following:

    ignition:
    block-tnt: false
    block-tnt-block-damage: false
    block-lighter: false
    fire:
    disable-lava-fire-spread: true
    disable-all-fire-spread: false
    disable-fire-spread-blocks: []
    lava-spread-blocks: []

    But it doesn't work.
    What do I need to do? :S

    I tried deop'ing myself. Didn't work. :(

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

    GerCraft

    please post a list of all your plugins
     
  3. In the world guard config folder, there's a folder for each world, and each world allows you to edit some settings. check that out. what your probably modifying is the main config for all the worlds. also, essentials can block some stuff, so go through essentials and check the config on that to.
     
  4. Offline

    Tolemi959

    WorldEdit, NoCheatPlus, PowerTool, SimpleCommandSigns, Vault, LegendaryRankup, Multiverse-Core, PermissionsEx, PlayerHeads, WorldGuard, VaultRank, MagicSpells, iConomy, Minigames, AuthMe, ItemRenamer, EpicBossRecoded, iDisguise, SimpleSpleef, Modifyworld, Votifier, MobArena, Essentials, ChatManager, EssentialsProtect, EssentialsSpawn, Multiverse-Portals, Multiverse-Inventories, Enjin Minecraft Plugin, MagicSpellsShop, EssentialsChat


    If I setup the main config, shouldn't it affect the other worlds aswell? For me TNT simply can't get disabled.

    Worldguard main config (I also tried copy/pasting these settings per world):
    ignition:
    block-tnt: false
    block-tnt-block-damage: false
    block-lighter: false
    fire:
    disable-lava-fire-spread: true
    disable-all-fire-spread: false
    disable-fire-spread-blocks: []
    lava-spread-blocks: []

    Essentials config:
    tnt-explosion: false
    tnt-playerdamage: false


    EDIT:
    This is what the server tells me when I reload WorldGuard:
    14:16:24 [INFO] [WorldGuard] (WORLDHERE) TNT ignition is PERMITTED.
    14:16:24 [INFO] [WorldGuard] (WORLDHERE) Lighters are PERMITTED.
    14:16:24 [INFO] [WorldGuard] (WORLDHERE) Lava fire is blocked.
    14:16:24 [INFO] [WorldGuard] (WORLDHERE) Fire spread is UNRESTRICTED.

    Which is strange, since I disabled TNT. Anyhow, I found a temp solution. I think I'll use the blacklist.txt file to block certained items per world.
     
  5. block-tnt should be true in the main world guard config, as well as block- tnt-block-damage
     
Thread Status:
Not open for further replies.

Share This Page