Creeper explosions off in main on in PVP.

Discussion in 'Bukkit Help' started by Dutch_Boy, Sep 3, 2012.

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

    Dutch_Boy

    Hello,

    Is there a way to turn off the creeper explosions in my main world and put it on in my PVP world?

    I have turned it off with world guard at the moment, but i cant turn it on for pvp.

    Kind regards,

    Dutch_Boy.
     
  2. use the configs in the worlds folder.
    in your servers \plugins\WorldGuard\worlds\main_world\ folder, there is a file called config.yml
    (main_world is used to make it easy to understand)
    paste this in it
    Code:
    mobs:
        block-creeper-explosions: true
        block-creeper-block-damage: true
    then set these options to false in your main config. creeper explosions will now be enabled for all but main_world
    do the same for each world you want creeper explosions disabled for.
     
  3. Offline

    Dutch_Boy

    Thank you ferry much. It works!
     
  4. Please mark solved :)
     
Thread Status:
Not open for further replies.

Share This Page