Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]

Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.

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

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

    Download:
    Latest Stable (3.1.6) : Full Zip | Main Jar Only | SQL Interface Jar Only

    Previous Versions:
    3.1.5 (JAR|SQL) | 3.1.4 (JAR|SQL) | 3.1.3 (JAR|SQL) | 3.1.2 (JAR|SQL) | 3.1.1 (JAR) | 3.1 (JAR) | More older versions


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


    DO NOT USE GLOBAL CONFIGS FOR NOW. THE GLOBAL CONFIG IS MEANT TO SUPPLEMENT WORLD-SPECIFIC CONFIGS, NOT THE OTHER WAY ROUND. SEE https://github.com/TheYeti/Permissions/wiki/Global-vs-World .I WILL WRITE A PROPER TUTORIAL ON HOW TO USE THE GLOBAL CONFIGS SOON.

    TODO:
    • Revamp commands
    Known plugins that cause IllegalAccessError(s):

    • Help (not fixed yet)
    Temp Fix for IAEs (open)




    1. Open Help's JAR with 7zip.
    2. Find MANIFEST.MF (it can be in the root folder or in the META-INF folder, or both).
    3. Open the MANIFEST.MF file in a text editor
    4. Look for a line that starts with "Class-Path:".
    5. Delete "Permissions.jar" from that line.
    6. Save the manifest.
    7. 7zip will prompt you to save changes back into the archive. Accept.
    8. Restart server.





    Plugin Authors: How to hook into Permissions

    Due to @TheYeti being busy in RL for now, I have created a new thread for Permissions 3.x. TheYeti is still part of the Permissions team.

    Permissions... Reborn.
    This is a continuation of the work that was originally done by Nijikokun. All original credit goes to them as without their work this plugin would not have been possible. This plugin does not provide any commands or additional functionality beyond what is described in this post. That means that you need another plugin to provide colored names, chat prefixes, and op commands such as /give and /time.​

    The Permissions Team

    The team consists of myself @rcjrrjcr and @TheYeti currently with contributions from @Nijikokun as well on occasion. There are also several other members of the community who frequently assist with providing code changes, bug fixes, patches, support, feedback, and beta testing. Special thanks to @flames and the Dynmap & Wormhole X-Treme teams for the hosting of Permissions on their Jenkins server.

    What's new in 3.x?

    Taken from the GitHub page:
    1. In-game commands. For a long time, users have been pestering, nagging, demanding and/or screaming for an way to manage Permissions via commands. Now, in 3.0, in-game commands are available to manage permissions and groups.
    2. SQL storage. This allows web interfaces to manage Permissions by updating the SQL database Permissions uses.
    3. Promotion/demotion tracks. With a simple command, users can be promoted/demoted along a preconfigured track, allowing RP servers with ranks to promote the player along a class track and other possibilities.
    4. Multigroup.
    5. Weightage. Plugins are able to compare users via their weight, which is inherited from their groups. For example, SlapPlugin can check if Player A is higher-weighted than Player B when A tries to slap B (Not IRL, obviously).
    6. Improved world mirroring. Config files are now split into a group file and a user file. Also, by editing storageconfig.yml, you can configure the mirroring of entire worlds, or just its users/groups. You also do not have to create files for worlds that mirror another world. Also, two different worlds can use different storage types, like YAML and SQL.
    7. Global permissions. Instead of having to resort to cross-world group inheritance, now all worlds inherit groups and users from the global permissions file. Also, the inherited groups/users can be overridden via editing the specific world's file.
    Upgrading from 2.x to 3.x







    I have written a guide on GitHub. This demonstrates how to convert 2.x-style configs to 3.0. The YAML-to-SQL converter are still in testing, but it can be downloaded from here. It's written in Perl. @Zgred has created a web version of the script located here. @omgneeq is working on an Web UI for SQL databases (Sorry about the previous statement that he was making a converter.)​


    Install (open)
    For the admins

    In case you missed the link above, the Setup Guide on GitHub will help you quite a bit

    Samkio has updated his tutorial for P3:


    First thing that you will need to do is download the plugin. Place it in your plugins/ folder and unzip it. This should create the folder Permissions and a Permissions.jar file in your plugins folder. Next, go into Permissions/ and create a folder named the same as your world. So if your world name from server.properties is Foo you will need to create the folder plugins/Permissions/Foo. You MUST rename it to whatever your world's name is or it will not work.

    Note, if you have your server maps all saved into a single directory then the initial setup will be somewhat different. Say your maps are arranged in the main directory like so: bukkit/mapfolder/world1, bukkit/mapfolder/world2, etc. Then inside of the plugin/Permissions directory you will need to create a folder called mapfolder and inside of that put the directories containing users.yml and groups.yml in there.

    Next, you will need to go in and add yourself to the users, just replace the user that is in there with your name. Make any other modifications that you need to. While making modifications make sure that you do NOT use tabs. These will break the YAML format and cause issues. Instead, each indent should be four spaces. If you want people who aren't in the Admin group to be able to reload the permissions plugin you need to give them 'permissions.reload' permissions within the config file.

    Permissions gives server admins great control, mostly in-game reloading. More info about commands can be found here.


    FAQ (open)

    [FAQ]

    [Q] What is with the version numbers? I can't keep up, it seems like every time I look there is a new version!
    [A] I use the GNU versioning system for my version numbers. So what this means is the version number should be read as Major.Minor.Revision. So for version 2.5.2 this would mean it is the 2nd Major version, the 5th Minor release in this version, and the 2nd revision. I tend to release bug fixes and anything that doesn't add functionality or will not break things as revisions. So generally you should be safe with just watching the major & minor numbers and only getting the revision if it fixes a bug specific to you. Technically 2.5.2 should have been released as 2.6 as it did add functionality, but this was below even a minor change so I released it as a revision.

    [Q] I am getting an error that it can't pass BLOCK_PLACED or BLOCK _BREAK events to Permissions. Fix it!
    [A] That's not a question. The reason why it can't place these is probably because the syntax of your Permissions file is all whacked out, or it is a different world and you don't have a config file for that world.

    [Q] What am I suppose to name the config file?
    [A] You need to name it the same as your world. So if you look in server.properties at "level-name" you will see a world name there. Rename your config file to the same thing as that. Make sure you keep the .yml extension at the end.

    [Q] Permissions are broken. Why can no one use commands? Why am I not an admin?
    [A] First off, make sure that your formatting is correct. Look at the format that the default config file uses. Yours should look like that. Do NOT use tabs. Use 4 spaces (IE. " " <-- Four of those things.). Also, whichever group you give the permission '*' to, do not have that group inherit permissions from anyone else. That is called overloading and it will break things. Also, this.


    [Q] Which one am I suppose to download and unzip to install this?
    [A] Download the main package, not the JAR only. Unzip the ZIP file. The JAR only downloads are simply there for people who are UPGRADING and do not need the default config file.

    [Q] I have done all of this and this doesn't work! I'm going back to GroupManager!
    [A] Well, there is probably the problem. Make sure that you delete EssentialsGroupManager.jar and EssentialsGroupBridge.jar as these don't play well with Permissions and will cause headache.

    [Q] When are you going to add <blah> <feature/command> into this already? You suck! Do what I want NAU PL0X!
    [A] Feature requests should be posted on the GitHub tracker. Stupid suggestions like adding teleportation functionality and other less ludicrous stuff will be rejected.



    Changelog
    • 3.1.6
      • Major fixes.
      • Simplify tracks
    Changelog (open)





    • 3.1.5
      • Fix several minor bugs.
      • Autoconvert 2.x/GM format (only works if you split them into groups.yml and users.yml, but leave the rest untouched)
    • 3.1.4
      • Fix YAML locking bugs.
    • 3.1.3
      • Fix another SQL data and inheritance issue.
    • 3.1.2
      • Fix SQL data issues.
      • Added user/group name autocomplete
      • Separated SQL interface into separate plugin
    • 3.1.1
      • Fix prefix/suffix issues.
      • Added ON UPDATE CASCADE to the SQL foreign [/SIZE]
    • 3.1
      • Tons of fixes.
    • 3.0.6
      • Fix SQLite issues due to misimplementation of methods.
    • 3.0.5
      • Fix cache-related NPEs
      • Fixed quoted worlds (thanks again @Jeyge !)
    • 3.0.4
      • Fix LinkageError caused by ServiceManager not unloading the PermissionHandler class.
      • Added cache
      • Fix index not being incremented when promoting (thanks @Jeyge !)
    • 3.0.3
      • Fixed another getGroup bug.
    • 3.0.2
      • Fixed getGroup bug.
    • 3.0.1
      • Fixed some NPE bugs.
    • 3.0
      • Total overhaul of Permissions. Adds many new features (see What's new in 3.0?).
    • 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








    Credits (open)


    TheYeti:
    Nijikokun - Without their original work this plugin would not be possible.​
    All of the members of the community that regularly provide support in this thread for Permissions​
    Rigby, Kainzo, DThielke, GoMySQL, sk89q, RightLegRed - For hanging out with me in IRC, tons of testing, and pushing me to improve on the code constantly and make changes to make this plugin constantly better and better, and in general being entertaining.​
    Everyone else on here and in IRC who provides support, feedback, assistance, plugins that have continued to support and integrate this, and in general makes my life a bit easier, THANK YOU!​

    rcjrrjcr:
    I would like to thank Joy , jamesg and omgneeq for staying in #permissions for long periods of time to test out 3.0, and help me find many coding mistakes I made, patiently waiting for the next build while I fixed the bugs. I appreciate SvenBrnn 's and GoMySQL(Geoff Winans on this forum) 's help that allow me to design and code the SQL interface, and the HeroCraft coding team for providing support and some priceless IRC quotes (Dgco). Also, I would like to thank Lycano for helping me in many different aspects. Last but not least, I would like to thank Nijikokun and TheYeti for developing P2, which was one of my core plugins when I was still a 14-year-old server admin that didn't understand Java, and was the base for 3.0. Without these people, 3.0 would never be possible.​


    If after reading through all of that you are still having issues do one of two things. If it is a provable bug, and you have things like screenshots or copies of startup, steps to reproduce, your craftbukkit build and the version this is running along with your config files then submit the bug on the issue tracker. If it is general help or support you are needing then post a reply to this thread and someone will try to help you.

    Old thread: Permissions v2.7.4
     
  2. Offline

    Raul

    Code:
    17:48:04 [SEVERE] java.lang.Exception: Freshly loaded world object does not exis
    t!
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetGroup(Mo
    dularControl.java:455)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.getGrp(ModularC
    ontrol.java:517)
    17:48:04 [SEVERE]       at com.nijiko.permissions.User.<init>(User.java:27)
    17:48:04 [SEVERE]       at com.nijiko.permissions.PermissionWorld.reload(Permiss
    ionWorld.java:62)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:98)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:114)
    17:48:04 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    17:48:04 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    17:48:04 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:121)
    17:48:04 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:89)
    17:48:04 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:52)
    17:48:04 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    17:48:04 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    17:48:04 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    17:48:04 [SEVERE] java.lang.Exception: Freshly loaded world object does not exis
    t!
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetGroup(Mo
    dularControl.java:455)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.getGrp(ModularC
    ontrol.java:517)
    17:48:04 [SEVERE]       at com.nijiko.permissions.User.<init>(User.java:27)
    17:48:04 [SEVERE]       at com.nijiko.permissions.PermissionWorld.reload(Permiss
    ionWorld.java:62)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:98)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    17:48:04 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:114)
    17:48:04 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    17:48:04 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    17:48:04 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:121)
    17:48:04 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:89)
    17:48:04 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:52)
    17:48:04 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    17:48:04 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    17:48:04 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    Same problem ! :((....how do I solve this?
     
  3. Offline

    LVM

    tha
    Thanks for the continued support! This didn't work either, so what I ended up doing ( if anyone else is in the same situation), is made the default group in the Nether to be "Nether", and gave basic permissions. Now, everybody has build rights in the nether, and they also have a nice "[Nether]" tag to show they are in the nether. It's a workaround, but I'm alright with it for now. Thanks again!
     
  4. Offline

    SeeJay

    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:
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
      - Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.clearinventory'
                - 'essentials.burn'
                - 'essentials.ext'
                - 'essentials.kill'
                - 'essentials.mute'
                - 'essentials.kick'
      - Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
      - Der Besitzer:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
              - '*'
      - Irish Bitch:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
              - '*'
      - VIP:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
              - 'essentials.msg'
              - 'essentials.afk'
              - 'essentials.rules'
              - 'essentials.motd'
              - 'essentials.me'
      - PoS:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
      - RTard:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
              - '*'
    Hello, I am having a serious issue, I just installed this plugin and everything works fine but no one can build. Not even the super admins. (Don't tell me it's "Because you are too close to the spawn herp derp" because I am not.) and I dont know why I cannot. Here is my groups:
     
  5. Hi guys.
    Thanks for the help last time, but I seem to have encountered another problem. Despite me configuring the groups, Default members can use every command! Any tips on how to fix this? Here is my groups file:

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&f[Default]'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '-*'
                - '+myhome.home.basic'
                - '+commandbook.who'
                - '+commandbook.kit.list'
                - '+commandbook.kit.kits.starter'
                - '+commandbook.time.check'
                - '+commandbook.spawn'
                - '+commandbook.msg'
                - '+commandbook.whereami.compass'
                - '+commandbook.whereami'
                - '+commandbook.clear'
                - '+iConomy.access'
                - '+iConomy.bank.access'
                - '+iConomy.bank.deposit'
                - '+iConomy.bank.join'
                - '+iConomy.bank.leave'
                - '+iConomy.bank.list'
                - '+iConomy.bank.main'
                - '+iConomy.bank.main.change'
                - '+iConomy.bank.main.set'
                - '+iConomy.bank.main.view'
                - '+iConomy.bank.transfer'
                - '+iConomy.bank.withdraw'
                - '+iConomy.list'
                - '+iConomy.rank'
                - '+iConomy.payment'
        Donator:
            default: false
            info:
                prefix: '&f[VIP]&e'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'mywarp.warp.basic'
                - 'commandbook.kit.kits.*'
        Mod:
            default: false
            info:
                prefix: '&f[Mod]&9'
                suffix: '&f'
                build: true
            inheritance:
                - Donator
            permissions:
                - 'mcbans.lookup'
                - 'mcbans.kick'
                - 'timeshift.shift'
                - 'mcbans.unban'
                - 'mcbans.ban.temp'
                - 'mcbans.ban.local'
                - 'mcbans.ban.view'
                - 'mcbans.mute.player'
                - 'mcbans.mute.all'
                - 'mcbans.mod'
                - 'commandbook.teleport'
                - 'commandbook.teleport.other'
                - 'commandbook.return'
                - 'commandbook.clear.other'
                - 'commandbook.whois'
                - 'commandbook.whois.other'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'worldguard.god'
                - 'worldguard.ungod'
                - 'worldguard.heal'
                - 'worldguard.slay'
                - 'worldguard.locate'
                - 'worldguard.region.*'
                - 'worldguard.heal.other'
                - 'bigbrother.admin.rollback'
                - 'bigbrother.admin.info'
                - 'bigbrother.admin.watch'
                - '-commandbook.item'
    
        Admin:
            default: false
            info:
                prefix: '&f[Admin]&4'
                suffix: '&f'
                build: true
            inheritance:
                - Mod
            permissions:
                - 'timeshift.cancel'
                - 'timeshift.startup'
                - 'myhome.admin.*'
                - 'mywarp.admin'
                - 'mcbans.admin'
                - 'commandbook.item'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.account.remove'
                - 'iConomy.admin.bank.create'
                - 'iConomy.admin.bank.remove'
                - 'iConomy.admin.bank.set'
                - 'iConomy.admin.grant'
                - 'iConomy.admin.hide'
                - 'iConomy.admin.reset'
                - 'iConomy.admin.set'
                - 'iConomy.admin.stats'
                - 'worldguard.stack'
                - 'worldguard.fire-toggle.stop'
                - 'worldguard.slay.other'
                - 'worldguard.ungod.other'
                - 'worldguard.god.other'
                - 'worldedit.brush.*'
                - 'worldedit.chunkinfo'
                - 'worldedit.listchunks'
                - 'worldedit.clipboard.*'
                - 'worldedit.generation.*'
                - 'worldedit.history.*'
                - 'worldedit.navigation.*'
                - 'worldedit.region.*'
                - 'worldedit.regen'
                - 'worldedit.selection.*'
                - 'worldedit.wand'
                - 'wordledit.wand.toggle'
                - 'worldedit.analysis.*'
                - 'worldedit.shapshots.*'
                - 'worldedit.superpickaxe'
                - 'worldedit.superpickaxe.*'
                - 'worldedit.tool.*'
                - 'worldedit.fill'
                - 'worldedit.fill.*'
                - 'worldedit.drain'
                - 'worldedit.fixwater'
                - 'worldedit.fixlava'
                - 'worldedit.removeabove'
                - 'worldedit.removebelow'
                - 'worldedit.removenear'
                - 'worldedit.replacenear'
                - 'worldedit.snow'
                - 'worldedit.thaw'
                - 'worldedit.remove'
                - 'worldedit.butcher'
        Owner:
            default: false
            info:
                prefix: '&f[Owner]&4'
                suffix: '&f'
                build: true
            inheritance:
                - Admin
            permissions:
                - '*'
    tracks:
        RisingPower:
        - Default
        - Donator
        - Mod
        - Admin
        - Owner
     
  6. Offline

    benc555


    Yeah.
    Take out the permission - '-*' in default. The asterik allows every command
     
  7. Thanks for the quick response. I tried that, and they still have complete control. Any tips?
     
  8. Offline

    Imm0rt41

    ok, something is fucked up with permissions. building works fine, but no one can use commands except ops, me. and when i set myself to not op, i cant use any commands either. the commands are for magic carpet, command book, and a few others. the admin group, which i am, is set to have all permissions. and the Default group is set to have permissions for magic carpet, command book, and w/e else i set it to. i changed NOTHING in the groups or users from when it used to work, and its suddenly not working at all. when i try to use command book as not an op, it says no permission, and no matter what with magic carpet, it says internal error. i have none of the plugins that say cause internal error. please help, as permissions runs a big part of my server.
     
  9. Offline

    Maxis010

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&f[Default]'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - 'myhome.home.basic'
                - 'commandbook.who'
                - 'commandbook.kit.list'
                - 'commandbook.kit.kits.starter'
                - 'commandbook.time.check'
                - 'commandbook.spawn'
                - 'commandbook.msg'
                - 'commandbook.whereami.compass'
                - 'commandbook.whereami'
                - 'commandbook.clear'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.change'
                - 'iConomy.bank.main.set'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.rank'
                - 'iConomy.payment'
        Donator:
            default: false
            info:
                prefix: '&f[VIP]&e'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mywarp.warp.basic'
                - 'commandbook.kit.kits.*'
        Mod:
            default: false
            info:
                prefix: '&f[Mod]&9'
                suffix: '&f'
                build: true
            inheritance:
                - Donator
            permissions:
                - 'mcbans.lookup'
                - 'mcbans.kick'
                - 'timeshift.shift'
                - 'mcbans.unban'
                - 'mcbans.ban.temp'
                - 'mcbans.ban.local'
                - 'mcbans.ban.view'
                - 'mcbans.mute.player'
                - 'mcbans.mute.all'
                - 'mcbans.mod'
                - 'commandbook.teleport'
                - 'commandbook.teleport.other'
                - 'commandbook.return'
                - 'commandbook.clear.other'
                - 'commandbook.whois'
                - 'commandbook.whois.other'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'worldguard.god'
                - 'worldguard.ungod'
                - 'worldguard.heal'
                - 'worldguard.slay'
                - 'worldguard.locate'
                - 'worldguard.region.*'
                - 'worldguard.heal.other'
                - 'bigbrother.admin.rollback'
                - 'bigbrother.admin.info'
                - 'bigbrother.admin.watch'
                - '-commandbook.item'
    
        Admin:
            default: false
            info:
                prefix: '&f[Admin]&4'
                suffix: '&f'
                build: true
            inheritance:
                - Mod
            permissions:
                - 'timeshift.cancel'
                - 'timeshift.startup'
                - 'myhome.admin.*'
                - 'mywarp.admin'
                - 'mcbans.admin'
                - 'commandbook.item'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.account.remove'
                - 'iConomy.admin.bank.create'
                - 'iConomy.admin.bank.remove'
                - 'iConomy.admin.bank.set'
                - 'iConomy.admin.grant'
                - 'iConomy.admin.hide'
                - 'iConomy.admin.reset'
                - 'iConomy.admin.set'
                - 'iConomy.admin.stats'
                - 'worldguard.stack'
                - 'worldguard.fire-toggle.stop'
                - 'worldguard.slay.other'
                - 'worldguard.ungod.other'
                - 'worldguard.god.other'
                - 'worldedit.brush.*'
                - 'worldedit.chunkinfo'
                - 'worldedit.listchunks'
                - 'worldedit.clipboard.*'
                - 'worldedit.generation.*'
                - 'worldedit.history.*'
                - 'worldedit.navigation.*'
                - 'worldedit.region.*'
                - 'worldedit.regen'
                - 'worldedit.selection.*'
                - 'worldedit.wand'
                - 'worldedit.wand.toggle'
                - 'worldedit.analysis.*'
                - 'worldedit.shapshots.*'
                - 'worldedit.superpickaxe'
                - 'worldedit.superpickaxe.*'
                - 'worldedit.tool.*'
                - 'worldedit.fill'
                - 'worldedit.fill.*'
                - 'worldedit.drain'
                - 'worldedit.fixwater'
                - 'worldedit.fixlava'
                - 'worldedit.removeabove'
                - 'worldedit.removebelow'
                - 'worldedit.removenear'
                - 'worldedit.replacenear'
                - 'worldedit.snow'
                - 'worldedit.thaw'
                - 'worldedit.remove'
                - 'worldedit.butcher'
        Owner:
            default: false
            info:
                prefix: '&f[Owner]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
    tracks:
        RisingPower:
        - Default
        - Donator
        - Mod
        - Admin
        - Owner
    I took another look and saw a few other problems so fixed that, replace your groups.yml with this, then run 2 commands
    /pr -reload all
    Followed by
    /pr defaultuser has *
    The 2nd command should confirm that your default users lack the * node which is the only node capable of granting full control
     
  10. Offline

    martinqc

    I have enabled permissions on my server and have assigned a group without build options. When I assign myself to that group, I can still build/destroy. The group I am trying to work with is the default group.

    Code:
    groups.yml:
    
    groups:
        Default:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: false
            permissions:
        Player:
            default: false
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
                - '*'
    
    users.yml:
     
    users:
        martinqc:
            permissions:
            groups:
            - Admins
        maczimus:
            permissions:
            groups:
            - Moderator
        noodles7641:
            permissions:
            groups:
            - Moderator
        zynthos01:
            permissions:
            groups:
            - Player
        juliesquirt:
            permissions:
            groups:
            - Player
        zeroxr:
            permissions:
            groups:
            - Player
        david5488:
            permissions:
            groups:
            - Player
        j2industries:
            permissions:
            groups:
            - Player
        steelking322:
            permissions:
            groups:
            - Player
        banteris:
            permissions:
            groups:
            - Player
        schatze:
            permissions:
            groups:
            - Player
        morguth:
            permissions:
            groups:
            - Player
        greekphire:
            permissions:
            groups:
            - Player
        pookie103:
            permissions:
            groups:
            - Player
        noirsword:
            permissions:
            groups:
            - Player
    
    Need to know what is wrong.
     
  11. Offline

    andrewkm

    Working perfect for me :) Thanks!
     
  12. Offline

    benc555

  13. Offline

    Maxis010

    Care to post the error stack?
    EDIT:
    nvrmind, I saw multiple problems and fixed them, but next time post the error stack so we know what to look for
    http://pastebin.com/e2MrbDbr
     
  14. Offline

    SeeJay

    My players and I cannot build, and I am super far from spawn. What is wrong??
    My code is in my earlier post^^^
     
  15. Offline

    ACStache

    The group names shouldn't have the dash (-) in front of them I don't think. try that first.
     
  16. Thanks again for all this help. That seemed to work for the most part, except default users can use the command that i gave them, and the /item command, and all of the worldedit and worldguard commands. nothing else though, so I guess I'm making progress.
     
  17. Offline

    ACStache

    in groups Player and Moderator the "permissions:" item needs to be moved right 4 spaces and line up with "inheritance:". make sure to use spaces and NOT tab :)

    I didn't see the original post you made, did you also post the users.yml and were there any issues with it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
    benc555 likes this.
  18. Users.yml is fine as far as I know. Here Are Both of My Files. I've set myself in default for the time being as a tester.
    Code:
    groups.yml:
    
    groups:
        Default:
            default: true
            info:
                prefix: '&f[Default]'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - 'myhome.home.basic'
                - 'commandbook.who'
                - 'commandbook.kit.list'
                - 'commandbook.kit.kits.starter'
                - 'commandbook.time.check'
                - 'commandbook.spawn'
                - 'commandbook.msg'
                - 'commandbook.whereami.compass'
                - 'commandbook.whereami'
                - 'commandbook.clear'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.change'
                - 'iConomy.bank.main.set'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.rank'
                - 'iConomy.payment'
        Donator:
            default: false
            info:
                prefix: '&f[VIP]&e'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mywarp.warp.basic'
                - 'commandbook.kit.kits.*'
        Mod:
            default: false
            info:
                prefix: '&f[Mod]&9'
                suffix: '&f'
                build: true
            inheritance:
                - Donator
            permissions:
                - 'mcbans.lookup'
                - 'mcbans.kick'
                - 'timeshift.shift'
                - 'mcbans.unban'
                - 'mcbans.ban.temp'
                - 'mcbans.ban.local'
                - 'mcbans.ban.view'
                - 'mcbans.mute.player'
                - 'mcbans.mute.all'
                - 'mcbans.mod'
                - 'commandbook.teleport'
                - 'commandbook.teleport.other'
                - 'commandbook.return'
                - 'commandbook.clear.other'
                - 'commandbook.whois'
                - 'commandbook.whois.other'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'worldguard.god'
                - 'worldguard.ungod'
                - 'worldguard.heal'
                - 'worldguard.slay'
                - 'worldguard.locate'
                - 'worldguard.region.*'
                - 'worldguard.heal.other'
                - 'bigbrother.admin.rollback'
                - 'bigbrother.admin.info'
                - 'bigbrother.admin.watch'
                - '-commandbook.item'
    
        Admin:
            default: false
            info:
                prefix: '&f[Admin]&4'
                suffix: '&f'
                build: true
            inheritance:
                - Mod
            permissions:
                - 'timeshift.cancel'
                - 'timeshift.startup'
                - 'myhome.admin.*'
                - 'mywarp.admin'
                - 'mcbans.admin'
                - 'commandbook.item'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.account.remove'
                - 'iConomy.admin.bank.create'
                - 'iConomy.admin.bank.remove'
                - 'iConomy.admin.bank.set'
                - 'iConomy.admin.grant'
                - 'iConomy.admin.hide'
                - 'iConomy.admin.reset'
                - 'iConomy.admin.set'
                - 'iConomy.admin.stats'
                - 'worldguard.stack'
                - 'worldguard.fire-toggle.stop'
                - 'worldguard.slay.other'
                - 'worldguard.ungod.other'
                - 'worldguard.god.other'
                - 'worldedit.brush.*'
                - 'worldedit.chunkinfo'
                - 'worldedit.listchunks'
                - 'worldedit.clipboard.*'
                - 'worldedit.generation.*'
                - 'worldedit.history.*'
                - 'worldedit.navigation.*'
                - 'worldedit.region.*'
                - 'worldedit.regen'
                - 'worldedit.selection.*'
                - 'worldedit.wand'
                - 'worldedit.wand.toggle'
                - 'worldedit.analysis.*'
                - 'worldedit.shapshots.*'
                - 'worldedit.superpickaxe'
                - 'worldedit.superpickaxe.*'
                - 'worldedit.tool.*'
                - 'worldedit.fill'
                - 'worldedit.fill.*'
                - 'worldedit.drain'
                - 'worldedit.fixwater'
                - 'worldedit.fixlava'
                - 'worldedit.removeabove'
                - 'worldedit.removebelow'
                - 'worldedit.removenear'
                - 'worldedit.replacenear'
                - 'worldedit.snow'
                - 'worldedit.thaw'
                - 'worldedit.remove'
                - 'worldedit.butcher'
        Owner:
            default: false
            info:
                prefix: '&f[Owner]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
    tracks:
        RisingPower:
        - Default
        - Donator
        - Mod
        - Admin
        - Owner
    
    users.yml
    
    users:
        TheFrostyKillers:
            groups:
            - Default
            permissions: []
        RedGambler:
            groups:
            - Owner
            permissions: []
    
     
  19. Offline

    VolkovTheGreat

    Hey, this looks very promising, however I think something could be added:

    For servers that use WorldGuard (most good ones) I think that the 'build:' part of the permissions should be able to have 3 inputs: TRUE, LIMITED and FALSE.

    True should allow that group/person to build everywhere, regardless of WorldGuard zones
    Limited should allow to build in un-regioned areas, and regioned areas where the person is a member/owner
    and False should just disallow all building like it already does.

    Or is this something that can already be done somehow? Sorry, I'm new to Permissions, I used to use GM.
     
  20. Offline

    benc555

    You're awesome <3
     
    ACStache likes this.
  21. Offline

    Maxis010

    Doesn't WorldGuard have dynamic permissions so you can grant users access to specific areas, besides WorldGuard will deny rights based on their zones regardless of build settings
     
  22. Offline

    wokka1

    With bukkit RB 860, and Perms 3.1.6, I get random lockups with a CPU race. At first I figured it was related to a known bukkit bug with, so I posted at http://leaky.bukkit.org/issues/783 with details, so if you want to see all of my info, see that thread. I've had to roll back to 3.1.5b to keep from this happening. If you need more details, please let me know.

    Also, with 3.1.6, I've noticed that when a new player joins the server, and if they immediately go to a copied world, sometimes I'll see their new rank being written as world.rank. One other thing, don't spam copy/paste pr commands into the console with 3.1.6, at least once the server locked up when I did this, I haven't attempted it again, nor have I had time to test further on a test server.

    I have all of my worlds either set as a copy or inheritance, and the users file in each world directory is symlinked over to the primary world in server.properties. I'm doing this all with flat files.

    Converting from Group Manager to Permissions 3.1.5 this weekend with about 3500 players in the file, was a chore, and I've spent a lot of time, fixing peoples ranks, etc.
     
  23. Offline

    paulthepoptart

    Permissions keeps shutting down :/. i cannot find anything wrong with groups.yml or users.yml. I am using the most current vers. of Bukkit and permissions

    What terminal said:
    Code:
    17:43:50 [SEVERE] while parsing a block mapping
     in "<reader>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 28, column 5:
            Admin:
            ^
    
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    17:43:50 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    17:43:50 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:74)
    17:43:50 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    17:43:50 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    17:43:50 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    17:43:50 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    17:43:50 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    17:43:50 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    17:43:50 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    17:43:50 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    17:43:50 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    17:43:50 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    17:43:50 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:339)
    17:43:50 [SEVERE]     at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
    17:43:50 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    17:43:50 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
    17:43:50 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
    17:43:50 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
    17:43:50 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    17:43:50 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:43:50 [SEVERE] [Permissions] Unable to load permission data.
    17:43:50 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    
    Code:
    groups.yml
    
    groups:
        Beginner:
            default: true
            info:
                prefix: 'Beginner'
                suffix:
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'warpz0r.list'
                - 'warpz0r.warpto'
                - 'warpz0r.home'
                - 'warpz0r.sethome'
                - 'warpz0r.bedhome'
    Donator:
            default: false
            info:
                prefix: 'VIP'
                suffix:
                build: true
            inheritance:
                - Beginner
            Permissions:
                - '*'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix:
                build: true
            inheritance:
                - Beginner
                - Donator
            Permissions:
                - 'worldedit.limit.unrestricted'
                - 'warpz0r.warp'
                - 'warpz0r.set'
                - 'warpz0r.worldwarp'
                - 'warpz0r.worldhome'
                - 'warpz0r.compasshome'
                - 'warpz0r.compasswarp'
                - 'warpz0r.compassreset'
                - 'warpz0r.free.warp'
                - 'warpz0r.free.setwarp'
                - 'warpz0r.free.removewarp'
                - 'warpz0r.free.home'
                - 'warpz0r.free.sethome'
                - 'warpz0r.free.bedhome'
                - 'warpz0r.free.clearhome'
                - 'warpz0r.free.home'
                - 'warpz0r.free.sethome'
                - 'bedrock.*'
        Owner:
            default: false
            info:
                prefix: 'Owner'
                suffix: 'the great'
                build: true
            inheritance:
                - Admin
            Permissions:
                - '*'
    users.yml
    
    users:
        paulthepoptart:
            permissions:
            groups: Owner
        turtleboyrocks1:
            permissions:
            groups: Admin
        HyruleCitizen:
            permissions:
            groups: Admin
    
    
     
  24. Offline

    cpalms

    Your converter isn't working for me D:
    How do I find my world id?

    I just get this:
    Code:
    INSERT INTO PrWorlds (worldid, worldname) VALUES (1, '');
    
    Wait so can someone give me an example of what the version 3.x users.yml and groups.yml look like?
    I'm very confused on the format of it.

    Use this:
    2.7.x world.yml
    Code:
    groups:
        Soldier:
            default: false
            permissions:
            - rpg.soldier
            inheritance:
            - Guard
            info:
                prefix: '&c'
                build: true
                suffix: ''
    
    Code:
    users:
        player:
            group: Admin
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  25. Offline

    Shad0wSlay3r

    its not doing permissions right at all
    i have to keep reinstalling
    EDIT:
    It seems like my problem is that the plugin is having issues getting to the files of the other plug ins. for example, i have the Colorme mod and i have all the permissions working, i can set others colors but they dont show up. whhen i goto the colorme players.txt it says they have colors on, but they rnt showing up ingame
     
  26. Offline

    Belus

    I have a serious issue. Using essentials, my players can do /home (another player's name) and go to their home! This may be something with essentials itself but I came here first. Any ideas on how to fix this? I want ranked members to be able to do this but my normal players should not be allowed to do this.

    EDIT: I found the issue and it was just me being an idiot. Everything works great. Awesome plugin, my server couldn't survive without it.
     
  27. Offline

    Dogboydan

    Hi, i love this great mod, but i'm having difficulty setting it up with the essentials plugin. Everything loads correctly, but currently everyone has access to all commands. I've tried doing things like '-essentials.god' under the permissions but that group seems to still have access to the command even after a server restart. I have the permissions pretty much stock (Groups are default, mod and, admin) and users is set up. Can someone point me to a tutorial for setting up the globalgroups.yaml with essentials or post their own? For the default group is it easier to just '-essentials.*' and then add permissions for specific commands they can access, or is it better to just negate (-) any commands i don't want them to use. If i leave permissions blank does that mean they have access to all nodes or none?
     
  28. Offline

    Tromdon13

    Im having a very serious problem. My file says that "permissions plugin lost" and just repeats that. whats going on?
     
  29. Offline

    crazyball

    Is there any way to import YML files (groups and users) into SQL Database automaticaly ?
     
  30. Offline

    VolkovTheGreat

    are you sure about this part?
     
  31. Offline

    Xom

    Code:
    groups:
        Beginner:
            default: true
            info:
                prefix: 'Beginner'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'warpz0r.list'
                - 'warpz0r.warpto'
                - 'warpz0r.home'
                - 'warpz0r.sethome'
                - 'warpz0r.bedhome'
        Donator:
            default: false
            info:
                prefix: 'VIP'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: 'Owner'
                suffix: 'the great'
                build: true
            inheritance:
                - Admin
            permissions:
                - '*'
    
    fixed "Permissions:" to "permissions:", added 4 spaces before "Donator", removed inheritance from groups with "- '*' " node, added "- '*' " node to group: Admin replacing inheritance and other nodes (group was inheriting all nodes anyway).
    Code:
    users:
        paulthepoptart:
            permissions:
            groups:
            - Owner
        turtleboyrocks1:
            permissions:
            groups:
            - Admin
        HyruleCitizen:
            permissions:
            groups:
            - Admin
    
    Dropped each user's group down a level and added "- " before group name.

    Replace your groups.yml and users.yml with these, respectively, and you should be good to go.
    NOTE: Ran this through a YAML Parser, everything ran through without errors.
     
Thread Status:
Not open for further replies.

Share This Page