Enable TNT in one world; Disable it in the rest?

Discussion in 'Bukkit Help' started by SonorousTwo, Mar 22, 2014.

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

    SonorousTwo

    I'm talking about worlds, not servers. I'm using Multiverse; not Bungeecord. I would like TNT to be enabled in one world, but disable it in the rest of the worlds. You see, I have a games world, and there's a War minigame there, it involves TNT, so I'd like it to be enabled there. I need not to worry about TNT spawners because Adventure mode is the default gamemode in that world. How can I enable TNT there but disable TNT in Creative world, Survival world, The Dropper world, cops and robbers, etc? I thought about permissions, and I said hey, that could work, but I don't know what perm node... like...
    Code:
    essentials.tnt.games
    ? I don't know... please help?
     
  2. Offline

    EvilWitchdoctor

    Could you post the plugins your server is using?
    I know a way to do this with worldguard (if you're running that)
    Not sure about how to do it solely with essentials though...
     
  3. Offline

    lightspot21

    SonorousTwo EvilWitchdoctor
    You can do this by creating a region in WorldGuard and typing the command
    /rg flag <region name here> tnt allow/deny
     
  4. Offline

    SonorousTwo

    I have Announcer, Build A Bot, CensorShip, CraftBook, Entity Admin, Essentials Pack, HeavySpleef, Multiverse Core (obviously) Multiverse Inventories, Nametags, Openinv, PEX, Pl3xSmite, PluginManager, ProtocolLib, TagAPI, Timber, War, WirelessRedstone, Worldedit, and WorldGuard.

    Bump...

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

    antares330

    get world edit and world guard, and go to the world your disabling it in and do this command...
    /region flag __global__ tnt deny
    ~Ant
     
  6. Offline

    EvilWitchdoctor

    Go to the plugins/WorldGuard/worlds/ folder and then to the name of the world in which you want TNT enabled (to disable it in all the other worlds edit the global config)
    Once you're in the right folder, open the config.yml file and replace the {} with this:
    ignition:
    block-tnt: false
    block-tnt-block-damage: true
    block-lighter: false
    (or whatever settings you want)
     
Thread Status:
Not open for further replies.

Share This Page