WorldGuard Region problem

Discussion in 'Archived: Plugin Requests' started by NighelN, Jul 11, 2013.

  1. Offline

    NighelN

    Im new on site (forum wise) im not sure where i have to post this but i used the commands to create a region for a specific group like mods to only enter the region.

    But when i try to enter the region as a guest without gm and op i can just walk straigth in my region:

    Code:
        shop:
            type: cuboid
            min: {x: 138.0, y: 63.0, z: 260.0}
            max: {x: 152.0, y: 69.0, z: 274.0}
            priority: 0
            flags: {farewell: 'Please visit the Donator shop again [Thanks for donating].',
                greeting: 'Welcome to the Donator shop [Thanks for donating!].'}
            owners:
                groups: [vip, moderator, gangsta, admin, owner]
            members: {}
    Sorry if my english is bad

    Nevermind i have fixed it myself

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

Share This Page