Want to stop new players from building/destroying!

Discussion in 'Bukkit Help' started by icarus1080, Jul 30, 2012.

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

    icarus1080

    i've tried adding -towny.wild.*, -worldguard.*, etc, nothing works at stopping my default group from building in the wilderness. WTF? HELP!
     
  2. Offline

    mmorton89

    try editing the world.txt and change
    Code:
    # Unclaimed Zone settings.
    unclaimedZoneBuild=true
    unclaimedZoneDestroy=true
    unclaimedZoneSwitch=true
    unclaimedZoneItemUse=true
    unclaimedZoneName=Wilderness
    
    to..
    Code:
    # Unclaimed Zone settings.
    unclaimedZoneBuild=false
    unclaimedZoneDestroy=false
    unclaimedZoneSwitch=false
    unclaimedZoneItemUse=false
    unclaimedZoneName=Wilderness
    
    then give your ranks you want permission to build/destory in wild the permission.

    towny.wild.*
     
  3. Offline

    icarus1080

    by world.txt did you mean config.yml in the towny folder?
     
  4. Offline

    mmorton89

    no it should be something like this /plugins/Towny/data/worlds/world.txt
     
  5. Offline

    icarus1080

    ok well i changed the settings in config.yml AND world.txt, all set to false, restarted the server, and it's still happening. Even in a test group with NO permissions. :(
     
  6. Get GroupManager
     
  7. Offline

    icarus1080

    yeah, my other admin already set up the groups using PEX. I'm just gonna let my noobs build and remove all other permissions. Maybe we'll go through the process of converting everything to groupmanager if we get attacked by a mob of griefers :p
     
Thread Status:
Not open for further replies.

Share This Page