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

    GKenTN

    Hello, may I ask why permissions was able to give non-admins the same commands as the admin? Im new to permissions sry. Im using it on a mac os x btw! all the default users are able to use admin commands though..
     
  3. Offline

    augis

    How do i add my self to admis ? cuz it doesn't work when i try :(
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
            Beast:
            default: false
            info:
                prefix: ''
                suffix: 'THE DARK BEAST'
                build: true
            inheritance:
            permissions:
                - '*'
     
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        Pilkas_Assasin:
            group: Admins
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
     Pilkas_Assasin:
            group: Beast
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
     
  4. Offline

    Jeyge

    You have some interesting spacing going on there. Try pulling Beast out to line up with the other groups and push Pilkas_Assasin in to line up with the rest of the users.
     
  5. Offline

    Azke

    I have a problem with the permissions.
    No matter what I do I just can't make the permissions work and I hope anyone could tell me if anything's wrong with the .yml file.
    When i run the server, the console says: Could not load 'plugins\permissions.jar' in folder 'plugins'.
    I hope anyone can help. I've uploaded a copy of the .yml as a .txt so please take a look.
    Thank you very much :)
     

    Attached Files:

  6. Offline

    Jeyge

    And after it said it could not load ... it probably said something about invalid tabs in your file. Remove all of your tabs and you should have better luck.
     
  7. Offline

    augis

    it's like the plugin doesn't work but when i use command he says you don't have permission :/
     
  8. Offline

    Jeyge

    You mean you made the changes and it still doesn't work? Can you include the new file if this is true and check to make sure you aren't getting any errors in your console.
     
  9. Offline

    KcHappy

    I updated my permissions.jar and when i load my server, it says
    Code:
     Permissions system not detected, defaulting to OP
    
    Here's my permissions file, if you need it..
     

    Attached Files:

  10. Offline

    Jeyge

    The important errors would have been the ones that said why permissions couldn't load. Something along the line of:
    Code:
    while parsing a block collection
      in "<unicode string>", line 130, column 13:
                    - '/give'
                    ^
    expected <block end>, but found '<scalar>'
      in "<unicode string>", line 159, column 16:
                    - '/jumpto'
    
    These are caused by your missing closing ' on the following lines:
    Code:
                - '/worldedit reload
                - '/ceil
    
    But even when you fix these, those permissions won't work as you want. You need to look up the actual permissions for those commands. They would look like worldedit.reload ...
     
  11. Offline

    Baconman97

    okay im sure there is but is there a way to have people use everything except for some plugins? plz help! P.S sorry for my noobyness, im new to server hosting :D
     
  12. Offline

    Psycho Robot

    People are only able to use the plugins which they are assigned. Simply do not assign them nodes from plugins that you don't want them to be able to use.
     
  13. Offline

    Nick22

    What is the easiest way to make someone an admin? do i have to go into the config file every time I want to change someones group?
     
  14. Offline

    Baconman97

    I kind of have a crap load of mods so i was just wondering if there was another way thanks though!
     
  15. Offline

    KcHappy

    Thanks Jeyge, fixed everything!
     
  16. Offline

    Azke


    And if I haven't used any taps?
     
  17. Offline

    Jeyge

    You included the file. It is filled with tabs.
     
  18. Offline

    Azke

    I see it is in the .txt file.
    How can I fix it when I'm useing notepad++?
    --- I have found out now.thank you very much, I would've never figured it our withoutyour help
     
  19. Offline

    rufjame

    I replaced the capital T with a small t. The permissions plugin is detected and now the server runs. The only problem now is that no-one has any rank or permissions even though they are in the permissions file. Do u have to have a seperate config file for each world named accordinly or can u just name the config file the same as your main world and not need anything for the other worlds?
     
  20. Offline

    Mike187

    I have a issue with new players being added to the group but unless I add them manually worldguard will not recognize them. Here is my config file:

    Running CraftBukkit 766

    Code:
    plugin:
      permissions: {system: default, copies: null}
    groups:
      Noob:
        default: true
        info: {prefix: '&3', suffix: '&b', build: true}
        inheritance: null
        permissions: [minecraft.say, minecraft.me]
      Civ:
        default: false
        info: {prefix: '&1', suffix: '&9', build: true}
        inheritance: null
        permissions: [minecraft.say, minecraft.me, minecraft.list, nChat.colors, bc.tnt.allowed,
          bc.tnt.abovelimit.place, controllerblock.create, minecraft.tell, factions.participate,
          BedRespawn.set, BedRespawn.respawn, dyewool, factions.create]
      Vip:
        default: false
        info: {prefix: '&6', suffix: '&e', build: true}
        inheritance: [Civ]
        permissions: [bc.tnt.abovelimit.activate, choptree.chop]
      Mod:
        default: false
        info: {prefix: '&4', suffix: '&c', build: true}
        inheritance: [Vip]
        permissions: [minecraft.kick, minecraft.ban, controllerblock.admin, factions.manageSafeZone,
          griefalertr.view, griefalertr.stick, vanish.vanish, landmarks.add, landmarks.modify.all,
          landmarks.remove.all]
      Admin:
        default: false
        info: {prefix: '&2', suffix: '&a', build: true}
        inheritance: null
        permissions: ['*']
    users:
    
      Mike187: {group: Admin, permissions: null}
      grantha99: {group: VIP, permissions: null}
      zweed: {group: Civ, permissions: null}
      DeNomad: {group: Civ, permissions: null}
      Fester2103: {group: Civ, permissions: null}
      Hunkpapa: {group: Civ, permissions: null}
      miniconjou: {group: Civ, permissions: null}
      Raborn: {group: Civ, permissions: null}
      gunsarethebest: {group: Civ, permissions: null}
      drakslayer1: {group: Civ, permissions: null}
      alteredoutcast: {group: Civ, permissions: null}
      Rjs232323: {group: Civ, permissions: null}
      Firefly47: {group: noob, permissions: null}
      yoda123: {group: noob, permissions: null}
      JOKERMAN13: {group: noob, permissions: null}
      ThunderNlighting: {group: noob, permissions: null}
      BaconLover78: {group: noob, permissions: null}
      MasonJar: {group: noob, permissions: null}
      redmega: {group: noob, permissions: null}
     
    Please help!
     
  21. Offline

    STiChad

    Ok so I was wondering if there was a command to change a players group while still in game?
    I find it annoying how I have to go to the config.yml and add them to a group then restart the server, everytime.
     
  22. Offline

    angus22397

    Okay,
    I can't actually find a command which does that, don't believe me take a look for yourself.
    https://github.com/TheYeti/Permissions/wiki/Chat-Commands
     
  23. Offline

    Psycho Robot

    Well, it could be faster to give a person EVERY node at once using the
    Code:
    - '*'
    node, then subtracting nodes you don't want them to get using
    Code:
    - '-permissions.node'
    Though I wouldn't reccomend that. I think it would be well worth your time to set things up normally, even though it can certainly be tedious
     
  24. Offline

    rcjrrjcr

    Create the Admin group in your global groups file, create "drguild" in your global users file and add Admin as a parent, then create "drguild" in your local world file. It's a temporary fix for now, but it should work.

    New page on the wiki has it.
     
  25. Offline

    txtsd

    SO MANY ERRORS
    Code:
    22:38:39 [SEVERE] Could not pass event PLAYER_JOIN to mcMMO
    java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/P
    ermissionHandler"
            at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
            at com.gmail.nossr50.mcPermissions.motd(mcPermissions.java:126)
            at com.gmail.nossr50.mcPlayerListener.onPlayerJoin(mcPlayerListener.java:86)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:206)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    22:38:39 [INFO] [AutoSave] AutoSaveThread Started: Interval is 420 seconds, Warn Times are 10
    22:38:39 [SEVERE] Could not pass event PLAYER_JOIN to WhoAreYou
    java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/P
    ermissionHandler"
            at uk.co.oliwali.WhoAreYou.Permission.getGroup(Permission.java:83)
            at uk.co.oliwali.WhoAreYou.Permission.getPrefix(Permission.java:56)
            at uk.co.oliwali.WhoAreYou.WhoAreYou.sendPlayerList(WhoAreYou.java:43)
            at uk.co.oliwali.WhoAreYou.WhoAreYou.who(WhoAreYou.java:51)
            at uk.co.oliwali.WhoAreYou.WAYPlayerListener.onPlayerJoin(WAYPlayerListener.java:16)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:206)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    22:38:40 [SEVERE] Exception in thread "Timer-0"
    22:38:40 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
    22:38:40 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    22:38:40 [SEVERE]       at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    22:38:40 [SEVERE]       at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:154)
    22:38:40 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:33)
    22:38:40 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    22:38:40 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    22:38:50 [SEVERE] Could not pass event PLAYER_INTERACT to iConomyChestShop
    java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/P
    ermissionHandler"
            at com.Acrobot.iConomyChestShop.PermissionManager.hasPermissions(PermissionManager.java:16)
            at com.Acrobot.iConomyChestShop.iConomyChestShopPlayerListener.onPlayerInteract(iConomyChestShopPlayerListener.java:47)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  26. Offline

    groogfish

    Ok so I don't want to sound completely noobish but I've looked for readme files, looked for something in the op, looked at the FAQ, looked at the wiki, tried everything I could in-game and out, but I don't know how to give my person permissions!

    It looks like no one else is having this problem so the answer must be obvious. Sorry about this, but how do I give my person permissions? :S
     
  27. Offline

    rcjrrjcr

    What plugins do you have?
     
  28. Offline

    Deva5tat0r

    Can someone tell me what's wrong with my yml file? Everything loads perfectly but I can't use any commands. This is the name of my world in the craftbukkit folder: Ferretsville and this is what I have the yml saved as: Ferretsville.yml

    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:

    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    SuicideGrunt:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: false
    inheritance:
    permissions:
    Spartan:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Archer
    permissions:
    MasterChief:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    Archer:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - ArrowWall
    - PortalStick
    - iConomy
    - iConomyShop
    - iConomyJob
    permissions:
    - 'archers.arrow'
    - 'archers.bow.normal'
    - 'archers.bow.thrice'
    - 'archers.bow.ice'
    - 'archers.bow.fire'
    - 'archers.bow.lightning'
    - 'archers.bow.tnt'
    - 'archers.bow.zeus'
    - 'archers.bow.tp'
    - 'archers.bow.fly'
    - 'archers.bow.monster'
    - 'archers.bow.zombie'
    - 'archers.bow.tree'
    - 'archers.bow.pig'
    - 'archers.bow.torch'
    - 'archers.bow.web'
    - 'archers.commandhelp'
    - 'archers.disable'
    ArrowWall:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'arrowwall.aw'
    - 'arrowwall.awreload'
    - 'arrowwall.exempt'
    PortalStick:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'portalstick.placeportal'
    - 'portalstick.creategrill'
    - 'portalstick.deletegrill'
    - 'portalstick.teleport'
    - 'portalstick.admin.regions'
    - 'portalstick.damageboots'
    - 'portalstick.admin.deleteall'
    iConomy:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'iConomy.payment'
    - 'iConomy.admin.grant'
    - 'iConomy.admin.set'
    - 'iConomy.admin.reset'
    - 'iConomy.admin.hide'
    - 'iConomy.admin.account.create'
    - 'iConomy.admin.account.remove'
    - 'iConomy.admin.stats'
    - 'iConomy.bank.access'
    - 'iConomy.bank.main'
    - 'iConomy.bank.main.view'
    iConomyShop:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.create.<id>'
    - 'iConomyChestShop.shop.exclude.<id>'
    - 'iConomyChestShop.shop.buy'
    - 'iConomyChestShop.shop.sell'
    - 'iConomyChestShop.command.iteminfo'
    - 'iConomyChestShop.admin'
    iConomyJob:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'jobs.job.<Woodcutter>'
    - 'jobs.job.<Miner>'
    - 'jobs.job.<Builder>'
    - 'jobs.job.<Digger>'

    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    Deva5tat0r:
    group: MasterChief
    permissions:
    FunkySpunk:
    group: Spartan
    info:
    permissions:
     
  29. Offline

    Dragonntiger

    anybody have the solution to:
    when other players are not in the admin group, they cannot use commands?

    Like their commands would get denied.. o-o
     
  30. Offline

    gunpoint

    Hey everyone, been using permissions for a little while now and I'm having problems getting the default list command to work. What is the node that I need to use?
     
  31. Offline

    rcjrrjcr

    Are you using 3.0? 2.x doesn't have those commands.
     
Thread Status:
Not open for further replies.

Share This Page