Inactive [ADMN/DEV] Permissions v2.7.4 (Phoenix) - DISCONTINUED! 3.0 has a new home!

Discussion in 'Inactive/Unsupported Plugins' started by TheYeti, Feb 25, 2011.

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

    TheYeti

    Permissions 2.7.4 (Phoenix) - Now with AntiBuild built in!
    Download:
    Latest Stable: Full Zip | Jar Only
    Latest Dev Build: Full Zip | Jar Only
    Previous Versions: 2.7.3 (JAR) | 2.7.2 (JAR) | 2.7.1 (JAR) | 2.7 (JAR) | 2.6 (JAR) | 2.5.5 (JAR) | 2.5.4 (JAR) | 2.5.3 (JAR) | 2.5.2 (JAR) | 2.5.1 (JAR) | 2.5 (JAR) | 2.4 (JAR) | 2.3 (JAR) | 2.2 (JAR)

    Plugin Authors: How to hook into Permissions

    Permissions 2.x is being discontinued! 3.0 can be found HERE!!!


    I am discontinuing Permissions 2.x and leaving the project. Permissions is not going away though! Since 2.6 I have been working closely with another developer and added them to the team. For the past several version they have not only been assisting with 2.x but also doing a lot of the development of much anticipated 3.x. rcjrrjcr will be taking over as lead developer of Permissions from 3.x forward. I have full faith in them and after working closely with them on the development on the last few version and the next major version I feel that I am leaving this project in more than capable hands. I put way to much work into this project to just leave it with anyone, and this is one of the few programs that I am incredibly proud of.

    Many people will probably wonder why I am leaving again after taking over the project just a few months ago. I could quote drama and headaches, of which there were quite a few with this project. Unfortunately real life happens. Many people already know that I have been having medical issues here lately. Unfortunately while they have gotten better, they have not gone away. This coupled with other real life commitments, going to school full time, and starting up my own company, I am currently in the process of being laid off from work. At this point I have so much stuff going on in my life and am being pulled in so many directions that I am not able to get any work done on anything. This has lead to me missing commitments and letting people down on multiple things.

    Permissions is also a very high maintenance plugin that requires a lot of attention and time. Right now I am not able to devote that time and do not feel it is fair for me to try to continue to be the lead developer on it. I had originally thought that adding other members to the team would be helpful, but unfortunately this just lead to frustration for them and myself as I just was not able to commit to the project enough. Hence, 3.0 has been rewritten almost exclusively by rcjrrjcr with minimal contributions by myself.

    At this point I will be stepping away from the project to focus more on real life and to try to free up some time for other projects and to work with more individual like the wonderful HeroCraft Coding team to fulfill some commitments that I made to them a long time ago and sadly did not come through on. I feel that this is the best for all involved, both myself and the other Permissions developers, as well as the community who deserve someone who can contribute more time and attention to them and supporting them. I do not want to see Permissions end up like many other plugins with an absentee programmer and just slowly wasting away from a great plugin with a lot of potential to a headache with no support.

    I will still be active in the community, just not as much as not in the same way. I'm sure my server will be more than happy to have their head admin back and active again as well.

    Thank you and happy gaming.




    Changelog
    • 2.7.4
      • Added overload of has() and permissions() for plugin devs
    • 2.7.3
      • Fixed negate node add/remove bug.
    • 2.7.2
      • Fix for small subtle bug introduced in last minor version.
    • 2.7.1
      • Commit by DThielke to fix several bugs with programmatic modifications of user permissions.
    • 2.7
      • Further commits by rcjrrjcr
        • Removed negatedNode checks
        • Temp fix for NULL issue
        • WorldConfigurationModification to save only modified configs
        • Fix for cache problems
    • 2.6
      • Pulled in commits by rcjrrjcr
      • Fixed versioning. Last version should have technically been 2.6
      • Fixed invalid config file being written
      • Fixed erroneous conversion message.
    • 2.5.5
      • Updated to be compliant with CB600+
      • Further Maven Integration and Autobuilding
      • Better handling of configuration file errors.
        • If you do not have a world config file for the default world at startup it will now look for config.yml
        • If it cannot find that it will look for world.yml instead in case you named it that when that is not what is in level-name:
        • It will rewrite the config file to be the proper name. At this time it does not delete the old one though.
      • Removed defunct public abstract calls. If your not using the right one by now you should be shot anyway.
    • 2.5.4
        • Added Command aliases for perms and pr
        • Changed the way directories are handled.
        • Stopped it from creating an empty <world>.yml file in base directory
        • Moved project to using Maven.
    • 2.5.3
      • Change from File.pathSeparator to File.separator to fix multiworld perms
    • 2.5.2
      • Added more instructions to the included config file within the plugin
      • Added a check that will use the default world permissions if a world specific config file cannot be found.
      • Added a function to get only the group that a player is assigned to without checking for group inheritance.
      • Added a change to colorize() to fix it hopefully not adding an extra unneeded ascii character and thus creating a linebreak/color switch issue
      • Removed permissions.info as it was not needed and was a artifact of testing I was doing.
    • 2.5.1
      • Fixed a bug that could cause a group to be returned as null for getGroups()
    • 2.5
      • Added in AntiBuild functionality to Permissions
      • Minor code tweaks
      • Added getGroups(world, player) to PermissionHandler so that plugins can call it to get all of a users groups
      • Fixed the inability to use the permissions -reload all command from within the console. I still need to do some more work on this as it doesn't seem to like to accept anything other than all from console.
    • 2.4
      • Refactored namespaces to keep in line with Java & Bukkit policy
        • This was cancelled as it ended up being not needed
      • Fixed setupPermissions()
    • 2.3
      • Undid removal of some code that I had overzealously purged during cleanup
      • Merged in last of Nijikokun's changes
      • Re-ordered the main class to attempt to fix the problems with Plugin API
    • 2.2
      • Developer change
      • Fixed reloading of configuration files
      • Moved commands to registering with plugin.yml
      • Commands now use onCommand instead of onPlayerCommand
      • Command is now /permissions instead of /pr
    [/SPOILER]
     
    mruczek, kahlilnc, Pii and 58 others like this.
  2. Offline

    rcjrrjcr

    Looking at the code, it seems that you cannot negate wildcard ranges. You must negate every worldedit permission by hand. Maybe I should add this as an issue on the tracker.
     
    jeddeliso likes this.
  3. Offline

    jeddeliso

    i took a look at your permission file, and i saw one, should the Default group have a Default inheritance?
     
  4. Offline

    Lookatmego

    hey dude i had a question...do players automaticly get added to users...or do i gotto manually add every single 1
     
  5. Offline

    rcjrrjcr

    Please post your world's config file in spoiler and code tags.
     
    jeddeliso likes this.
  6. Offline

    jeddeliso

    not yet, but TheYeti is current working on it still, for now i suggest using PermissionsPlus, i works wonders
     
  7. Offline

    rcjrrjcr

    Oh and sorry about the comment removal thing, that was because of some code I submitted to TheYeti to make the plugin save changes made by other plugins.
     
  8. Offline

    OkinKun

    Oh, well I'll remove that, but I think that was just a left over from previous versions, which did that by default. Still, I don't think that was the problem.

    Also, rcjrrjcr, I edited my post to look better.
     
  9. Offline

    jeddeliso

    so you can't use any commands if your not OP yes? (this problem is the same as my current one)
     
  10. Offline

    lucasnrk

    world.yml
    Show Spoiler
    Code:
    groups:
        Default:
    default: true
    info:
    prefix: '&7[&8Player&7]&f'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'mcmmo.motd'
    - 'mcmmo.chat.partychat'
    - 'mcmmo.commands.ability'
    - 'mcmmo.commands.party'
    - 'mcmmo.ability.woodcutting'
    - 'mcmmo.ability.mining'
    - 'mcmmo.ability.axes'
    - 'mcmmo.ability.excavation'
    - 'mcmmo.ability.swords'
    - 'mcmmo.ability.unarmed'
    - 'mcmmo.skills.*'
    - 'essentials.help'
    - 'essentials.compass'
    - 'essentials.world'
    - 'essentials.teleport.cooldown.bypass'
    - 'essentials.msg'
    - 'essentials.afk'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.list'
    - 'essentials.mail.send'
    - 'essentials.helpop'
    - 'essentials.kit'
    - 'essentials.spawn'
    - 'iConomy.list'
    - 'iConomy.access'
    - 'iConomy.payment'
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.buy'
    - 'iConomyChestShop.shop.sell'
    - 'lwc.protect'
    - 'myhome.home.basic.home'
    - 'myhome.home.basic.set'
    - 'myhome.home.basic.delete'
    - 'myhome.home.soc.others'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    Moderator:
    default: false
    info:
    prefix: '&7[&aOperador&7]&f'
    suffix: ''
    build: true
    inheritance:
    - Vip
    permissions:
    - 'mcmmo.motd'
    - 'mcmmo.chat.partychat'
    - 'mcmmo.commands.ability'
    - 'mcmmo.commands.party'
    - 'mcmmo.ability.woodcutting'
    - 'mcmmo.ability.mining'
    - 'mcmmo.ability.axes'
    - 'mcmmo.ability.excavation'
    - 'mcmmo.ability.swords'
    - 'mcmmo.ability.unarmed'
    - 'mcmmo.skills.*'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'lwc.protect'
    - 'myhome.home.basic.home'
    - 'myhome.home.basic.set'
    - 'myhome.home.basic.delete'
    - 'myhome.admin'
    - 'lwc.mod'
    - 'bb.admin.*'
    - 'essentials.compass'
    - 'essentials.world'
    - 'essentials.msg'
    - 'essentials.afk'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.list'
    - 'essentials.mail.send'
    - 'essentials.mail'
    - 'essentials.helpop'
    - 'essentials.ping'
    - 'essentials.kit.basico'
    - 'essentials.help'
    - 'essentials.tp'
    - 'essentials.tphere'
    - 'essentials.clearinventory'
    - 'essentials.ban'
    - 'essentials.mute'
    - 'essentials.kick'
    - 'essentials.unban'
    - 'essentials.spawn'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'mywarp.warp.basic.warp'
    - 'mywarp.warp.basic.createpublic'
    - 'mywarp.warp.basic.createprivate'
    - 'mywarp.warp.basic.delete'
    - 'mywarp.warp.basic.welcome'
    - 'myhome.home.soc.invite'
    - 'myhome.home.soc.uninvite'
    - 'iConomyChestShop.shop.sell'
    - 'iConomyChestShop.shop.admin'
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.use'
    - 'giftpost.chest.open'
    - 'giftpost.chest.empty'
    - 'iConomy.payment'
    Vip:
    default: false
    info:
    prefix: '&7[&1VIP&7]&f'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'mcmmo.motd'
    - 'mcmmo.chat.partychat'
    - 'mcmmo.commands.ability'
    - 'mcmmo.commands.party'
    - 'mcmmo.ability.woodcutting'
    - 'mcmmo.ability.mining'
    - 'mcmmo.ability.axes'
    - 'mcmmo.ability.excavation'
    - 'mcmmo.ability.swords'
    - 'mcmmo.ability.unarmed'
    - 'mcmmo.skills.*'
    - 'essentials.help'
    - 'essentials.compass'
    - 'essentials.world'
    - 'essentials.teleport.cooldown.bypass'
    - 'essentials.msg'
    - 'essentials.afk'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.list'
    - 'essentials.mail.send'
    - 'essentials.helpop'
    - 'essentials.kit'
    - 'essentials.spawn'
    - 'iConomy.list'
    - 'iConomy.access'
    - 'iConomy.payment'
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.buy'
    - 'iConomyChestShop.shop.sell'
    - 'lwc.protect'
    - 'myhome.home.basic.home'
    - 'myhome.home.basic.set'
    - 'myhome.home.basic.delete'
    - 'myhome.home.soc.others'
    - 'myhome.home.soc.invite'
    - 'myhome.home.soc.uninvite'
    - 'essentials.tpahere'
    - 'essentials.tpa'
    - 'mywarp.warp.basic.warp'
    - 'mywarp.warp.basic.list'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'giftpost.chest.open'
    - 'giftpost.chest.empty'
    SVip:
    default: false
    info:
    prefix: '&7[&2Super VIP&7]&f'
    suffix: ''
    build: true
    inheritance:
    - Vip
    permissions:
    - 'mcmmo.motd'
    - 'mcmmo.chat.partychat'
    - 'mcmmo.commands.ability'
    - 'mcmmo.commands.party'
    - 'mcmmo.ability.woodcutting'
    - 'mcmmo.ability.mining'
    - 'mcmmo.ability.axes'
    - 'mcmmo.ability.excavation'
    - 'mcmmo.ability.swords'
    - 'mcmmo.ability.unarmed'
    - 'mcmmo.skills.*'
    - 'essentials.help'
    - 'essentials.compass'
    - 'essentials.world'
    - 'essentials.teleport.cooldown.bypass'
    - 'essentials.msg'
    - 'essentials.afk'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.list'
    - 'essentials.mail.send'
    - 'essentials.helpop'
    - 'essentials.kit'
    - 'essentials.spawn'
    - 'iConomy.list'
    - 'iConomy.access'
    - 'iConomy.payment'
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.buy'
    - 'iConomyChestShop.shop.sell'
    - 'lwc.protect'
    - 'myhome.home.basic.home'
    - 'myhome.home.basic.set'
    - 'myhome.home.basic.delete'
    - 'myhome.home.soc.others'
    - 'myhome.home.soc.invite'
    - 'myhome.home.soc.uninvite'
    - 'essentials.tpahere'
    - 'essentials.tpa'
    - 'mywarp.warp.basic.warp'
    - 'mywarp.warp.basic.list'
    - 'mywarp.warp.basic.createpublic'
    - 'mywarp.warp.basic.createprivate'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'giftpost.chest.open'
    - 'giftpost.chest.empty'
    Guarda:
    default: false
    info:
    prefix: '&7[&9Guarda&7]&f'
    suffix: ''
    build: true
    inheritance:
    - Moderator
    permissions:
    - 'mcmmo.motd'
    - 'mcmmo.chat.partychat'
    - 'mcmmo.commands.ability'
    - 'mcmmo.commands.party'
    - 'mcmmo.ability.woodcutting'
    - 'mcmmo.ability.mining'
    - 'mcmmo.ability.axes'
    - 'mcmmo.ability.excavation'
    - 'mcmmo.ability.swords'
    - 'mcmmo.ability.unarmed'
    - 'mcmmo.skills.*'
    - 'iConomy.payment'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'lwc.protect'
    - 'myhome.home.basic.home'
    - 'myhome.home.basic.set'
    - 'myhome.home.basic.delete'
    - 'myhome.admin'
    - 'lwc.mod'
    - 'bb.admin.*'
    - 'essentials.compass'
    - 'essentials.world'
    - 'essentials.msg'
    - 'essentials.afk'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.list'
    - 'essentials.mail.send'
    - 'essentials.mail'
    - 'essentials.helpop'
    - 'essentials.ping'
    - 'essentials.kit.basico'
    - 'essentials.help'
    - 'essentials.tp'
    - 'essentials.tphere'
    - 'essentials.clearinventory'
    - 'essentials.ban'
    - 'essentials.mute'
    - 'essentials.kick'
    - 'essentials.unban'
    - 'essentials.spawn'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'mywarp.warp.basic.warp'
    - 'mywarp.warp.basic.createpublic'
    - 'mywarp.warp.basic.createprivate'
    - 'mywarp.warp.basic.delete'
    - 'mywarp.warp.basic.welcome'
    - 'myhome.home.soc.invite'
    - 'myhome.home.soc.uninvite'
    - 'iConomyChestShop.shop.sell'
    - 'iConomyChestShop.shop.admin'
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.use'
    - 'giftpost.chest.open'
    - 'giftpost.chest.empty'
     
  11. Offline

    Ulrar

    Yeah, that'd be a great idea ^^.
    'cause all worldedit permissions .. ouch, there is so many.
    I will disable the plugin for now, don't have time for that.
    Thanks for the reply
     
  12. Offline

    OkinKun

    Nope, I don't have that problem. My problem is that my Builders and Adv group users are telling me that, when they break and place blocks, they get spammed with chat messages saying something like "You don't have permission to do that." (I haven't been able to get them to screen-cap it for me yet, so I don't know the exact wording.)

    It's POSSIBLE that they can't use commands, but I haven't had a chance to test it much, yet. I'm assuming that we don't have that problem, since no one has said that to me. Mine don't have access to many commands unless they're Adv+.
     
  13. Offline

    jeddeliso

    try putting yourself in various groups and test if they can use those commands. if this is the case, i'll revert to 3 groups. (i did this, since mine wont go over 4)
     
  14. Offline

    OkinKun

    Again, the problem of my MAIN concern right now, is that even tho users CAN build, and their group is set to "build: true", their chat is being spammed with "you can't do that" or whatever, when they try to place/break blocks.

    I'll try adding myself to lower group-ranks soon, to test things out myself.. But I've gotta go do some stuff around my house for an hour.

    Yes, I have removed "Default" from the Default group's inheritance, and I'll test out that change, to see if it helped, by being a lower group-rank, in a little bit... But I'm just wondering if I've done something else obviously wrong with my permission file, or if this bug I'm encountering is just a known glitch with the current version.
     
  15. Offline

    rcjrrjcr

    This is the offending line of code:
    Code:
    Group = (String) ((Object[]) this.WorldGroupsData.get(world).get(this.WorldBase.get(world)))[0];
    
    The NPE should be caused by the array access, meaning that
    Code:
    this.WorldGroupsData.get(world).get(this.WorldBase.get(world))
    is null. As WorldGroupsData.get(groupName) is never null if the group exists (Line 207), that means the base group is null.
    Code:
                    if (Default && (this.WorldBase.get(world) == null ? "" == null : this.WorldBase.get(world).equals(""))) {
                        this.WorldBase.put(world, key.toLowerCase());
                    }
    
    I have no idea what the condition is supposed to do, but it seems to check if the world's default group is null. Your config file seems fine to me.
     
  16. Offline

    jeddeliso

    I GOT IT, wait, since Default is set to build false, wouldn't Builder have a conflict with that? if that's the case then change the build set! :D
     
  17. Offline

    Neoinr

    Hi, I fixed the Prefixes with a different plugin. and I didnt mean OPs as in ops.txt :/
    I have a permissions groups called Operators, the same as any other. I want to deny them a specific node, but allow them the rest of CommandBook
     
  18. Offline

    SyPi

    Is it possbile to add/remove ingame player to groups like in groupmanager?
     
  19. Offline

    jeddeliso

    oh then same applies e.g.

    Code:
        - '-commandbook.item'
        - 'commandbook.*'
    
    take note off the "-" sign infront of the denied node

    hope that helps

    not yet, as said earlier TheYeti is currently working on it, for now i suggest using PermissionsPlus for the mean time while it is being done

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

    UrbanX

    Hello!

    I just intaller the new "permission" with the management of two maps the problem is that it does not take into account the permissions in the second world.

    I copy my file "world.yml" and renamed as the second world but nothing ...

    Thank you for your help
     
  21. Offline

    SyPi

    Thx. I try PermissionsPlus
     
  22. Offline

    jeddeliso

    You could also use Yeditor, they virtually do the same stuff
     
  23. Offline

    Tealk

    Hi, i have the bug that if i Restart the Server he roll back the world.yml
     
  24. Offline

    Malkierian

    No, inheritance ONLY works for permissions. Everything else is per-group.
     
  25. Offline

    parker_digg

    HELP HELP!
    Just switched from groupmanager and now my players cant build or destroy anything, anywhere! What is the permission node!?

    What is the basic node for creating / destroying blocks!?

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

    Malkierian

    Under the info: entry in your [world].yml file, there's a "build" entry. Put that to true for the groups you want to be able to build.
     
  27. Offline

    parker_digg

    Thanks, I've been with groupmanager too long.
     
  28. Offline

    OkinKun

    Hmm, but yeah, since I've set Default to "build: false", and the rest of my groups as true, I can't figure out why some of my users are getting a "you can't do that" message when they try to build/destroy.

    Ok, I just changed MY usergroup to Adv, and tested out this bug my users were reporting.
    Apparently, it's only when I place blocks (right click), that I get an error message in chat. Even though I can still place the blocks fine, I still get the message.
    "You don't have permission to use this."

    Edit: Alright, I've done more testing of this bug..
    Upon adding myself to EACH user group, one at a time, other than admin, and also removing myself from the op.txt file; Any time I place a block, I get that "You don't have permission to use this." message. And it only seems to happen for placing blocks.
    So it seems to happen to all user-groups, in my situation, with the exception of users who are in the Op.txt file, and possible Admin group with the '*' permission.

    Now that I've seen this bug first hand, its very odd. Seems like it's a bug with the Permissions plugin, rather than anything I've done with my configs.
    Does anyone else have this problem???

    Just for the sake of ease, I'll post my group permissions again:
    Show Spoiler

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Default:
            default: true
            permissions:
            - commandbook.motd
            - commandbook.msg
            - commandbook.rules
            - commandbook.who
            - SpawnControl.spawn.use
            inheritance: null
            info:
                prefix: '&7'
                suffix: '&f'
                build: false
        Mod:
            default: false
            permissions:
            - bb.admin.info
            - commandbook.bans.isbanned
            - commandbook.give.other
            - commandbook.kick
            - commandbook.slap.other
            - commandbook.teleport.other
            - commandbook.time
            - commandbook.whois.other
            - worldedit.analysis.*
            - worldedit.butcher
            - worldedit.extinguish
            - worldedit.fixlava
            - worldedit.fixwater
            - worldedit.generation.*
            - worldedit.history.*
            - worldedit.navigation.*
            - worldedit.region.*
            - worldedit.selection.*
            - worldedit.superpickaxe
            - worldedit.tool.*
            - worldedit.wand
            inheritance:
            - Adv
            info:
                prefix: '&d'
                suffix: '&f'
                build: true
        Builder:
            default: false
            permissions:
            - commandbook.kit.list
            - commandbook.say.me
            - SpawnControl.home.basic
            - SpawnControl.sethome.basic
            inheritance:
            - Default
            info:
                prefix: '&3'
                suffix: '&f'
                build: true
        Adv:
            default: false
            permissions:
            - worldguard.god
            - commandbook.give
            - commandbook.give.stacks
            - commandbook.kit.tools
            - commandbook.teleport
            inheritance:
            - Builder
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
        Admin:
            default: false
            permissions:
            - '*'
            inheritance:
            - Mod
            info:
                prefix: '&a'
                suffix: '&f'
                build: true

    And my plugin list, if needed:
    Show Spoiler

    BackupPlugin.jar
    BigBrother.jar
    BorderGuard.jar
    CommandBook.jar
    CommandHelper.jar
    CraftBook.jar
    CraftBookCircuits.jar
    CraftBookMechanisms.jar
    CraftBookVehicles.jar
    Minecraft IM.jar
    MusicCraft.jar
    nChat-0.3.jar
    Permissions.jar
    PlgWarp_op.jar
    SpawnControl.jar
    WorldEdit.jar
    WorldGuard.jar
     
  29. Offline

    khamseen_air


    Not sure if it'd help but have you tried moving the
    Code:
            info:
                prefix: ''
                suffix: ''
                build: true
    Above the Permissions for each group? I only ask as that's the standard layout from the permissions file so maybe it makes a difference depending on if it reads things in order?

    For example;
    Code:
        Admin:
            default: false
            info:
                prefix: '&a'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            inheritance:
            - Mod
     
  30. Offline

    OkinKun

    I thought I actually did, but then when I updated to v2.6, it automatically re-arranged my whole file, and things ended up like that. I'll try changing it back again, but I'm really starting to doubt that it's any error with this file causing the problem.
    Might be some conflict with Plugins, but I can't guess which, or it could just be some odd bug with Permissions.
     
  31. Offline

    khamseen_air

    Random. I noticed myself when I updated to 2.6 it's edited my .yml file to remove the '' around each permission. But the order has remained the same for me. Perhaps it's not what's causing it though.
     
Thread Status:
Not open for further replies.

Share This Page