Solved WorldGuard and Group Manager?

Discussion in 'Bukkit Help' started by GummyGum173, Feb 27, 2013.

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

    GummyGum173

    Hey fellow Bukkit helpers :p
    Is there any way to allow a specific group to interact with pressure plates on a specific region?

    I mean like:
    Region X:
    if you are in group VIP you can interact,
    otherwise, no permissions.
    But only specificly to that region...

    Sorry for my English :)

    Help, please? :)
    Edit:
    I tried doing the following:

    Code:
        spawn:
            type: cuboid
            min: blablab
            max: blalbla
            priority: 0
            flags: {use: deny}
            owners:
                groups:[Guest]
            members: {}
    Neither as a Guest, or as other group, you can't interact there... (it just disables use for everybody... :S)

    P.S.
    I've also tried to invert the owners (make the other groups as owners, and making "Guest" not an owner), tried to put Guest as a member, and inverting it as stated upside (removing the Guest from members, and adding the other groups to members)

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

    GummyGum173

    Please guys, help me, I beg you :(

    What's up with you, people? :(

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

    Abusivee

    You need to accept the idea that maybe the people reading don't know...
    I'll try to sort it out. Gimme a sec.

    Ok. Here's what you do.

    /rg flag area1 use deny
    /rg addmember area1 g:GroupName

    Done.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    GummyGum173

    Abusivee
    Thanks alot man, gonna check it out soon and tell ya :p
     
  5. Offline

    GummyGum173

    Abusivee
    Thank you so much! It actually works :p

    Edit: How do I set it as solved?
     
  6. Offline

    Abusivee

    Ofcourse it does lol.to set solved you have to edit it from outside the post. Find it on the forum list and press edit there.
     
    GummyGum173 likes this.
Thread Status:
Not open for further replies.

Share This Page