Worldguard Help please

Discussion in 'Bukkit Help' started by Superckl1, Mar 7, 2012.

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

    Superckl1

    I'm trying to set up a region with worldguard such that only members and owners of that region can enter it and use things in it. How would i do that?

    Please help! :(
     
  2. Offline

    MrDice

    If you want to make a region were no one can edit it besides the owner you would type /region define (Name of) (owner), for other options type /region.
     
  3. Offline

    Superckl1

    I want to be able to add members and remove them so they have access.

    I'm making a hotel using simpleregionmarket if that helps
     
  4. Offline

    FXHNTR

    If you want to add and remove members, define the region first, then type "/region addmember <name of region> <player>
    same for removing. All the commands should be in the wiki.
     
  5. Offline

    Superckl1

    Theproblem isnt adding/removing members it's having only the members being able to enter and use the area
     
  6. Offline

    sillyrosster

    Please check out this PDF here for help with all WorldGuard flags and commands.

    Next time please do a little more searching through the WorldGuard thread/BukkitDev page..
     
  7. Offline

    Tanite

    Yeah, check out the entry flags and such. Print out that .pdf that silly linked :p
     
  8. Offline

    ImminentFate

    you can set a flag called entry to deny;
    e.g
    /r f hotel entry deny
    AND
    /r f hotel entry-group "ops" allow
    use both of these, and only ops can enter the area. You can add more groups if you want
     
  9. Offline

    Superckl1

    Thanks for linking a pdf that doesn't explain what I'm asking...Don't be so stuck up unless your sure it's the solution.
    Immenent, I want tomake it so only members and owners of that region can enter and use it, not permission groups.
     
  10. Offline

    sillyrosster

    If its not on that PDF, then it's not in WorldGuard. And I assure you, it is in that PDF, because I found it there. It is for you to find it..

    Hint: Read what Tanite said..
     
  11. Offline

    Superckl1

    Oh thanks because if you would 've just told me this problem would be resolved. We don't want that!
     
  12. Offline

    sillyrosster

    Wow, if you really can't find it, you shouldn't be running a server. Look at the ENTRY FLAGS.
     
    Tanite likes this.
  13. Offline

    ImminentFate

    Peace, people, stop fighting and share the love ;)
    Btw, check out sk89q.com it has a wiki with all the info you need
     
  14. Offline

    Superckl1

    ok what i do is
    1. /region define hotel
    2. /region flag hotel entry deny
    3. /region flag hotel entry -g members allow

    Still only ops can enter, what am i doing wrong?
     
  15. Offline

    ImminentFate

    the groups flag relies on permissions groups.
     
  16. Offline

    Superckl1

    So then how would I make it so only members and owners of that region can enter it?
     
  17. Offline

    Mitchopolis

    The entry-group flag does not take a deny/allow value - it only allows members, nonmembers, owners, nonowners, or everyone. It uses this flag in conjunction with the entry flag to determine who can enter.

    /region flag hotel entry deny
    /region flag hotel entry-group nonmembers

    This should allow only members and owners to enter.

    As a side note I am using the Alpha build 5.5.2 of WG and it does not seem to recognize the entry-group as a flag but since you have not gotten an error I can assume you are not using same version.
     
  18. Offline

    Superckl1

    The entry-group flag was replaced with entry -g
     
  19. Offline

    Mitchopolis

    No, I am pretty sure that is an alias of the entry-group flag. Anyway, on sk89's site he lists
    entry-group flag as a possible non-working flag at this time (reported but unconfirmed) I can confirm that the flag is not working on my server running WG alpha build and CB Beta build for MC 1.2; but since I'm running dev builds with beta builds - I am not worried about it until everything is updated to recommended builds.
     
  20. Offline

    Superckl1

    so entry -g isnt the same thing? because using entry -g the flags you told me still don't work.
     
  21. Offline

    Mitchopolis

    entry-g is just a shortcut for entry-group. They are exact same flag. Are you getting a flag successfully updated message when you input the flag command for entry-group?
     
  22. Offline

    Superckl1

    Yes I am

    I know it has to do with entry flags i just can't figure out why they won't work.

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

    Tanite

    Perhaps if you post your regions.yml file (pastebin.com)?
     
  24. Offline

    Superckl1

    Code:
    #
    # WorldGuard regions file
    #
    # WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
    # hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
    # WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
    # the contents of this file will reset. Please use a YAML validator such as
    # http://yaml-online-parser.appspot.com (for smaller files).
    #
    # REMEMBER TO KEEP PERIODICAL BACKUPS.
    #
    regions:
        arena:
            type: cuboid
            min: {x: 369.0, y: 59.0, z: 817.0}
            max: {x: 414.0, y: 73.0, z: 846.0}
            priority: 0
            flags: {creeper-explosion: deny, pvp: allow, greeting: You have entered the arena!,
                farewell: You have left the arena!, tnt: deny, build: deny}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        block:
            type: cuboid
            min: {x: 360.0, y: 65.0, z: 628.0}
            max: {x: 360.0, y: 65.0, z: 629.0}
            priority: 0
            flags: {entry: deny}
            owners: {}
            members: {}
            parent: spawn
        box:
            type: cuboid
            min: {x: 767.0, y: 69.0, z: 357.0}
            max: {x: 770.0, y: 71.0, z: 359.0}
            priority: 0
            flags: {entry: deny, use: deny, build: deny}
            owners:
                players: [superckl]
            members: {}
        death:
            type: cuboid
            min: {x: 340.0, y: 56.0, z: 636.0}
            max: {x: 340.0, y: 59.0, z: 638.0}
            priority: 0
            flags: {heal-delay: 1, heal-amount: -6}
            owners: {}
            members: {}
            parent: spawn
        nouse:
            type: cuboid
            min: {x: 317.0, y: 64.0, z: 669.0}
            max: {x: 322.0, y: 67.0, z: 670.0}
            priority: 0
            flags: {use: deny}
            owners: {}
            members: {}
            parent: spawn
        room1:
            type: cuboid
            min: {x: 381.0, y: 71.0, z: 616.0}
            max: {x: 385.0, y: 75.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, use: allow,
                use-group: MEMBERS, entry-group: MEMBERS}
            owners: {}
            members:
                players: [redanger8]
            parent: spawn
        room10:
            type: cuboid
            min: {x: 359.0, y: 71.0, z: 634.0}
            max: {x: 365.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room11:
            type: cuboid
            min: {x: 359.0, y: 71.0, z: 627.0}
            max: {x: 365.0, y: 75.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room12:
            type: cuboid
            min: {x: 381.0, y: 77.0, z: 616.0}
            max: {x: 385.0, y: 81.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room13:
            type: cuboid
            min: {x: 387.0, y: 77.0, z: 616.0}
            max: {x: 391.0, y: 81.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room14:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 616.0}
            max: {x: 398.0, y: 81.0, z: 625.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room15:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 627.0}
            max: {x: 398.0, y: 81.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room16:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 633.0}
            max: {x: 398.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room17:
            type: cuboid
            min: {x: 387.0, y: 77.0, z: 637.0}
            max: {x: 391.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room18:
            type: cuboid
            min: {x: 381.0, y: 77.0, z: 637.0}
            max: {x: 385.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room19:
            type: cuboid
            min: {x: 372.0, y: 77.0, z: 637.0}
            max: {x: 376.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room2:
            type: cuboid
            min: {x: 387.0, y: 71.0, z: 616.0}
            max: {x: 391.0, y: 75.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, use: deny,
                use-group: MEMBERS, entry-group: MEMBERS}
            owners: {}
            members:
                players: [jsmen1]
            parent: spawn
        room20:
            type: cuboid
            min: {x: 366.0, y: 77.0, z: 637.0}
            max: {x: 370.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room21:
            type: cuboid
            min: {x: 359.0, y: 77.0, z: 634.0}
            max: {x: 365.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room22:
            type: cuboid
            min: {x: 360.0, y: 76.0, z: 628.0}
            max: {x: 365.0, y: 81.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room23:
            type: cuboid
            min: {x: 381.0, y: 83.0, z: 616.0}
            max: {x: 385.0, y: 87.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room24:
            type: cuboid
            min: {x: 387.0, y: 83.0, z: 616.0}
            max: {x: 391.0, y: 87.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room25:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 616.0}
            max: {x: 398.0, y: 87.0, z: 625.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room26:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 627.0}
            max: {x: 398.0, y: 87.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room27:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 633.0}
            max: {x: 398.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room28:
            type: cuboid
            min: {x: 387.0, y: 83.0, z: 637.0}
            max: {x: 391.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room29:
            type: cuboid
            min: {x: 381.0, y: 83.0, z: 637.0}
            max: {x: 385.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room3:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 616.0}
            max: {x: 398.0, y: 75.0, z: 625.0}
            priority: 0
            flags: {entry: deny}
            owners:
                players: [lyrtres]
            members: {}
            parent: spawn
        room30:
            type: cuboid
            min: {x: 372.0, y: 83.0, z: 637.0}
            max: {x: 376.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room31:
            type: cuboid
            min: {x: 366.0, y: 83.0, z: 637.0}
            max: {x: 370.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: allow, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room32:
            type: cuboid
            min: {x: 359.0, y: 83.0, z: 634.0}
            max: {x: 365.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room33:
            type: cuboid
            min: {x: 359.0, y: 83.0, z: 628.0}
            max: {x: 365.0, y: 87.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room4:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 627.0}
            max: {x: 398.0, y: 75.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [lyrtres]
            parent: spawn
        room5:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 633.0}
            max: {x: 398.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room6:
            type: cuboid
            min: {x: 387.0, y: 71.0, z: 637.0}
            max: {x: 391.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room7:
            type: cuboid
            min: {x: 381.0, y: 71.0, z: 637.0}
            max: {x: 385.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room8:
            type: cuboid
            min: {x: 372.0, y: 71.0, z: 637.0}
            max: {x: 376.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room9:
            type: cuboid
            min: {x: 366.0, y: 71.0, z: 637.0}
            max: {x: 370.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        spawn:
            type: cuboid
            min: {x: 145.0, y: 0.0, z: 430.0}
            max: {x: 503.0, y: 255.0, z: 934.0}
            priority: 0
            flags: {creeper-explosion: deny, pvp: deny, greeting: 'Welcome to the Spawn,
                    %name%', farewell: You have now left the Spawn!, build: deny, lighter: deny,
                ice-form: deny, mob-spawning: deny}
            owners:
                players: [superckl]
            members:
                players: [xx_bf3_player_xx]
        staff:
            type: cuboid
            min: {x: 360.0, y: 65.0, z: 634.0}
            max: {x: 379.0, y: 69.0, z: 642.0}
            priority: 0
            flags: {greeting: You have entered the staff room., entry: deny}
            owners: {}
            members: {}
            parent: spawn
        suite1:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 637.0}
            max: {x: 398.0, y: 69.0, z: 642.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite2:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 631.0}
            max: {x: 398.0, y: 69.0, z: 635.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite3:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 624.0}
            max: {x: 398.0, y: 69.0, z: 628.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite4:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 617.0}
            max: {x: 398.0, y: 69.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
    
    It's the room regions that I want only members to enter.
     
  25. Offline

    Mitchopolis

    Couple of quick things I notice:

    entry: deny, entry-group: MEMBERS ------> denys members entry

    entry: allow, entry-group: MEMBERS --------> allows members entry

    Also: I can't get on and test at now but I think your problem may be priority. The room regions are inside the spawn region. The spawn region flag of build: deny is overriding the room flags. Set a priority on the room regions to a number greater than zero.

    EDIT: I also don't think you need the build:deny flag - only owners and members can build by default
     
  26. Offline

    Superckl1

    Code:
    #
    # WorldGuard regions file
    #
    # WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
    # hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
    # WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
    # the contents of this file will reset. Please use a YAML validator such as
    # http://yaml-online-parser.appspot.com (for smaller files).
    #
    # REMEMBER TO KEEP PERIODICAL BACKUPS.
    #
    regions:
        arena:
            type: cuboid
            min: {x: 369.0, y: 59.0, z: 817.0}
            max: {x: 414.0, y: 73.0, z: 846.0}
            priority: 0
            flags: {creeper-explosion: deny, pvp: allow, greeting: You have entered the arena!,
                farewell: You have left the arena!, tnt: deny, build: deny}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        block:
            type: cuboid
            min: {x: 360.0, y: 65.0, z: 628.0}
            max: {x: 360.0, y: 65.0, z: 629.0}
            priority: 0
            flags: {entry: deny}
            owners: {}
            members: {}
            parent: spawn
        box:
            type: cuboid
            min: {x: 767.0, y: 69.0, z: 357.0}
            max: {x: 770.0, y: 71.0, z: 359.0}
            priority: 0
            flags: {entry: deny, use: deny, build: deny}
            owners:
                players: [superckl]
            members: {}
        death:
            type: cuboid
            min: {x: 340.0, y: 56.0, z: 636.0}
            max: {x: 340.0, y: 59.0, z: 638.0}
            priority: 0
            flags: {heal-delay: 1, heal-amount: -6}
            owners: {}
            members: {}
            parent: spawn
        nouse:
            type: cuboid
            min: {x: 317.0, y: 64.0, z: 669.0}
            max: {x: 322.0, y: 67.0, z: 670.0}
            priority: 0
            flags: {use: deny}
            owners: {}
            members: {}
            parent: spawn
        room1:
            type: cuboid
            min: {x: 381.0, y: 71.0, z: 616.0}
            max: {x: 385.0, y: 75.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, use: allow,
                use-group: MEMBERS, entry-group: MEMBERS}
            owners: {}
            members:
                players: [redanger8]
            parent: spawn
        room10:
            type: cuboid
            min: {x: 359.0, y: 71.0, z: 634.0}
            max: {x: 365.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room11:
            type: cuboid
            min: {x: 359.0, y: 71.0, z: 627.0}
            max: {x: 365.0, y: 75.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room12:
            type: cuboid
            min: {x: 381.0, y: 77.0, z: 616.0}
            max: {x: 385.0, y: 81.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room13:
            type: cuboid
            min: {x: 387.0, y: 77.0, z: 616.0}
            max: {x: 391.0, y: 81.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room14:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 616.0}
            max: {x: 398.0, y: 81.0, z: 625.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room15:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 627.0}
            max: {x: 398.0, y: 81.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room16:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 633.0}
            max: {x: 398.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room17:
            type: cuboid
            min: {x: 387.0, y: 77.0, z: 637.0}
            max: {x: 391.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room18:
            type: cuboid
            min: {x: 381.0, y: 77.0, z: 637.0}
            max: {x: 385.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room19:
            type: cuboid
            min: {x: 372.0, y: 77.0, z: 637.0}
            max: {x: 376.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room2:
            type: cuboid
            min: {x: 387.0, y: 71.0, z: 616.0}
            max: {x: 391.0, y: 75.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, use: deny,
                use-group: MEMBERS, entry-group: MEMBERS}
            owners: {}
            members:
                players: [jsmen1]
            parent: spawn
        room20:
            type: cuboid
            min: {x: 366.0, y: 77.0, z: 637.0}
            max: {x: 370.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room21:
            type: cuboid
            min: {x: 359.0, y: 77.0, z: 634.0}
            max: {x: 365.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room22:
            type: cuboid
            min: {x: 360.0, y: 76.0, z: 628.0}
            max: {x: 365.0, y: 81.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room23:
            type: cuboid
            min: {x: 381.0, y: 83.0, z: 616.0}
            max: {x: 385.0, y: 87.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room24:
            type: cuboid
            min: {x: 387.0, y: 83.0, z: 616.0}
            max: {x: 391.0, y: 87.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room25:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 616.0}
            max: {x: 398.0, y: 87.0, z: 625.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room26:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 627.0}
            max: {x: 398.0, y: 87.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room27:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 633.0}
            max: {x: 398.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room28:
            type: cuboid
            min: {x: 387.0, y: 83.0, z: 637.0}
            max: {x: 391.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room29:
            type: cuboid
            min: {x: 381.0, y: 83.0, z: 637.0}
            max: {x: 385.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room3:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 616.0}
            max: {x: 398.0, y: 75.0, z: 625.0}
            priority: 0
            flags: {entry: deny}
            owners:
                players: [lyrtres]
            members: {}
            parent: spawn
        room30:
            type: cuboid
            min: {x: 372.0, y: 83.0, z: 637.0}
            max: {x: 376.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: NON_MEMBERS}
            owners: {}
            members:
                players: [ahc243]
            parent: spawn
        room31:
            type: cuboid
            min: {x: 366.0, y: 83.0, z: 637.0}
            max: {x: 370.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: allow, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room32:
            type: cuboid
            min: {x: 359.0, y: 83.0, z: 634.0}
            max: {x: 365.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room33:
            type: cuboid
            min: {x: 359.0, y: 83.0, z: 628.0}
            max: {x: 365.0, y: 87.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room4:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 627.0}
            max: {x: 398.0, y: 75.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [lyrtres]
            parent: spawn
        room5:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 633.0}
            max: {x: 398.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room6:
            type: cuboid
            min: {x: 387.0, y: 71.0, z: 637.0}
            max: {x: 391.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room7:
            type: cuboid
            min: {x: 381.0, y: 71.0, z: 637.0}
            max: {x: 385.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room8:
            type: cuboid
            min: {x: 372.0, y: 71.0, z: 637.0}
            max: {x: 376.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room9:
            type: cuboid
            min: {x: 366.0, y: 71.0, z: 637.0}
            max: {x: 370.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        spawn:
            type: cuboid
            min: {x: 145.0, y: 0.0, z: 430.0}
            max: {x: 503.0, y: 255.0, z: 934.0}
            priority: 0
            flags: {creeper-explosion: deny, pvp: deny, greeting: 'Welcome to the Spawn,
                    %name%', farewell: You have now left the Spawn!, build: deny, lighter: deny,
                ice-form: deny, mob-spawning: deny}
            owners:
                players: [superckl]
            members:
                players: [xx_bf3_player_xx]
        staff:
            type: cuboid
            min: {x: 360.0, y: 65.0, z: 634.0}
            max: {x: 379.0, y: 69.0, z: 642.0}
            priority: 0
            flags: {greeting: You have entered the staff room., entry: deny}
            owners: {}
            members: {}
            parent: spawn
        suite1:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 637.0}
            max: {x: 398.0, y: 69.0, z: 642.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite2:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 631.0}
            max: {x: 398.0, y: 69.0, z: 635.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite3:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 624.0}
            max: {x: 398.0, y: 69.0, z: 628.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite4:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 617.0}
            max: {x: 398.0, y: 69.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
    
    Look at room30, ahc can't get in.
     
  27. Offline

    Mitchopolis

    For room30 set priority of region to 100 and see if they changes anything

    /region setpriority room30 100

    From coordinates alone - I can't tell if anything is overlapping
     
  28. Offline

    Tanite

    Do you edit this file by hand? None of my group names or player names are ever capitalized in my regions files. I'm not sure if that's it but worth a shot.

    Also, try the priority thing. Or read about parents.
     
  29. Offline

    Superckl1

    Code:
    #
    # WorldGuard regions file
    #
    # WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
    # hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
    # WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
    # the contents of this file will reset. Please use a YAML validator such as
    # http://yaml-online-parser.appspot.com (for smaller files).
    #
    # REMEMBER TO KEEP PERIODICAL BACKUPS.
    #
    regions:
        arena:
            type: cuboid
            min: {x: 369.0, y: 59.0, z: 817.0}
            max: {x: 414.0, y: 73.0, z: 846.0}
            priority: 0
            flags: {creeper-explosion: deny, pvp: allow, greeting: You have entered the arena!,
                farewell: You have left the arena!, tnt: deny, build: deny}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        block:
            type: cuboid
            min: {x: 360.0, y: 65.0, z: 628.0}
            max: {x: 360.0, y: 65.0, z: 629.0}
            priority: 0
            flags: {entry: deny}
            owners: {}
            members: {}
            parent: spawn
        box:
            type: cuboid
            min: {x: 767.0, y: 69.0, z: 357.0}
            max: {x: 770.0, y: 71.0, z: 359.0}
            priority: 0
            flags: {entry: deny, use: deny, build: deny}
            owners:
                players: [superckl]
            members: {}
        death:
            type: cuboid
            min: {x: 340.0, y: 56.0, z: 636.0}
            max: {x: 340.0, y: 59.0, z: 638.0}
            priority: 0
            flags: {heal-delay: 1, heal-amount: -6}
            owners: {}
            members: {}
            parent: spawn
        nouse:
            type: cuboid
            min: {x: 317.0, y: 64.0, z: 669.0}
            max: {x: 322.0, y: 67.0, z: 670.0}
            priority: 0
            flags: {use: deny}
            owners: {}
            members: {}
            parent: spawn
        room1:
            type: cuboid
            min: {x: 381.0, y: 71.0, z: 616.0}
            max: {x: 385.0, y: 75.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, use: allow,
                use-group: MEMBERS, entry-group: MEMBERS}
            owners: {}
            members:
                players: [redanger8]
            parent: spawn
        room10:
            type: cuboid
            min: {x: 359.0, y: 71.0, z: 634.0}
            max: {x: 365.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room11:
            type: cuboid
            min: {x: 359.0, y: 71.0, z: 627.0}
            max: {x: 365.0, y: 75.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room12:
            type: cuboid
            min: {x: 381.0, y: 77.0, z: 616.0}
            max: {x: 385.0, y: 81.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room13:
            type: cuboid
            min: {x: 387.0, y: 77.0, z: 616.0}
            max: {x: 391.0, y: 81.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room14:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 616.0}
            max: {x: 398.0, y: 81.0, z: 625.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room15:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 627.0}
            max: {x: 398.0, y: 81.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room16:
            type: cuboid
            min: {x: 392.0, y: 77.0, z: 633.0}
            max: {x: 398.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room17:
            type: cuboid
            min: {x: 387.0, y: 77.0, z: 637.0}
            max: {x: 391.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room18:
            type: cuboid
            min: {x: 381.0, y: 77.0, z: 637.0}
            max: {x: 385.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room19:
            type: cuboid
            min: {x: 372.0, y: 77.0, z: 637.0}
            max: {x: 376.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room2:
            type: cuboid
            min: {x: 387.0, y: 71.0, z: 616.0}
            max: {x: 391.0, y: 75.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, use: deny,
                use-group: MEMBERS, entry-group: MEMBERS}
            owners: {}
            members:
                players: [jsmen1]
            parent: spawn
        room20:
            type: cuboid
            min: {x: 366.0, y: 77.0, z: 637.0}
            max: {x: 370.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room21:
            type: cuboid
            min: {x: 359.0, y: 77.0, z: 634.0}
            max: {x: 365.0, y: 81.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room22:
            type: cuboid
            min: {x: 360.0, y: 76.0, z: 628.0}
            max: {x: 365.0, y: 81.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members:
                players: [pitmanpride11]
            parent: spawn
        room23:
            type: cuboid
            min: {x: 381.0, y: 83.0, z: 616.0}
            max: {x: 385.0, y: 87.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room24:
            type: cuboid
            min: {x: 387.0, y: 83.0, z: 616.0}
            max: {x: 391.0, y: 87.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room25:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 616.0}
            max: {x: 398.0, y: 87.0, z: 625.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room26:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 627.0}
            max: {x: 398.0, y: 87.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room27:
            type: cuboid
            min: {x: 392.0, y: 83.0, z: 633.0}
            max: {x: 398.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room28:
            type: cuboid
            min: {x: 387.0, y: 83.0, z: 637.0}
            max: {x: 391.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room29:
            type: cuboid
            min: {x: 381.0, y: 83.0, z: 637.0}
            max: {x: 385.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room3:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 616.0}
            max: {x: 398.0, y: 75.0, z: 625.0}
            priority: 0
            flags: {entry: deny}
            owners:
                players: [lyrtres]
            members: {}
            parent: spawn
        room30:
            type: cuboid
            min: {x: 372.0, y: 83.0, z: 637.0}
            max: {x: 376.0, y: 87.0, z: 643.0}
            priority: 100
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: NON_MEMBERS}
            owners: {}
            members:
                players: [ahc243, stplatt98412, kxg]
            parent: spawn
        room31:
            type: cuboid
            min: {x: 366.0, y: 83.0, z: 637.0}
            max: {x: 370.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: allow, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room32:
            type: cuboid
            min: {x: 359.0, y: 83.0, z: 634.0}
            max: {x: 365.0, y: 87.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        room33:
            type: cuboid
            min: {x: 359.0, y: 83.0, z: 628.0}
            max: {x: 365.0, y: 87.0, z: 632.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room4:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 627.0}
            max: {x: 398.0, y: 75.0, z: 631.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room5:
            type: cuboid
            min: {x: 392.0, y: 71.0, z: 633.0}
            max: {x: 398.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room6:
            type: cuboid
            min: {x: 387.0, y: 71.0, z: 637.0}
            max: {x: 391.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room7:
            type: cuboid
            min: {x: 381.0, y: 71.0, z: 637.0}
            max: {x: 385.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room8:
            type: cuboid
            min: {x: 372.0, y: 71.0, z: 637.0}
            max: {x: 376.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        room9:
            type: cuboid
            min: {x: 366.0, y: 71.0, z: 637.0}
            max: {x: 370.0, y: 75.0, z: 643.0}
            priority: 0
            flags: {greeting: 'Welcome to your room, %name%', entry: deny, entry-group: MEMBERS}
            owners: {}
            members: {}
            parent: spawn
        spawn:
            type: cuboid
            min: {x: 145.0, y: 0.0, z: 430.0}
            max: {x: 503.0, y: 255.0, z: 934.0}
            priority: 0
            flags: {creeper-explosion: deny, pvp: deny, greeting: 'Welcome to the Spawn,
                    %name%', farewell: You have now left the Spawn!, build: deny, lighter: deny,
                ice-form: deny, mob-spawning: deny}
            owners:
                players: [superckl]
            members:
                players: [xx_bf3_player_xx]
        staff:
            type: cuboid
            min: {x: 360.0, y: 65.0, z: 634.0}
            max: {x: 379.0, y: 69.0, z: 642.0}
            priority: 0
            flags: {greeting: You have entered the staff room., entry: deny}
            owners: {}
            members: {}
            parent: spawn
        suite1:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 637.0}
            max: {x: 398.0, y: 69.0, z: 642.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite2:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 631.0}
            max: {x: 398.0, y: 69.0, z: 635.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite3:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 624.0}
            max: {x: 398.0, y: 69.0, z: 628.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
        suite4:
            type: cuboid
            min: {x: 388.0, y: 65.0, z: 617.0}
            max: {x: 398.0, y: 69.0, z: 622.0}
            priority: 0
            flags: {greeting: 'Welcome to your suite, %name%'}
            owners:
                players: [superckl]
            members: {}
            parent: spawn
    
    I added the priority and all three of the members still can't enter.
    No I did not type this file manually.

    I got it guys, it was the spawn as the parent that screwed it all up.

    Ty for everyone's help!

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

    sillyrosster

    Np :p
     
Thread Status:
Not open for further replies.

Share This Page