Solved WorldGuard: Entry flag Error

Discussion in 'Bukkit Help' started by PiguFilms, Apr 1, 2014.

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

    PiguFilms

    Hey!

    For some reason, when creating a region and then flagging it for no entry does not work. This is for prison. Example:

    /region define DBlock
    /region flag DBlock entry deny
    /region addmember DBlock g:D

    In my GroupManager, i have the group D, so i tested it and apparently(i didn't have op when i tested it) i could go to all the groups even if i was the lowest rank(D).

    Any assistance is appreciated!

    Kind Regards
    Tim

    Please someone help me! I am in need of some help!

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

    kungfuko

    Try /region flag DBlock passtrough deny
     
  3. Offline

    PiguFilms

    Nope, didn't work. I applied after all the other stuff i did before
     
  4. Offline

    PiguFilms

    Ok, so isn't there one person in this whole bukkit community that could have the answer?
     
  5. Offline

    bobin17231

    PiguFilms
    Is everything up to date? Also does it say something in console when you do /region flag or what ever?
     
  6. Offline

    PiguFilms

    bobin17231 Yes, everything is up to date. Now, i did the command and nothing comes up on the console :/
     
  7. Offline

    lecraeman


    First, Make sure you have the EXACT same names as in your permissions!

    I would like to see a region config for the world you're in(In the WorldGuard Folder).

    It might help us out a bit!
     
  8. Offline

    PiguFilms

  9. Offline

    lecraeman


    No, You need your REGION file for that world!

    Please grab that for me...it has all the regions that you defined it it!
     
  10. Offline

    PiguFilms

  11. Offline

    lecraeman


    Ok, I am gonna need you to explain something to me.

    First, What group do you start as? Do you start at a later letter and work your way towards A, or do you start at A and work your way further down to D?
     
  12. Offline

    PiguFilms

    lecraeman You start as D and work your way to A
     
  13. Offline

    lecraeman


    Ok! I will go and look through this then...
     
  14. Offline

    PiguFilms

    Good to know that i have someone that can help me. :)
     
  15. Offline

    lecraeman

    PiguFilms

    In your permissions. Are the groups capitalized or not?

    For Instance, Is group D a "D" in your permissions or is it a "d" in your permissions? Lowercase or Uppercase?
     
  16. Offline

    PiguFilms

    All of them are Uppercase
     
  17. Offline

    lecraeman


    I am gonna send you a file to try out...take a backup of your regions file first though ;)

    Just incase anything goes wrong I don't want you losing it!

    Always take backups ;)

    Will send this file in a minute...


    Here, Try this out:

    http://pastebin.com/J4AbzddB

    If it doesn't work let me know.

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

    PiguFilms

    Tried with my friends acc, he was a D rank, and i went through the ABlock, and he was allowed to pass... He was opped, but i deoped him and still.. I can't with my acc, cause if i was still deop, i could do stuff that OP people can do.
    So, in other words, it didn't work.
    P.S. I heard that you had to put, foe example, in the A Group in GroupManager, you had to put the permission group.A, and for B the group.B, and so on. I did that, but still, no luck :/
     
  19. Offline

    lecraeman


    Erg I hate GroupManager.

    Can you send me your permissions?
     
  20. Offline

    PiguFilms

    lecraeman Something was telling me that you hated GM! :) I heard that Pex is good, but i don't know HOW to use it, it is kinda confusing. Here are my perms: http://pastebin.com/7AzqPfSU
     
  21. Offline

    sfxworks

    I dont think they ever fixed passthrough in worldguard..at my job right now so id have to look at it later. One common mistake is having a region inside a region and forgetting to set one as the parent.
     
  22. Offline

    PiguFilms

    sfxworks Yes, i have a region inside a region.. But i can easily fix that. I will try it now, and i will see how it goes

    lecraeman sfxworks I did all the regions and they are not interfering with each other. I made them separate. STILL THEY DO NOT WORK

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

    lecraeman


    Look at this...see if it helps...

    https://forums.bukkit.org/threads/how-to-use-the-entry-group-flag-in-worldguard.124066/

    He says after you add them as members you must also flag them with the entry group and then add the permission...

    So, You would need to add:

    /region flag [region] entry g- GROUP
    and then you would add this permission to the group:
    "group.GROUPLETTER"

    I think you should try this...
     
  24. Offline

    PiguFilms

    lecraeman Em when i do /region flag Ablock entry g- A OR it says Expected none/allow/deny but got 'g- A'
    Same with dooing it without a space(g-A). Also tried g:A but still, the same
     
  25. Offline

    lecraeman


    Right! You need to do this:

    /region flag [region] entry allow g- GROUP

    I assume you would do that since you ALREADY denied entry to EVERYONE else. So, It only makes since that you would allow just the groups you want to be able to enter.
     
  26. Offline

    sfxworks

    Code:
    /region flag yourregion entry deny g:Default
     
  27. Offline

    PiguFilms

    lecraeman I told you, that doesn't work. It comes with a message saying "Expected none/allow/deny but got 'allow g- A'."
    sfxworks That doesn't work for me. I tried it but it still lets other people :/
     
  28. Offline

    lecraeman


    Look again, I changed it...

    Before it did not have the ALLOW part in it.

    If it still gives the error tell me...
     
  29. Offline

    PiguFilms

    lecraeman Em, i did with the ALLOW part in it. Still doesn't work.
     
  30. Offline

    lecraeman


    Alright. Let me keep looking...

    Might hop on my server and try some stuff out...
     
Thread Status:
Not open for further replies.

Share This Page