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

    VeryInsane

    @Jeyge I was told that can be dangerous somehow..

    Okay.. here's my log:

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

    Jeyge

    You have a tab in one of your yml files probably on or around line 1131 near column 24.
    Code:
    2011-07-18 13:47:17 [SEVERE] while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 1131, column 24:
                permissions: []            
                               ^
     
    \t is a tab character and YAML files do not support tabs.

    Feel free to remove the link now if it bothers you.
     
  4. Offline

    VeryInsane

    @Jeyge

    Thank you! I'll try it and get back to you.

    EDIT: Works! Thank you so much bro!
     
  5. Offline

    odielag

    Wow, that is close. I'm using permissionsplus to promote (and have players promote) people ingame, which by default changes the default world's permissions. Thank you for your reply though, the wiki example was informative.
     
  6. Offline

    VeryInsane

    works for me
     
  7. Offline

    jdawg307

    @VeryInsane people are having all permissions. xXxMcBigMacxXx has all permissions even though on my group file he has none
     
  8. Offline

    Jeyge

    You'll need to post your files again but in code tags so we can see the formatting. I did see from what is still above, that you have some of your default: tags set to ''. They should only be true or false. You should also make sure that the people who have all permissions aren't in the ops.txt file and that you aren't running multiple permission plugins. Post your server.log if you are unsure about any of the above.
     
  9. Offline

    iMattxC

    nobody is going to help me? I had to shut down my server all day today and yesterday. Please help!
     
  10. Offline

    SmolderingEgo

    @iMattxC what version of bukkit are you using and what version of permissions. also please use http://pastebin.com/ to put your permissions files on the web. you are just using per world permissions and not global i assume?

     
  11. Offline

    qazz42

    hmm, strange, updating to the new 1.7.3 CB seemed to have fixed it, I wonder what the problem was

    also, it fixed my problem with op commands :D great...

    edit: is this also a product of Contrib? I was trying to promote my friend...

    Code:
    >pr Tom promote Moderator
    20:01:40 [INFO] [Permissions] No world specified. Defaulting to default world.
    20:01:40 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'pr'
    in plugin Permissions v3.1.6
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:1
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:
    12)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at java.util.HashSet.<init>(Unknown Source)
            at com.nijiko.data.YamlGroupStorage.getTracks(YamlGroupStorage.java:284
    
            at com.nijiko.permissions.PermissionWorld.getTracks(PermissionWorld.jav
    :168)
            at com.nijiko.permissions.ModularControl.getTracks(ModularControl.java:
    32)
            at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.j
    va:731)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
     
  12. Offline

    ryladine

    Is this plugin going to continue to be of use now that bukkit has its own permissions?
     
  13. Offline

    iMattxC

    im using per world and im using bukkit 953 and permissions 3.1.6 ill post the files in a bit
     
  14. Offline

    VeryInsane

    Want me to send you my groups.yml? As a reference?
     
  15. Offline

    Jeyge

    That would be a lack of tracks being set up. See the wiki FAQ for information about how to set them up and more information on this error.
    That will depend on the users of this plugin.
     
  16. Offline

    killacalli

    21:29:53 [INFO] test1 [/5.34.102.1:50189] logged in with entity id 102 at ([Kill
    aWorld] 29.5, 64.0, -41.5)
    21:29:53 [SEVERE] java.lang.NoSuchFieldException: perm
    21:29:53 [SEVERE] at java.lang.Class.getDeclaredField(Unknown Source)
    21:29:53 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.<init>(Co
    ntribCraftPlayer.java:87)
    21:29:53 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.updateBuk
    kitEntity(ContribCraftPlayer.java:587)
    21:29:53 [SEVERE] at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(
    ContribPlayerListener.java:27)
    21:29:53 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:244)
    21:29:53 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    21:29:53 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:321)
    21:29:53 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:124)
    21:29:53 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:97)
    21:29:53 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:74)
    21:29:53 [SEVERE] at net.minecraft.server.Packet1Login.a(SourceFile:43)
    21:29:53 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    21:29:53 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    21:29:53 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile
    :91)
    21:29:53 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:451)
    21:29:53 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:361)
    21:29:53 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)

    craftbukkit 953 permissions 3.1.6...
    EDIT: hmm turns out bukkitcontrib was causing it
     
  17. Offline

    iMattxC

  18. Offline

    SmolderingEgo

    @iMattxC So far not seeing anything weird, if you hide the groups and the user files and let it rebuild them does the server run? so will the server run with empty user and group files?

    @iMattxC So i think i found the issue. with every group you have the rank number
    Code:
        Admin:
            default: false
            info:
                prefix: '&c[a] '
                suffix: ''
                build: true
                rank: 5
    Get rid of the rank completely. I dont use tracks yet but as far as i can tell that part is not needed (not mentioned in the 2 walkthroughs)

    Leave the bottom tracks tho

    Code:
        Admin:
            default: false
            info:
                prefix: '&c[a] '
                suffix: ''
                build: true
      
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  19. Anyone have an explanation for this?

    error (open)

    [SEVERE] Nag author: 'TheNo1Yeti' of 'Permissions' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
    [/error]
     
  20. Offline

    ACStache

    @iMattxC I noticed in your users file on line 81 under 'i eat crayons' that he has - '-' permission, what is it supposed to be? as far as I'm aware having it doesn't do anything, but ultimately I doubt it's your issue.
    Also: you're inheriting groups, but they have repeat permissions. if permissions aren't working for you, try to minimize the amount of doubles/triples. If group 'Guest' has a permission, and groups up to 'Trusted' inherit the one above it, 'Trusted' still gets the permissions from 'Guest' without having to type out a bunch of extra stuff.

    Also, IAEs (what you had as your error) are caused by out of date plugins. Make sure BigBrother, MyWarp, MyHome, and Help are all up to date and using the variants suited for Permissions 3.x. if it's not any of those, your sure-fire way to find the plugin causing the IAE is to remove all of them, then reload them one at a time. it's time consuming but it should work.

    @SmolderingEgo I've seen others use the 'rank' info node and have no issues (iirc), I don't think that'd be the issue. Although removing them wouldn't hurt either :)

    for your groups, the inheritance you have as
    Code:
    inheritance: Default
    
    and it should be (I think)
    Code:
    inheritance:
        - Default
    
    are you using globals or per world permissions? does your storageconfig.yml have stuff in it or is it blank?

    edit: looks like jeyge answered the same as me a little while ago. /facepalm lol. hope it works for you

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

    nycimus

    I've got an issue. I am using permissions, and I get this in my console:

    Permissions: (Yeti) was initialized.
    Permissions: (Yeti) disabled successfully.

    It is most likely something wrong in my config files. YAML confuses me so much. I have looked it over for HOURS.

    Here is my Users:
    Code:
    users:
        lordofreviews:
            groups:
             - Admins
            info:
                prefix: '&6[Mayor]&f'
                suffix: '&5'
            permissions:
        Solanthor:
            info:
                prefix: '&4[Survivalist]&f'
                suffix: '&0'
            groups:
             - Josh
            permissions:
        Exsiiron:
            info:
                prefix: '&5[Quincy]&f'
            groups:
             - Quincy
            permissions:
        gatdway:
            groups:
             - Default
            permissions:
        deejohnes:
            info:
                prefix: '&7[Banker]&f'
            groups:
             - Banker
            permissions:
        flaremask11:
            groups:
             - Admins
            info:
                prefix: '&5[Mayor]&f'
            permissions:
    

    Here is my Groups:
    Code:
    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players 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 inherit from other groups.
    #   To make a group inherit the permissions and info nodes from another
    #   group, simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Wildcard Permission settings:
    #
    #       You can have wildcard nodes which encompass all nodes that match it.
    #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    #       "modplugin.settings.view", and so on.
    #
    ##
    #   A single asterisk means that this user/group has all permissions.
    #       - '*'
    ##
    #   Negated nodes are created by prefixing a normal node with "-".
    #   They prevent less specific wildcard nodes from matching the negated node.
    #   For example:
    #
    #   permissions:
    #       - 'foo.*'
    #       - '-foo.bar'
    #
    #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "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.
    ##
    #
    #   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.pay'
                - 'essentials.worth'
                - 'essentials.afk'
                - 'essentials.help'
                - 'essentials.balance'
                - 'essentials.motd'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.msg'
                - 'essentials.nick'
                - 'essentials.rules'
                - 'essentials.suicide'
                - 'essentials.clearinventory'
                - 'essentials.spawn'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tp'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tppos'
        Josh:
            default: false
            info:
                prefix: '&4[Survivalist]&f'
                suffix: '&0'
                build: true
            inheritance: Default
        Quincy:
            default: false
            info:
                prefix: '&5[Quincy]&f'
                suffix: ''
                build: true
             inheritance: Default
        Banker:
            default: false
            info:
                prefix: '&7[Banker]&f'
                suffix: ''
                build: true
             inheritance: Default
             permissions:
                 - 'worldedit.superpickaxe'
        Admins:
            default: false
            info:
                prefix: '&6[Mayor]&f'
                suffix: '&4'
                build: true
            inheritance:
            permissions:
                - '*'
    
    Hope you can help me. This has brought forth a world of frustration to me.
     
  22. Offline

    ffkhrocks

    Getting a fatal error that stops our permisions plugin.
    Permissions plugin: [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]
    21:57:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)

    The permissions config file
    http://pastebin.com/cn6yKPdY groups

    Severe error(s):
    21:50:18 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    21:50:18 [SEVERE] at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    21:50:18 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    21:50:18 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    21:50:18 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    21:50:18 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    21:50:18 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    21:50:18 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    21:50:18 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    21:50:18 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    21:50:18 [SEVERE] [Permissions] Unable to load permission data.
    21:50:18 [SEVERE] [Permissions] Shutting down Permissions due to error(s).

    The error surfaced upon adding mob arena, shortly after adding chestshop. Similarly having chest shop, and nspleef. Or mob arena and nspleef. Or mob arena and simple spleef. Or simple spleef and chest shop. With all these problems i'm thinking it's not the plugins themselves but the permissions. Was wondering if there was a fix for this, or anything we could do to fix it. I could upload the permissions file if you need it, but it works fine without adding more plugins.

    And after further experimentation it has been found out that if we remove another plugin, then we can add another plugin works, seems to cap out around 10.

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

    Jeyge

    See the wiki FAQ for information about the error.
    The error you would have been looking for in your log would have been:
    Code:
    2011-07-18 22:32:36 [SEVERE] while parsing a block mapping
     in "<reader>", line 80, column 9:
                default: false
                ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 85, column 10:
                 inheritance: Default
                 ^
    
    and it means that you have a spacing problem in your file. On line 85, you have inheritance moved over 1 extra space. That won't fix everything though. You also have one extra space on lines 92 thru 94. Fixing those will allow your files to load but you also need to fix your inheritance. They should look like:
    Code:
            inheritance:
                - Default
    
    Once fixed, that should get things working for you again.
    That happens sometimes when you do a /reload and the server didn't have enough time to completely shut everything down. I wouldn't worry about it.
     
  24. I have to shut it down and reboot occasionally because of it, gets ugly.. I'll get a line of those messages about 20 long after a number of reloads (when testing plug-ins)
     
  25. Offline

    Trololol

    Hi there!
    I tried Permission 12hours ago, and i wasnt pleased with it. So i switched back to OP only.
    When i tried starting the server this morning, i noticed the huge lagg on the server.
    I'm running my server on a vps, and there are usually no lagg what so ever.
    I tried playing a bit until i lost connection (End of stream)
    I tried restarting the server over and over again, but with the same result..
    The server says something about permission and prefix and suffix.. Could it be permission that fucked up something yesterday?

    Code:
    151 recipes
    16 achievements
    10:45:13 [INFO] Starting minecraft server version Beta 1.7.3
    10:45:13 [INFO] Loading properties
    10:45:13 [INFO] Starting Minecraft server on *:25565
    10:45:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    10:45:13 [INFO] DataSourcePool [ChestShop] autoCommit[false] transIsolation[SERI
    ALIZABLE] min[2] max[20]
    10:45:13 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    10:45:14 [INFO] Entities enhanced[0] subclassed[1]
    10:45:14 [INFO] LWC: Loading shared objects
    10:45:14 [INFO] LWC: Protection cache: 0/10000
    10:45:14 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejd
    bc.dll
    10:45:14 [INFO] Preparing level "world"
    10:45:14 [INFO] Preparing start region for level 0 (Seed: -2424179726607379998)
    10:45:15 [INFO] Preparing start region for level 1 (Seed: 8309753720534626236)
    10:45:15 [INFO] Preparing spawn area: 0%
    10:45:16 [INFO] [AdvancementStandalone] version [1.0.1] - Permissions not found,
     using OP
    10:45:16 [INFO] [AdvancementStandalone] version [1.0.1] - initialized
    10:45:16 [INFO] AppleTree v0.5.1 activated.
    10:45:16 [INFO] [BetterMechanics] Loading cauldron recipes from C:\Documents and
     Settings\Administrator\Desktop\Bukkit 1.7.3\plugins\BetterMechanics\cauldron-re
    cipes.yml
    10:45:16 [INFO] [BetterMechanics] Cauldron loaded 5 recipes.
    10:45:16 [INFO] [BetterMechanics] Loading completed.
    10:45:16 [INFO] [ChestShop] version 3.00 BETA 9 initialized!
    10:45:16 [INFO] [ChestShop] Essentials 2.2 loaded.
    10:45:16 [INFO] [ChestShop] LWC version 3.3 loaded.
    10:45:16 [INFO] [ColorMe]: Permission system not detected. Defaulting to OP perm
    issions.
    10:45:16 [INFO] [ColorMe] v2.2 has been enabled.
    10:45:16 [INFO] CraftBukkitUpToDate version 2.5.7 is enabled!
    10:45:16 [INFO] CButD: Permission system not detected, defaulting to OP
    10:45:18 [WARNING] CraftBukkitUpToDate: Can't connect to ci-b.bukkit.org.
    10:45:18 [INFO] Loaded Essentials build 2.4.2 by Zenexer, ementalo, Aelux, Brett
    flan, KimKandor, snowleo, ceulemans and Xeology
    10:45:18 [INFO] Loaded EssentialsChat build 2.4.2 by Zenexer, ementalo, Aelux, B
    rettflan, KimKandor, snowleo, ceulemans and Xeology
    10:45:18 [INFO] Loaded EssentialsGeoIP build 2.4.2 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    10:45:18 [INFO] This product includes GeoLite data created by MaxMind, available
     from http://www.maxmind.com/.
    10:45:18 [INFO] Loaded EssentialsSpawn build 2.4.2 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    10:45:18 [INFO] ExactSpawn version 0.1 is enabled!
    10:45:18 [INFO] [HeroicDeath] 1.8.2.157 enabled.
    10:45:18 [INFO] NoFire version 1.3 is enabled!
    10:45:18 [INFO] PlgSetspawn version 4.1 is enabled!
    10:45:18 [INFO] [SimpleAntiGrief] Permission system not detected, defaulting to
    OP
    10:45:18 [INFO] [SimpleAntiGrief] Version 1.2 by captainawesome7 has been enable
    d!
    10:45:18 [INFO] Whitelist: Trying to load whitelist and settings...
    10:45:18 [INFO] done.
    10:45:18 [INFO] Whitelist version 2.7 is enabled!
    10:45:18 [INFO] WorldEdit 4.5 enabled.
    10:45:18 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    10:45:18 [INFO] WorldGuard: No known permissions plugin detected. Using configur
    ation file for permissions.
    10:45:18 [INFO] WorldGuard: (world) Single session is enforced.
    10:45:18 [INFO] WorldGuard: (world) TNT ignition is blocked.
    10:45:18 [INFO] WorldGuard: (world) Lighters are blocked.
    10:45:18 [INFO] WorldGuard: (world) Lava fire is blocked.
    10:45:18 [INFO] WorldGuard: (world) All fire spread is disabled.
    10:45:18 [INFO] WorldGuard: Loaded configuration for world 'world"
    10:45:18 [INFO] WorldGuard: (world_nether) Single session is enforced.
    10:45:18 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    10:45:18 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    10:45:18 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    10:45:18 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    10:45:18 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    10:45:18 [INFO] WorldGuard: 18 regions loaded for 'world'
    10:45:18 [INFO] WorldGuard: 2 regions loaded for 'world_nether'
    10:45:18 [INFO] WorldGuard 5.0-alpha10 enabled.
    10:45:18 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    10:45:18 [INFO] LWC: Loading SQLite
    10:45:18 [INFO] LWC: Using: Native
    10:45:18 [INFO] LWC: Precached 711 protections.
    10:45:18 [INFO] LWC: At version: 3.30-git-LWC-94b93dd42195692ed1823346544359d591
    7274a2-b69jnks
    10:45:18 [INFO] [Prefixer]: Permission system not detected. Defaulting to OP per
    missions.
    10:45:18 [INFO] [Prefixer] v2.4 has been enabled.
    10:45:18 [INFO] Done (0.430s)! For help, type "help" or "?"
    10:45:28 [INFO] The automatic update-Check only work every 6 hours, the last che
    ck was 100 minutes ago.
    10:45:29 [INFO] Whitelist: Player luddajon is trying to join...
    10:45:29 [INFO] allow!
    10:45:29 [INFO] luddajon [/83.109.195.133:55787] logged in with entity id 196 at
     ([world] -151.25, 71.0, 24.375)
    10:45:29 [WARNING] Missing a prefix or suffix for default
    10:47:53 [INFO] Read timed out
    10:47:53 [INFO] luddajon lost connection: disconnect.endOfStream
    >stop
    10:47:59 [INFO] Stopping the server..
    10:47:59 [INFO] Stopping server
    10:47:59 [INFO] [AdvancementStandalone] version [1.0.1] - disabled
    10:47:59 [INFO] AppleTree disabled.
    10:47:59 [INFO] [BetterMechanics] disabled.
    10:47:59 [INFO] [ChestShop] version 3.00 BETA 9 shutting down!
    10:47:59 [INFO] [ColorMe] has been disabled.
    10:47:59 [INFO] [ChestShop] Economy plugin disabled!
    10:47:59 [INFO] ExactSpawn version 0.1 is disabled.
    10:47:59 [INFO] [HeroicDeath] 1.8.2.157 disabled.
    10:47:59 [INFO] NoFire version 1.3 is disabled!
    10:47:59 [INFO] PlgSetspawn version 4.1 stopping...
    10:47:59 [INFO] [SimpleAntiGrief] Version 1.2 by captainawesome7 has been disabl
    ed!
    10:47:59 [INFO] Goodbye world!
    10:47:59 [INFO] WorldGuard 5.0-alpha10 disabled.
    10:47:59 [INFO] LWC: Freeing SQLite
    10:47:59 [INFO] [Prefixer] has been disabled.
    10:47:59 [INFO] Saving chunks
    10:47:59 [INFO] Stopping server
    10:47:59 [INFO] Saving chunks
    >Press any key to continue . . .
     
  26. Offline

    ACStache

    by the looks of it, permissions isn't even one of the starting up plugins. make sure you put the .jar in the same folder as the other ones and rename the folder (included in the zip) to your default world's name.
    you should get something like this when you boot the server up:
    Code:
    2011-07-18 20:33:07 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-18 20:33:07 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    
    and it happens before the "Preparing level 'world' " line

    as for the lag... couldn't tell you what was causing that, sorry
     
    Trololol likes this.
  27. Offline

    Chuckster

    ahhh i still cant use the 3x version because for some reason no one can build or destroy blocks and whenever i do the
    build:true it disables the permissions saying it is invalid help please

    alright my config looks like this
    Code:
    groups:
    - Default
    - 'lockette.user.create.*'
    - 'mcmmo.skills.*'
    - 'cookbook.display.allrecipes*'
    - 'cookbook.display.allfurnacerecipes*'
    - 'mcmmo.skills.*'
    - 'mcmmo.ability.woodcutting.*'
    - 'mcmmo.ability.mining.*'
    - 'mcmmo.ability.axes.*'
    - 'mcmmo.ability.excavation.*'
    - 'mcmmo.ability.swords.*'
    - 'mcmmo.ability.unarmed.*'
    - 'mcmmo.ability.herbalism.*'
    - 'mobRider.command.goto.*'
    - 'mobRider.command.go.*'
    - 'mobRider.command.attack.*'
    - 'mobRider.command.stop.*'
    - 'mobRider.command.follow.*'
    - 'mobRider.command.mount.*'
    - 'mobRider.players.*'
    - 'mobRider.animals.*'
    - 'mobRider.monsters.*'
    - 'mywolf.leash'
    - 'mywolf.info'
    - 'mywolf.food.lives'
    - 'mywolf.food.hp'
    - 'mywolf.call'
    - 'mywolf.stop'
    - 'mywolf.chest.add'
    - 'mywolf.chest.open'
    - 'mywolf.setname'
    - 'mywolf.release'
    - 'iConomy.access.*'
    - 'iConomy.rank.*'
    - 'iConomy.list.*'
    - 'iConomy.payment.*'
    - 'iConomy.bank.access.*'
    - 'iConomy.bank.main.*'
    - 'iConomy.bank.main.view.*'
    - 'citizens.use.trader.*'
    - 'citizens.use.guard.*'
    - 'citizens.use.basic.*'
    - 'citizens.use.wizard.*'
    - 'citizens.use.healer.*'
    - 'citizens.use.blacksmith.*'
    - 'citizens.modify.trader.*'
    - 'citizens.modify.guard.*'
    - 'citizens.modify.basic.*'
    - 'citizens.modify.wizard.*'
    - 'citizens.modify.healer.*'
    - 'citizens.modify.blacksmith.*'
    - 'citizens.create.blacksmith.*'
    - 'citizens.create.basic.*'
    - 'citizens.create.trader.*'
    - 'citizens.create.healer.*'
    - 'citizens.create.wizard.*'
    - 'citizens.create.guard.*'
    - 'LightningEvent.onJoin.*'
    - 'LightningEvent.onQuit.*'
    - 'LightningEvent.onDeath.*'
    - 'LightningEvent.onRespawn.*'
    - 'tombstone.use.*'
    - 'tombstone.large.*'
    - 'tombstone.sign.*'
    - 'tombstone.freesign.*'
    - 'tombstone.freechest.*'
    - 'tombstone.quickloot.*'
    - 'tombstone.admin.*'
    - 'tombstone.cmd.tombfind.*'
    - 'tombstone.cmd.tombreset.*'
    - 'mcmmo.chat.partychat.*'
    - 'mcmmo.commands.ability.*'
    - 'mcmmo.commands.party.*'
    - 'mcmmo.commands.whois.*'
    - 'factions.participate.*'
    - 'factions.create.*'
    - 'war.player.*'
    - 'chaircraft.sit.*'
    - 'war.warp.*'
    - 'mobarena.use.join.*'
    - 'mobarena.use.leave.*'
    - 'mobarena.use.spectate.*'
    - 'mobarena.classes.Archer.*'
    - 'mobarena.classes.Chef.*'
    - 'mobarena.classes.Tank.*'
    - 'mobarena.classes.Knight.*'
    - 'mobarena.classes.Wizard.*'
    - 'mobarena.classes.Cookiemonster.*'
    - 'mobarena.classes.Mix-Man.*'
    - 'mobarena.classes.Berzerker.*'
    - 'mobarena.classes.Supplier.*'
    - 'mobarena.classes.Tank-Archer.*'
    - 'mobarena.classes.Heavy-Archer.*'
    - 'mobarena.classes.Chain-Archer.*'
    - 'mobarena.classes.Oddjob.*'
    - 'mobarena.classes.Chain-Knight.*'
    - 'mobarena.classes.Pet-Master.*'
    - 'mobarena.arenas.*'
    - 'lytreehelper.destroyall.*'
    - 'appleseed.plant.*'
    - 'appleseed.plant.apple.*'
    - 'appleseed.infinite.plant.*'
    - 'appleseed.infinite.fertilizer.*'
    - 'appleseed.infinite.cap.*'
    - Moderator
    - 'bar.foo'
    - Admin
    - 'mcmmo.skills.*'
    - 'cookbook.display.allrecipes*'
    - 'cookbook.display.allfurnacerecipes*'
    - 'mcmmo.ability.woodcutting.*'
    - 'mcmmo.ability.mining.*'
    - 'mcmmo.ability.axes.*'
    - 'mcmmo.ability.excavation.*'
    - 'mcmmo.ability.swords.*'
    - 'mcmmo.ability.unarmed.*'
    - 'mcmmo.ability.herbalism.*'
    - 'mobRider.command.goto.*'
    - 'mobRider.command.go.*'
    - 'mobRider.command.attack.*'
    - 'mobRider.command.stop.*'
    - 'mobRider.command.follow.*'
    - 'mobRider.command.mount.*'
    - 'mobRider.players.*'
    - 'mobRider.animals.*'
    - 'mobRider.monsters.*'
    - 'confess.*'
    - 'dispname.change.*'
    - 'npc.admin.*'
    - 'mywolf.leash'
    - 'mywolf.info'
    - 'mywolf.food.lives'
    - 'mywolf.food.hp'
    - 'mywolf.call'
    - 'mywolf.stop'
    - 'mywolf.setname'
    - 'mywolf.release'
    - 'mywolf.chest.add'
    - 'mywolf.chest.open'
    - 'weather.get.*'
    - 'weather.set.normal.*'
    - 'weather.set.storm.*'
    - 'weather.set.thunder.*'
    - 'weather.strike.player.*'
    - 'weather.strike.item.*'
    - 'weather.invulnerable.*'
    - 'citizens.use.trader.*'
    - 'citizens.use.guard.*'
    - 'citizens.use.basic.*'
    - 'citizens.use.wizard.*'
    - 'citizens.use.healer.*'
    - 'citizens.use.blacksmith.*'
    - 'citizens.modify.trader.*'
    - 'citizens.modify.guard.*'
    - 'citizens.modify.basic.*'
    - 'citizens.modify.wizard.*'
    - 'citizens.modify.healer.*'
    - 'citizens.modify.blacksmith.*'
    - 'citizens.create.blacksmith.*'
    - 'citizens.create.basic.*'
    - 'citizens.create.trader.*'
    - 'citizens.create.healer.*'
    - 'citizens.create.wizard.*'
    - 'citizens.create.guard.*'
    - 'iConomy.access.*'
    - 'iConomy.rank.*'
    - 'iConomy.list.*'
    - 'iConomy.payment.*'
    - 'iConomy.admin.grant.*'
    - 'iConomy.admin.hide.*'
    - 'iConomy.admin.set.*'
    - 'iConomy.admin.reset.*'
    - 'iConomy.admin.account.create.*'
    - 'iConomy.admin.account.remove.*'
    - 'iConomy.admin.stats.*'
    - 'iConomy.bank.access.*'
    - 'iConomy.bank.main.*'
    - 'iConomy.bank.main.view.*'
    - 'LightningEvent.onJoin.*'
    - 'LightningEvent.onQuit.*'
    - 'LightningEvent.onDeath.*'
    - 'LightningEvent.onRespawn.*'
    - 'creaturebox.set.*'
    - 'creaturebox.give.*'
    - 'creaturebox.creature.pig.*'
    - 'creaturebox.creature.zombie.*'
    - 'creaturebox.creature.cow.*'
    - 'creaturebox.creature.chicken.*'
    - 'creaturebox.creature.sheep.*'
    - 'creaturebox.creature.squid.*'
    - 'creaturebox.creature.creeper.*'
    - 'creaturebox.creature.ghast.*'
    - 'creaturebox.creature.pig_zombie.*'
    - 'creaturebox.creature.skeleton.*'
    - 'creaturebox.creature.spider.*'
    - 'creaturebox.creature.slime.*'
    - 'creaturebox.creature.monster.*'
    - 'creaturebox.creature.giant.*'
    - 'creaturebox.creature.wolf.*'
    - 'creaturebox.period.*'
    - 'creaturebox.count.*'
    - 'creaturebox.limit.*'
    - 'creaturebox.requires.*'
    - 'creaturebox.dropspawner.*'
    - 'creaturebox.placespawner.*'
    - 'tombstone.use.*'
    - 'tombstone.large.*'
    - 'tombstone.sign.*'
    - 'tombstone.freesign.*'
    - 'tombstone.quickloot.*'
    - 'tombstone.admin.*'
    - 'tombstone.freechest.*'
    - 'tombstone.cmd.tombfind.*'
    - 'tombstone.cmd.tombreset.*'
    - 'mcmmo.chat.partychat.*'
    - 'mcmmo.commands.ability.*'
    - 'mcmmo.commands.party.*'
    - 'mcmmo.commands.whois.*'
    - 'mcmmo.tools.mcgod.*'
    - 'superpowers.use.*'
    - 'superpowers.fly.*'
    - 'superpowers.instabreak.*'
    - 'superpowers.instakill.*'
    - 'superpowers.infinitehp.*'
    - 'superpowers.glow.*'
    - 'superpowers.itemspawn.*'
    - 'factions.participate.*'
    - 'factions.create.*'
    - 'factions.manageSafeZone.*'
    - 'factions.manageWarZone.*'
    - 'factions.adminBypass.*'
    - 'factions.reload.*'
    - 'factions.saveall.*'
    - 'factions.lock.*'
    - 'factions.disband.*'
    - 'factions.worldOptions.*'
    - 'war.player.*'
    - 'war.warp.*'
    - 'war.*'
    - 'chaircraft.sit.*'
    - 'OpenInv.openinv.*'
    - 'OpenInv.search.*'
    - 'OpenInv.override.*'
    - 'mobarena.use.join.*'
    - 'mobarena.use.leave.*'
    - 'mobarena.use.spectate.*'
    - 'mobarena.admin.enable.*'
    - 'mobarena.admin.protect.*'
    - 'mobarena.admin.restore.*'
    - 'mobarena.admin.force.end.*'
    - 'mobarena.admin.force.start.*'
    - 'mobarena.admin.config.reload.*'
    - 'mobarena.setup.arena.*'
    - 'mobarena.setup.setarena.*'
    - 'mobarena.setup.addarena.*'
    - 'mobarena.setup.delarena.*'
    - 'mobarena.setup.editarena.*'
    - 'mobarena.setup.setregion.*'
    - 'mobarena.setup.expandregion.*'
    - 'mobarena.setup.setwarp.*'
    - 'mobarena.setup.spawnpoints.*'
    - 'mobarena.setup.addspawn.*'
    - 'mobarena.setup.delspawn.*'
    - 'mobarena.setup.autogenerate.*'
    - 'mobarena.setup.autodegenerate.*'
    - 'mobarena.classes.Archer.*'
    - 'mobarena.classes.Chef.*'
    - 'mobarena.classes.Tank.*'
    - 'mobarena.classes.Knight.*'
    - 'mobarena.classes.Wizard.*'
    - 'mobarena.classes.Cookiemonster.*'
    - 'mobarena.classes.Mix-Man.*'
    - 'mobarena.classes.Berzerker.*'
    - 'mobarena.classes.Supplier.*'
    - 'mobarena.classes.Tank-Archer.*'
    - 'mobarena.classes.Heavy-Archer.*'
    - 'mobarena.classes.Chain-Archer.*'
    - 'mobarena.classes.Oddjob.*'
    - 'mobarena.classes.Chain-Knight.*'
    - 'mobarena.classes.Pet-Master.*'
    - 'mobarena.arenas.*'
    - 'lytreehelper.destroyall.*'
    - 'lytreehelper.generate.trees.*'
    - 'lytreehelper.generate.forests.*'
    - 'lytreehelper.generate.nursery.*'
    - 'lytreehelper.db.forestlist.*'
    - 'lytreehelper.db.registerforest.*'
    - 'lytreehelper.db.deleteforest.*'
    - 'lytreehelper.db.regenerateforest.*'
    - 'appleseed.plant.*'
    - 'appleseed.plant.apple.*'
    - 'appleseed.infinite.plant.*'
    - 'appleseed.infinite.fertilizer.*'
    - 'appleseed.infinite.cap.*'
     
    If i add Build:True like in the 2x version i get
     
    10:53:06 [SEVERE] while scanning a simple key
    in "<reader>", line 3, column 1:
    Build:True
    ^
    could not found expected ':'
    in "<reader>", line 296, column 41:
    ^
    Code:
    10:53:06 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:508)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    10:53:06 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    10:53:06 [SEVERE] at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:54)
    10:53:06 [SEVERE] at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    10:53:06 [SEVERE] at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    10:53:06 [SEVERE] at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    10:53:06 [SEVERE] at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    10:53:06 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:93)
    10:53:06 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    10:53:06 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularControl.java:105)
    10:53:06 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
    10:53:06 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    10:53:06 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    10:53:06 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    10:53:06 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    10:53:06 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    10:53:06 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    10:53:06 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    10:53:06 [SEVERE] [Permissions] Unable to load permission data.
    10:53:06 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    10:53:06 [INFO] [Permissions] (Yeti) was initialized.
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 15, 2019
  28. Offline

    fugue2005

    re: bukkit built in permissions system...

    Please for the love of God, never stop working on this plugin.
    no * nodes is in my opinion asinine.
    i planned on adopting the bukkit permissions system, and was even typing up nice groups in permissions.yml
    then i got to minecartmania.....
    i'll be damned if i'm giving up minecartmania.signs.*
     
  29. Offline

    ACStache

    not to convert you or anything, but spacemaniac released an update with 'wildcard' handling, so minecartmania.signs.* would work in that plugin. I'm not jumping ship anytime soon personally.
    "If it ain't broke (for my situation it isn't :p), don't fix it"
     
  30. Offline

    fugue2005

    look at my live groups file, i'll be damned if i'm redoing all the nodes that currently use *

    edit, actually no, his superperms plugin doesn't have inherant support for *, that only covers the permissions plugin.

    and looking over some of the other plugins i use, there's no way i'd be willing to give up essentials.unlimited.* either.
     
  31. Offline

    ACStache

    :confused: holy crap... yea, I don't blame you :p
     
Thread Status:
Not open for further replies.

Share This Page