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

    MojoManagement

    Permissions just working fine with MySql, just default-group-setting doesnt work.

    What problems do you have?
     
  3. Offline

    t1tanium

    plz 953 update
    /sethome /warp /home /time day wont work for normal players <.<

    only admins can use it and the ones who cant use it got the permissions so its nothing wrong with mah Settings/users/groupz
     
  4. Offline

    Michael_BoG

    Why does all commands give me the "Group/user does not exist" error? The default ones are there.
     
  5. Offline

    Paah

    You are member of group "Admin", which doesn't even exist. "Admins" however does.
    Don't come here saying there is nothing wrong with "mah settings" when clearly something is wrong. This plugin works flawlessly on 953.
     
  6. Offline

    MojoManagement

    Guys, I need your help now :p
    Default group on join isnt working, all people who are new in group "Default" (which doesnt exist if i try to pr g:default)
     
  7. Offline

    XxXGhostXxX

    I've changed this...but it doesn't work. I can't place a block or break a block.
     
  8. Offline

    Michael_BoG

    Same here. It's screwed. It's telling me my "Admins" group isn't there. None of the other groups are there aswell. But, they are all in the file?? :confused:
     
  9. Offline

    Bobhead202

    Everything works fine, except when permissions is being used nobody can place a block or build...
     
  10. Offline

    MojoManagement

    build rights:
    pr g:groupname info set build b:true


    ANYONE knows how to set a group to DEFAULT? :O
    forgot to say: using MYSQL !
     
  11. Offline

    Michael_BoG

    Anyone knows why my plugin wont read from the groups i set it to? It's buttfucked.
     
  12. Offline

    ACStache

    @Michael_BoG are you getting any errors in the console? it may be a syntax error preventing it from working properly.
     
  13. Offline

    Neils

    Is this working with 953 ?
     
  14. Offline

    ACStache

    people have reported it as working with 953, try it out and see what happens :)
     
  15. Offline

    Michael_BoG

    Nope. Not any errors or anything. It doesn't do anything. It justs tells me "User/group does not exist"
     
  16. Offline

    ACStache

    Double check each user vs. each group name and make sure they match, they're case-sensitive too.
    Does it say that for everyone or people of a specific group?
     
  17. Offline

    Michael_BoG

    Well, i'm trying to use the chat-commands for it. I thought they were functioning?
     
  18. Offline

    Bukitlover

    11:24:22 [SEVERE] while scanning an alias
    in "<reader>", line 74, column 16:
    - '*'
    ^
    expected alphabetic or numeric character, but found but found '
    in "<reader>", line 74, column 17:
    - '*'
    ^

    11:24:22 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1156)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(ScannerImpl.java:782)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:313)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:508)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    11:24:22 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    11:24:22 [SEVERE] at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    11:24:22 [SEVERE] at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    11:24:22 [SEVERE] at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    11:24:22 [SEVERE] at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    11:24:22 [SEVERE] at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    11:24:22 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    11:24:22 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    11:24:22 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularControl.java:103)
    11:24:22 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    11:24:22 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140)
    11:24:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    11:24:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    11:24:22 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    11:24:22 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    11:24:22 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    11:24:22 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    11:24:22 [SEVERE] [Permissions] Unable to load permission data.
    11:24:22 [INFO] [Permissions] Shutting down Permissions due to error(s).
    11:24:22 [INFO] [Permissions] (Yeti) was initialized.

    I looked and all my permissions folders were just fine; all the groups that had the permissions '*' were perfectly fine and there were no tabs at all
    build 953
     
  19. Offline

    t1tanium

    Mah plugins dont work that it is used to be
     
  20. Offline

    Michael_BoG

    And yes, it is for every group. Nothing works. It just says "user/group not found"
     
  21. Offline

    Drago1128

    it works great just... now all my plugins think i not an admin.... how i fix?

    uhh nvm i found out but uhh... easier steps plz?... i have no idea what you mean by that there is no default config... i'm confused.... :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  22. Offline

    suicidal_banana

    It doesnt even use the database, when somebody joins it just adds them to the yaml file(s) :(
     
  23. Offline

    Michael_BoG

    Sigh.. No one can help.
     
  24. Offline

    MojoManagement

    post your storageconfig.yml (without passwords etc. x.x)
     
  25. Offline

    iandude44

    omg what is a permission node? i installed permissions and now i cant break blocks, and i cant find a single helpful part on this webpage or the wiki.
     
  26. Offline

    Michael_BoG

    pr g:groupname info set build b:true
     
  27. Offline

    Jeyge

    Take a look at Issue #142 on the GitHub. I think there is a potential workaround for this bug on there at the bottom. I don't have a working SQL version myself so I haven't been able to test it.
    We'll need a little more information.
    I don't believe there are permissions for putting stuff down but you will need to have build set to true for your group to place blocks. If that is what you mean, then change your group to have "build: true" and everything should work.
    This isn't a valid promote command. If you have your tracks set up and Helper is a track, then you would use "/pr Twoto promote t:Helper".
    @Cawers
    You will need to provide your whole permissions yml files. You have an error in there starting with one of your users being assigned to a group called Deafault which is misspelled or a group inheriting from that group.
    If you fixed that, then I know you are now getting a new error. This might take a while but you are going to have to post the new error each time or just post your whole permissions setup with your server.log and we can take care of all of the errors at once.
    Come on t1tanium. We both know you have had a lot of problems getting things to work right. Lets not blame another plugin without any proof for your problems.
    Depends on what commands you are trying to do and what your files look like. Post your server.log with your permissions yml files and someone will take a look.

    Something is wrong with your permissions yml files. Please post them with your server.log and someone will take a look.
    Post your permissions files and your server.log and someone will be able to help.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  28. Offline

    t1tanium

    Dude ok, i had some problems but not that much the thing that annoyes me is that no one can use the commands that is used by ''permissions'' and if i got full acces it is working... so where else is this post accepted?
     
  29. Offline

    Jeyge

    First question - Why would you choose to completely ignore what I told you to fix?
    Second question - Why not reply to my last post? I had to crawl thru 5 pages to find it and see that I already told you to add a space after prefix: and suffix:.

    Give them permissions.* if you want them to use all permissions commands. If you mean you can't get another plugins commands to work, then it is probably a problem with your permissions yml files and not "u dun not update to 953. fix fast".

    Choosing the one error at a time method wasn't the right choice but this time you will get lucky. One more fix should do it. You are now getting the standard IllegalAccessError that so many others have been getting. There is information in the OP or in the wiki FAQ on how to fix it. I would start with MyWarp since you have a really old version and it is known to cause that error.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2018
  30. Offline

    Austin

    I followed all directions. The only thing I have changed is users.yml

    I added my own name "Warhawker" With the same exact format as the provided examples. I have also renamed the folder "world.yml"

    Upon starting the server I get this error:
    Could not load 'plugins/CommandPermissions.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    I also have no permission to do anything unless I am an op. I run commandbook alongside it with world edit. Sk89 told me that world edit was not working maybe because my java was not updated. I have updated but since apple uses its own java, could this be true?

    I need a permissions plugin to work, is there a more simple one out there?
     
  31. Offline

    Beldrama

    The users.yml Before:

    Code:
    users:
        JenniferHeimdal:
            groups:
            - Owner
            info:
                prefix: '&8'
            permissions:
        connyloathsome:
            groups:
            - Admins
            info:
                prefix: '&8'
            permissions:
        Beldrama:
            groups:
            - Owner
            info:
                prefix: '&8'
            permissions:
        rawrling:
            groups:
            - Admins
            info:
                prefix: '&8'
            permissions:
        Willepro:
            groups:
            - Admins
            info:
                prefix: '&8'
            permissions:
    
    After a bunch of players join(replacing my old users even if I add them back manually and removes all the new ones):


    Code:
    users:
        revilo321:
            permissions:
            groups:
        reilly_williams:
            permissions:
            groups:
        LolMatLo1:
            permissions:
            groups:
        arn5000:
            permissions:
            groups:
        nick96:
            permissions:
            groups:
        WickedBadger:
            permissions:
            groups:
        geekboy150:
            permissions:
            groups:
        silent_noob:
            permissions:
            groups:
        1upKid:
            permissions:
            groups:
        xXxXxARESxXxXx:
            permissions:
            groups:
        Akillys:
            permissions:
            groups:
        aidenbib:
            permissions:
            groups:
        ango2000:
            permissions:
            groups:
        slider685:
            permissions:
            groups:
        threakshowful:
            permissions:
            groups:
        dio314:
            permissions:
            groups:
        Aron_070:
            permissions:
            groups:
        odhill50:
            permissions:
            groups:
        pickleoates:
            permissions:
            groups:
        22chichman:
            permissions:
            groups:
        shade2011:
            permissions:
            groups:
        hooperhp:
            permissions:
            groups:
        Fungi78:
            permissions:
            groups:
        kokodring101:
            permissions:
            groups:
        jaydendriscoll:
            permissions:
            groups:
        Dominic28:
            permissions:
            groups:
        OneRepublic:
            permissions:
            groups:
        anwarkruithof:
            permissions:
            groups:
        ottomannen:
            permissions:
            groups:
        TMC07:
            permissions:
            groups:
        bobafett675:
            permissions:
            groups:
        nuteananaitor:
            permissions:
            groups:
        BlahMonsta:
            permissions:
            groups:
        Jellybaby44:
            permissions:
            groups:
        Lukeno:
            permissions:
            groups:
        Thiscoolguy22:
            permissions:
            groups:
        LuukvanVlierden:
            permissions:
            groups:
        dragspel090:
            permissions:
            groups:
        mariochief08:
            permissions:
            groups:
        Olimar0:
            permissions:
            groups:
        killalot6:
            permissions:
            groups:
        Hell_Ozan:
            permissions:
            groups:
        acost4:
            permissions:
            groups:
        JenniferHeimdal:
            permissions:
            groups:
        NakNak10:
            permissions:
            groups:
        fabri1606:
            permissions:
            groups:
        crafted_cobra:
            permissions:
            groups:
        antboyz:
            permissions:
            groups:
        jobolob919:
            permissions:
            groups:
        SeriousSam97:
            permissions:
            groups:
        Iceminer24:
            permissions:
            groups:
        Footfus1999:
            permissions:
            groups:
        CookieLuw:
            permissions:
            groups:
        timpen99:
            permissions:
            groups:
        Muumipahpa:
            permissions:
            groups:
        DG_Powerslave:
            permissions:
            groups:
        FeopZ:
            permissions:
            groups:
        willepro:
            permissions:
            groups:
        soccer16:
            permissions:
            groups:
        Girafko:
            permissions:
            groups:
        JooLzPeek:
            permissions:
            groups:
        Noogaj:
            permissions:
            groups:
        Destinix:
            permissions:
            groups:
        sparkyy12:
            permissions:
            groups:
        bigalzzzzzzz:
            permissions:
            groups:
        altinu123:
            permissions:
            groups:
        Ghetto:
            permissions:
            groups:
        oliverstenstrum1:
            permissions:
            groups:
        haxzerol:
            permissions:
            groups:
        Rylan586:
            permissions:
            groups:
        dragonrox199:
            permissions:
            groups:
        maxxiluke:
            permissions:
            groups:
        est_miner:
            permissions:
            groups:
        Vidoc:
            permissions:
            groups:
        uytewq:
            permissions:
            groups:
        CreepersFTL:
            permissions:
            groups:
        soDirty:
            permissions:
            groups:
        Legit_Gaming:
            permissions:
            groups:
        playdohman111:
            permissions:
            groups:
        maxcole7:
            permissions:
            groups:
        midst92:
            permissions:
            groups:
        Tally77:
            permissions:
            groups:
        drip33:
            permissions:
            groups:
        bryanus123:
            permissions:
            groups:
        DocToreBee:
            permissions:
            groups:
        connyloathsome:
            permissions:
            groups:
        Spencer2012:
            permissions:
            groups:
        Clay2625:
            permissions:
            groups:
        erickill:
            permissions:
            groups:
        bowserpher:
            permissions:
            groups:
        epicwhite:
            permissions:
            groups:
        JordanEllis:
            permissions:
            groups:
        CrippledWookie:
            permissions:
            groups:
        guusman:
            permissions:
            groups:
        Nahoj9:
            permissions:
            groups:
        zombikiller9:
            permissions:
            groups:
        justgiveup99:
            permissions:
            groups:
        codminer22:
            permissions:
            groups:
        fnulnu:
            permissions:
            groups:
        CenturyDuster:
            permissions:
            groups:
        killerpanda12345:
            permissions:
            groups:
        fuzzy1239:
            permissions:
            groups:
        nomonater:
            permissions:
            groups:
        Droctoganapus78:
            permissions:
            groups:
        protecter1000:
            permissions:
            groups:
        feytey:
            permissions:
            groups:
        scubadude96:
            permissions:
            groups:
        Kluggy456:
            permissions:
            groups:
        mod123:
            permissions:
            groups:
        dragon109255:
            permissions:
            groups:
        Black_Knight_08:
            permissions:
            groups:
        jakk35:
            permissions:
            groups:
        TheMightyHenley:
            permissions:
            groups:
        Bluedemon909:
            permissions:
            groups:
        MyUsername1:
            permissions:
            groups:
        Arcania_Gothic:
            permissions:
            groups:
        RMCF10___:
            permissions:
            groups:
        iDeltaForceU:
            permissions:
            groups:
        joeydecrom:
            permissions:
            groups:
        MiNeCrAfT_B3AST:
            permissions:
            groups:
        Fordell:
            permissions:
            groups:
        lindaalexander:
            permissions:
            groups:
        blackhole847:
            permissions:
            groups:
    
    That's a shit load of users, right? Apparently that's maxed out. It doesn't even sort the new members into their Default group anymore which they did before! It also removes my "Owner" and "Admins" permissions?!


    If it really is necessary to have my groups.yml:

    Code:
    groups:
        Newbie:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.skills.*'
                - 'essentials.protect.entitytarget.bypass'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.ignore'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.whois'
                - 'essentials.clearinventory'
                - 'essentials.spawn'
                - 'essentials.back'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.world'
                - 'mobarena.use.*'
                - 'mobarena.classes.*'
                - 'lwc.protect.*'
        Player:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Newbie
            permissions:
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.skills.*'
                - 'essentials.protect.entitytarget.bypass'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.ignore'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.whois'
                - 'essentials.clearinventory'
                - 'essentials.spawn'
                - 'essentials.back'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.world'
                - 'mobarena.use.*'
                - 'mobarena.classes.*'
                - 'lwc.protect.*'
        Donator:
            default: false
            info:
                prefix: '[DONATOR]'
                suffix: '[/]'
                build: true
            inheritance:
                - Player
            permissions:
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.skills.*'
                - 'essentials.protect.entitytarget.bypass'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.ignore'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.whois'
                - 'essentials.clearinventory'
                - 'essentials.spawn'
                - 'essentials.back'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpahere'
                - 'essentials.tpdeny'
                - 'essentials.teleport.cooldown.bypass'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.world'
                - 'essentials.chat.color'
                - 'essentials.joinfullserver'
                - 'mobarena.use.*'
                - 'mobarena.classes.*'
                - 'lwc.protect.*'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Donator
            permissions:
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.chat.adminchat'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.skills.*'
                - 'essentials.protect.entitytarget.bypass'
                - 'essentials.bigtree'
                - 'essentials.give'
                - 'essentials.give.item-<itemid>'
                - 'essentials.give.item-<itemname>'
                - 'essentials.give.item-all'
                - 'essentials.god'
                - 'essentials.heal'
                - 'essentials.item'
                - 'essentials.itemspawn.item-<itemid>'
                - 'essentials.itemspawn.item-<itemname>'
                - 'essentials.itemspawn.item-all'
                - 'essentials.tree'
                - 'essentials.unlimited'
                - 'essentials.unlimited.item-<itemid>'
                - 'essentials.unlimited.item-<itemname>'
                - 'essentials.unlimited.item-all'
                - 'essentials.unlimited.item-bucket'
                - 'essentials.unlimited.others'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.helpop.receive'
                - 'essentials.ignore'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.powertool'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.whois'
                - 'essentials.antioch'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.clearinventory'
                - 'essentials.essentials'
                - 'essentials.ext'
                - 'essentials.gc'
                - 'essentials.invsee'
                - 'essentials.jails'
                - 'essentials.kick'
                - 'essentials.mute'
                - 'essentials.ping'
                - 'essentials.tempban'
                - 'essentials.togglejail'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.spawn'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.home'
                - 'essentials.home.others'
                - 'essentials.jump'
                - 'essentials.sethome'
                - 'essentials.top'
                - 'essentials.tp'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpahere'
                - 'essentials.tpall'
                - 'essentials.tpdeny'
                - 'essentials.tphere'
                - 'essentials.tpo'
                - 'essentials.tpohere'
                - 'essentials.tppos'
                - 'essentials.teleport.cooldown.bypass'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.tptoggle'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.warp.otherplayers'
                - 'essentials.warp.[warpname]'
                - 'essentials.portal'
                - 'essentials.world'
                - 'essentials.chat.color'
                - 'essentials.chat.question'
                - 'essentials.chat.spy'
                - 'essentials.geoip.show'
                - 'essentials.joinfullserver'
                - 'essentials.nocommandcost.all'
                - 'essentials.protect'
                - 'essentials.protect.admin'
                - 'essentials.protect.alerts'
                - 'residence.admin'
                - 'residence.create'
                - 'mobarena.use.*'
                - 'mobarena.admin.*'
                - 'mobarena.classes.*'
                - 'lwc.protect.*'
                - 'lwc.mod.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.chat.adminchat'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.commands.setmyspawnother'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.tools.mcrefresh'
                - 'mcmmo.skills.*'
                - 'essentials.protect.entitytarget.bypass'
                - 'essentials.bigtree'
                - 'essentials.give'
                - 'essentials.give.item-<itemid>'
                - 'essentials.give.item-<itemname>'
                - 'essentials.give.item-all'
                - 'essentials.god'
                - 'essentials.god.others'
                - 'essentials.heal'
                - 'essentials.item'
                - 'essentials.itemspawn.item-<itemid>'
                - 'essentials.itemspawn.item-<itemname>'
                - 'essentials.itemspawn.item-all'
                - 'essentials.time'
                - 'essentials.time.player'
                - 'essentials.time.world'
                - 'essentials.tree'
                - 'essentials.unlimited'
                - 'essentials.unlimited.item-<itemid>'
                - 'essentials.unlimited.item-<itemname>'
                - 'essentials.unlimited.item-all'
                - 'essentials.unlimited.item-bucket'
                - 'essentials.unlimited.others'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.helpop.receive'
                - 'essentials.ignore'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.powertool'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.spawner'
                - 'essentials.suicide'
                - 'essentials.whois'
                - 'essentials.antioch'
                - 'essentials.backup'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.broadcast'
                - 'essentials.burn'
                - 'essentials.clearinventory'
                - 'essentials.clearinventory.others'
                - 'essentials.deljail'
                - 'essentials.essentials'
                - 'essentials.ext'
                - 'essentials.fireball'
                - 'essentials.gc'
                - 'essentials.invsee'
                - 'essentials.jails'
                - 'essentials.kick'
                - 'essentials.kickall'
                - 'essentials.kill'
                - 'essentials.lightning'
                - 'essentials.mute'
                - 'essentials.ping'
                - 'essentials.plugin'
                - 'essentials.reloadall'
                - 'essentials.setjail'
                - 'essentials.spawnmob'
                - 'essentials.tempban'
                - 'essentials.thunder'
                - 'essentials.togglejail'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.weather'
                - 'essentials.setspawn'
                - 'essentials.spawn'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.delwarp'
                - 'essentials.home'
                - 'essentials.home.others'
                - 'essentials.jump'
                - 'essentials.sethome'
                - 'essentials.setwarp'
                - 'essentials.top'
                - 'essentials.tp'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpahere'
                - 'essentials.tpall'
                - 'essentials.tpdeny'
                - 'essentials.tphere'
                - 'essentials.tpo'
                - 'essentials.tpohere'
                - 'essentials.tppos'
                - 'essentials.teleport.cooldown.bypass'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.tptoggle'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.warp.otherplayers'
                - 'essentials.warp.[warpname]'
                - 'essentials.portal'
                - 'essentials.world'
                - 'essentials.chat.color'
                - 'essentials.chat.question'
                - 'essentials.chat.spy'
                - 'essentials.geoip.show'
                - 'essentials.joinfullserver'
                - 'essentials.nocommandcost.all'
                - 'essentials.protect'
                - 'essentials.protect.admin'
                - 'essentials.protect.alerts'
                - 'bigbrother.admin.watch'
                - 'bb.admin.watch'
                - 'bb.admin.info'
                - 'bb.admin.rollback'
                - 'residence.admin'
                - 'residence.create'
                - 'mobarena.use.*'
                - 'mobarena.admin.*'
                - 'mobarena.classes.*'
                - 'lwc.protect.*'
                - 'lwc.mod.*'
                - 'lwc.admin.*'
        Owner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Admins
            permissions:
                - '*'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'mobarena.use.*'
                - 'mobarena.admin.*'
                - 'mobarena.setup.*'
                - 'mobarena.classes.*'
                - 'lwc.protect.*'
                - 'lwc.mod.*'
                - 'lwc.admin.*'


    Not sure what I am doing wrong and I doubt there's anything I did in particular to cause this to happen!
    You think MySQL is a better alternative? SHOULD it matter?
     
Thread Status:
Not open for further replies.

Share This Page