Solved WorldGuard blacklist ignore-groups not work

Discussion in 'Bukkit Help' started by Datenkralle, Apr 12, 2012.

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

    Datenkralle

    I installed the recommed build for WorldGuard, but the ignore-groups in blacklist isn't work anymore. I define the group "admins" to ignore and define the user for this group in several configs.
    These config files are:
    - the config-files for seperate world in worldguard-config-folder
    - also in wepif.yml (main Minecraft folder)
    - in permissions.yml

    But WorldGuard didn't ignore the admins-goup for ignoring blacklisting.
    I had use the config-files for seperate world in worldguard-config-folder also in older WorldGuard folders and it worked good, but now it will not work.

    Why?

    WorldGuard is now recommed and i think it must work, because its not Dev.
    Is there a new configfile or something, or didn't test the programmer the configoption?
     
  2. Offline

    andrewpo

    What permissions plugin do you use? You should be using PermissionsEX.
     
  3. Offline

    Datenkralle

    At the moment i didn't use a Permission Plugin, but i will use in future also PeX. :)
    But i think WorldGuard must work also without a PermissionPlugin, like in older versions.
     
  4. Offline

    andrewpo

    You have to use a permissions plugin (PEX) for ignore-groups to work.
     
  5. Offline

    Datenkralle

    Really? But it worked in older versions without a Permission Plugin. But ok, i will anyway use PEX, so i will try it.
    Thank you.
     
  6. Offline

    Datenkralle

    Ok i try PEX out, but i didn't help. I define the Permissions in PEX permissions-file, but WorldGuard will not read these file too.
     
  7. Offline

    andrewpo

    Please upload your blacklist(.txt?) file for the world you're adding a blacklist to and permissions.yml file to pastebin.com and post the links here.
     
  8. Offline

    Datenkralle

  9. Offline

    andrewpo

    Try changing the config section of your blacklist to: (put this under the line that's like [8,9,10,11,120,121,256,....etc])
    Code:
    ignore-groups=admins
    ignore-perms=worldguard.blacklistignore
    on-use=deny,tell
    on-place=deny,tell
    on-break=deny,tell
    on-drop=deny,tell
    
    Then run " /pex group admins add worldguard.blacklistignore "

    Failing that, make sure you have the latest worldguard release and contact the WorldGuard developer regarding the issue.
     
  10. Offline

    Datenkralle

    I have the latest WorldGuard.
    But now when i add
    "ignore-perms=worldguard.blacklistignore"
    all other users can destroy, use the listed blocks in blacklist.txt

    Also a strange thing is: When i run: /pex group admins add worldguard.blacklistignore he said: You didn't have enough rights to do that. But im the op on the server and i defined in the pex-Permission file as admin.
     
  11. Offline

    andrewpo

    Full list of plugins please.

    Hang on!
    Code:
    groups:
    - admins
    It should be group not groups

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

    Datenkralle

  13. Offline

    andrewpo

    No, look here:
    Code:
    users:
        YourPlayerName:
            group:
            - Admins
    It's group: (newline)- admins, not groups (newline) - admins.


    Like this: http://pastebin.com/qCVweMue
     
  14. Offline

    Datenkralle

    If it can help i posted also here the server.log: http://pastebin.com/5VvcsBtc
    Plugins are: - MyWorlds (+BKCommonLib v1.18)
    - ChangeGameMode-3.1. (to Change Gamemode with Shortcut)
    - Dynmap
    - WorldEdit
    - WorldGuard
    - Spoutplugin
    - PermissionsEx (+ChatManager, Modifyworld)
     
  15. Offline

    andrewpo

    Did you update the permissions file to the one I linked to in my previous post? Make sure you copy the file content out of the RAW box at the bottom of the page.

    Remember to run '/pex reload' after modifying the file.
    If that doesn't work, try stopping the server and starting it again.

    Failing that, post here again.
     
  16. Offline

    Datenkralle

    Ok i will try it out now, thanks.

    Oh no it was a simple letter on a false place. XD
    But now it works good.
    Thank you very much for your help.

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

    andrewpo

    Great!
    Since your issue in the Bukkit Help forum is resolved, please change the prefix of your topic title to Solved by going to Thread Tools then 'Edit Thread'
    [​IMG]
     
  18. Offline

    Datenkralle

Thread Status:
Not open for further replies.

Share This Page