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

    Jeyge

    Your permissions yml files are fine so everyone having all permissions is caused by something else. Did you give everyone OP access? Are you running multiple permissions plugins? Are they trying to build in the spawn location? For the build problems, see the wiki FAQ. I added a lot of information there on that subject. For the permissions problems, post your server.log.
     
  3. Offline

    kamakarzy

    thats the think not every1 is op im not trying to build in spawn point and my server saying everything fine
    but here is server log
     

    Attached Files:

  4. Offline

    Jeyge

    How about the people who have all commands? Making someone an OP is just like giving them '*' access. Also, your Default group can't build so if you expect any of them to be able to build anywhere in the world, you will need to move them to another group that has build set to true.
     
  5. Offline

    kamakarzy

  6. Offline

    Jeyge

    Which user/users can use all commands (and which commands are they) and who can't build?

    Just a quick check of the DefaultCommands topic told me that by default, all users have all commands. Going thru your config.yml from that plugin, I saw that you had it set to use the OP permissions which means that all users can use all commands from DC so I set it to false, and now that user can only do what they have been given permissions for. Set op_permissions to false for DC and those commands will work as expected. Was that the only plugin that they had full access to?

    Post your permissions yml files with one of the broken users in it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 15, 2019
  7. Offline

    kamakarzy

    all users can use all command and nomad856 is the only 1 that can build but i want it so default has nothing members can build mods can do there permissions and so on and owner to take over admin
     
  8. Offline

    Jeyge

    nomad856 should be the only one that can build because that is the way you set up the files. Now please give me a name of someone who can do all commands.
     
  9. Offline

    kamakarzy

    noname can do all commands he a default user

    yea and thanks but how do i set it so i can let misskama build??? as it set as co-owner and co-owner has build rights but she dont??

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

    Jeyge

    I just tried to do some of the WorldEdit commands and his permissions and I couldn't do any of them. This was all done on your server exactly how you set it up with the exception of changing the ip in your server.properties.
     
  11. Offline

    kamakarzy

    try /dctime or /dcgive

    also thank you for taking some of your time helping me

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

    DiscoBiscuit

    This plugin has broken without me modifying it. I updated some other plugins that should have very little to do with it (dynmap, mobileadmin) and suddenly I'm getting this error:
    Code:
    java.lang.NullPointerException
    	at com.nijikokun.bukkit.iChat.Listener.onPlayerChat(Listener.java:48)
    	at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:279)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:682)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  13. Offline

    Jeyge

    You have set that user to both CO-OWNER and Default. It is taking the Default group over the CO-OWNER because it is last. Remove one of the groups.

    Can you post the rest of the error. That looks like an iChat error.

    Edit - do you know you are running a version of iChat from last February?

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

    kamakarzy

    thank you for helping its sorted now
     
  15. Offline

    Tealk

    No after the changes i have no no errors hmm
    but herochat dont use the userfile for prefix dammed
     
  16. Offline

    ricande

    I have a little problem.

    First. I have not read all the 208 pages of this thread, but the last 20, and my problem does not seem to come up.
    I'm using the Whitelist 2.7 plugin, and the latest permissions, on bukkit 1000.
    I had the same problem on earlier bukkit's too.

    EDIT: I allso tried to use bukkit's own whitelist system.. Same problem.

    Now. To the problem.
    I would like to call myself experienced on permissions, but this is over my head.
    When ever a player is whitelisted, and join's our server for the first time, a user permissions node is
    created. Now. So far so good. The problem is that in my Groups.yml the group 'd' is set as default. But in
    the users.yml it does not enter it. So whenever a user joins, he becomes Default in minecraft. Default
    is not recognized by the groups file, as a group, so they have no permissions at all.
    I have to edit the users.yml file by hand, and give them group ' - d'. As of default, the user is not
    member of any group. Just blank space.
    How do i fix this little bugger?

    Thnx. //Ricande.
     
  17. Offline

    Poe

    found the problem! Essentials has Permissions.jar in the manifest and group manager doesnt but it still creates conflict somehow...just pointing out im no expert! all i did was delete groupmanager and groupmanagerbridge or watever theyre called and went into essentials manifest and took off the /lib permission.jar or something like that and i no longer have a illegal access error
     
  18. Offline

    GoofyGewber

    Hello everyone, me and some friends just purchased a server, and we need Permissions to work before I go on vacation. I tried 3 times today, and every time I got errors. Any help would be appreciated :D
    This is what my permissions looks like:
    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: '&e'
                suffix: ''
                build: false
            inheritance:
            Permissions:
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.transfer.multiple'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'essentials.spawn'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.chat.question'
                - 'essentials.afk'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
                - 'iConomy.bank.join.multiple'
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.create.<id>'
                - 'iConomyChestShop.shop.exclude.<id>'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'iConomyChestShop.command.iteminfo'
                - 'essentials.kit'
                - 'essentials.clearinventory'
                - 'essentials.spawn'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.msg'
                - 'essentials.helpop'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.afk'
                - 'essentials.getpos'
    
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
                - 'iConomyChestShop.admin'
                - 'essentials.give'
                - 'essentials.give.item-<itemid>'
                - 'essentials.give.item-<itemname>'
                - 'essentials.god'
                - 'essentials.backup'
                - 'essentials.ban'
                - 'essentials.ban.exempt'
                - 'essentials.ban.notify'
                - 'essentials.banip'
                - 'essentials.broadcast'
                - 'essentials.clearinventory'
                - 'essentials.clearinventory.others'
                - 'essentials.kick'
                - 'essentials.kick.notify'
                - 'essentials.mute'
                - 'essentials.mute.exempt'
                - 'essentials.socialspy'
                - 'essentials.tempban'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.weather'
                - 'essentials.spawn'
                - 'essentials.home.others'
                - 'essentials.tp'
                - 'essentials.chat.question'
                - 'essentials.chat.shout'
                - 'essentials.joinfullserver'
                - 'essentials.protect'
                - 'essentials.protect.admin'
                - 'essentials.protect.alerts'
                - 'essentials.protect.damage.disable'
                - 'essentials.protect.damage.drowning'
                - 'essentials.protect.damage.fall'
                - 'essentials.protect.damage.lava'
                - 'essentials.protect.damage.fire'
                - 'essentials.protect.damage.suffocation'
                - 'essentials.protect.damage.tnt'
                - 'essentials.protect.pvp'
                - 'essentials.signs.break.buy'
                - 'essentials.signs.break.disposal'
                - 'essentials.signs.break.free'
                - 'essentials.signs.break.disposal'
                - 'essentials.signs.break.heal'
                - 'essentials.signs.break.mail
                - 'essentials.helpop.receive'
                - 'worldguard.fire-toggle'
    
        Owner:
            default: false
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    This is the error I get in the console:

    Code:
    16:49:22 [SEVERE] while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 52, column 9:
                    - 'iConomy.access'
                ^
    
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    16:49:22 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    16:49:22 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    16:49:22 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    16:49:22 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    16:49:22 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    16:49:22 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    16:49:22 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    16:49:22 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    16:49:22 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    16:49:22 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    16:49:22 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    16:49:22 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    16:49:22 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    16:49:22 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    16:49:22 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    16:49:22 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    16:49:22 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    16:49:22 [SEVERE] [Permissions] Unable to load permission data.
    16:49:22 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    16:49:22 [INFO] [Permissions] (Yeti) was initialized.
    16:49:22 [INFO] [Permissions] (Yeti) disabled successfully.
    16:49:22 [INFO] Preparing level "world"
    16:49:22 [INFO] Preparing start region for level 0 (Seed: -957185923012109056)
    16:49:23 [INFO] [iChat] Permissions plugin not found or wrong version. Disabling
    16:49:23 [INFO] [iChat] iChat Disabled
    16:49:23 [INFO] Server permissions file permissions.yml is empty, ignoring it
    16:49:23 [INFO] Done (0.106s)! For help, type "help" or "?"
     
  19. Offline

    Jeyge

    You have tabs in your files that need to be removed. YAML doesn't support tabs. See the wiki FAQ for ways to remove them and prevent them from coming back.
     
  20. Offline

    JustNo0b

    Hi to all.
    i have problem with my permission.
    when i install new plugin i have this Error in console

    Code:
    151 recipes
    16 achievements
    01:27:13 [INFO] Starting minecraft server version Beta 1.7.3
    01:27:13 [INFO] Loading properties
    01:27:13 [INFO] Starting Minecraft server on 178.140.221.251:25565
    01:27:13 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    01:27:13 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    01:27:13 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    01:27:13 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    01:27:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    01:27:13 [INFO] LWC: Loading shared objects
    01:27:13 [INFO] LWC: Protection cache: 0/10000
    01:27:13 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejd
    bc.dll
    01:27:13 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko
    .permissions.ModularControl$RefreshTask from class com.nijiko.permissions.Modula
    rControl
    01:27:13 [SEVERE]       at com.nijiko.permissions.ModularControl.<init>(ModularC
    ontrol.java:64)
    01:27:13 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:179)
    01:27:13 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    01:27:13 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:131)
    01:27:13 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:97)
    01:27:13 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:51)
    01:27:13 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    01:27:13 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    01:27:13 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    01:27:13 [SEVERE] [Permissions] Unable to load permission data.
    01:27:13 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    01:27:13 [INFO] [Permissions] (Yeti) was initialized.
    01:27:13 [INFO] [Permissions] (Yeti) disabled successfully.
    01:27:13 [INFO] Preparing level "world"
    01:27:13 [INFO] Preparing start region for level 0 (Seed: -7156139592340765264)
    01:27:14 [INFO] Preparing start region for level 1 (Seed: 7120108071451613284)
    01:27:14 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and
     AutoSave MAY NOT function properly: git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC
    : 1.7.3)
    01:27:14 [INFO] [AutoSave] Loading config file
    01:27:14 [INFO] [AutoSave] Version 1.3.0 is enabled: 5098957f-4c0a-40c3-a031-7ed
    81c568a6b
    01:27:14 [INFO] BukkitContrib 0.1.7 has been initialized
    01:27:14 [INFO] CommandBook 1.5.2 enabled.
    01:27:14 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
    ures have been disabled to be compatible with poorly written server wrappers.
    01:27:14 [INFO] CommandBook: 5 banned name(s) loaded.
    01:27:14 [INFO] CommandBook: 1 kit(s) loaded.
    01:27:14 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    01:27:14 [INFO] [MYHOME]: 68 homes loaded
    01:27:14 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    01:27:14 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    01:27:14 [INFO] [MYHOME] MyHome 1.9.5 enabled
    01:27:15 [INFO] [OnlinePlayers v1.0] Enabled Successfully.
    01:27:15 [INFO] [SignLift] Version 0.9 - Copyright 2011 - Shannon Wynter (http:/
    /fremnet.net) is enabled
    01:27:15 [INFO] WorldBorder version 1.3.1 loading
    01:27:15 [INFO] [WorldBorder] [CONFIG] Using square border, knockback of 3.0 blo
    cks, and timer delay of 5.
    01:27:15 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    01:27:15 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissi
    ons v3.1.6
    01:27:15 [INFO] For reference, the main world's spawn location is at X: 108 Y: 6
    6 Z: 197
    01:27:15 [INFO] WorldEdit 4.6 enabled.
    01:27:15 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    01:27:15 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    01:27:15 [INFO] WorldGuard: (world) Single session is enforced.
    01:27:15 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    01:27:15 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    01:27:15 [INFO] WorldGuard: (world) Lava fire is blocked.
    01:27:15 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    01:27:15 [INFO] WorldGuard: Loaded configuration for world 'world"
    01:27:15 [INFO] WorldGuard: (world_nether) Single session is enforced.
    01:27:15 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    01:27:15 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    01:27:15 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    01:27:15 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    01:27:15 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    01:27:15 [INFO] WorldGuard: 72 regions loaded for 'world'
    01:27:15 [INFO] WorldGuard 5.2.2 enabled.
    01:27:15 [INFO] [xAuth] Loading player accounts..
    01:27:15 [INFO] [xAuth] Done! Loaded 135 Accounts!
    01:27:15 [INFO] [xAuth] v1.2.5 Enabled!
    01:27:15 [INFO] [iChat] Permissions plugin not found or wrong version. Disabling
    
    01:27:15 [INFO] [iChat] iChat Disabled
    01:27:15 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    01:27:15 [INFO] [Permissions] (Yeti) disabled successfully.
    01:27:15 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    01:27:15 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    01:27:15 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    01:27:15 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    01:27:15 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    01:27:15 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    01:27:15 [INFO] Using Permissions API
    01:27:15 [INFO] LWC: Loading SQLite
    01:27:15 [INFO] LWC: Using: Native
    01:27:15 [INFO] LWC: Precached 1010 protections.
    01:27:15 [INFO] LWC: At version: 3,30-git-LWC-94b93dd42195692ed1823346544359d591
    7274a2-b69jnks
    01:27:15 [INFO] Server permissions file permissions.yml is empty, ignoring it
    01:27:15 [INFO] Done (0,221s)! For help, type "help" or "?"
    01:27:16 [INFO] Disconnecting WunderWafle [/91.196.252.4:64171]: You are not whi
    te-listed on this server!
    01:27:35 [INFO] Disconnecting semsat [/86.106.208.224:55467]: You are not white-
    listed on this server!
    01:27:47 [INFO] Disconnecting Forza [/178.140.183.84:55284]: You are not white-l
    isted on this server!
    01:27:52 [INFO] lopoll [/178.140.221.251:59277] logged in with entity id 173 at
    ([world] 214.7823225418636, 64.0, -1737.3967175795858)
    01:27:52 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.Permission
    Handler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    01:27:52 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.in
    Group(NijiPermissionsResolver.java:77)
    01:27:52 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:106)
    01:27:52 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:250)
    01:27:52 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:168)
    01:27:52 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:244)
    01:27:52 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    01:27:52 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:332)
    01:27:52 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:124)
    01:27:52 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:97)
    01:27:52 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:74)
    01:27:52 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    01:27:52 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    01:27:52 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    01:27:52 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :91)
    01:27:52 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:451)
    01:27:52 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:361)
    01:27:52 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    01:27:52 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.Permission
    Handler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    01:27:52 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.in
    Group(NijiPermissionsResolver.java:77)
    01:27:52 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:106)
    01:27:52 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:250)
    01:27:52 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:173)
    01:27:52 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:244)
    01:27:52 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    01:27:52 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:332)
    01:27:52 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:124)
    01:27:52 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:97)
    01:27:52 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:74)
    01:27:52 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    01:27:52 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    01:27:52 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    01:27:52 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :91)
    01:27:52 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:451)
    01:27:52 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:361)
    01:27:52 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    
    

    if i dont install new plugins all okay.
    i have plugins:lwc,worldedit,worldguard,signlift,myhome and over more.

    but if i install some new now,that permissions give this error,help me pls
     
  21. Offline

    Bmandk

    Hello, i just installed this plugin, and wanted to know about the diffirent permissions. I can see moderators have modplugin.ban, modplugin.kick and modplugin.unban. Where can i see a list of all these? And how can i make custom ones for other plugins like World Edit? Thanks!
     
  22. Offline

    DiscoBiscuit

    I knew it was old, but not THAT old. I switched to HeroChat and permissions still won't load. It just says in the console
    2011-07-30 16:59:17 [INFO] [Permissions] (Yeti) disabled successfully.

    /pr in the console does nothing.

    I know my groups etc. are formatted correctly because they worked before and I haven't edited them in any way.
     
  23. Offline

    Raz0r.

  24. Offline

    Jeyge

    You are getting the IllegalAccessError which is usually caused by an out of date plugin. See the wiki FAQ for information on how to fix it.
    I don't believe those are real permissions but instead are just there to show you what you can do.
    Post your server.log and someone should be able to figure out what is wrong.

    You have a tab in your storageconfig.yml file and possibly others. YAML doesn't support tabs so they will need to be replaced with 4 spaces each. See the wiki FAQ for information on how to do this and how to prevent it in the future.
    Code:
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 2, column 1:
            storage:
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  25. Offline

    GoofyGewber

    So I re-did the entire thing, without tabbing. And I still get the error.

    Permissions:
    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: false
            inheritance:
            Permissions:
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iconomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.transfer.multiple'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'essentials.spawn'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.chat.question'
                - 'essentials.afk'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
                - 'iConomy.bank.join.multiple'
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.create.<id>'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'iConomyChestShop.command.iteminfo'
                - 'essentials.kit'
                - 'essentials.clearinventory'
                - 'essentials.spawn'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.msg'
                - 'essentials.helpop'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.afk'
                - 'essentials.getpos'
        Moderator:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.kick'
                - 'modplugin.unban'
                - 'iConomyChestShop.admin'
                - 'essentials.give'
                - 'essentials.give.item-<itemid>'
                - 'essentials.give.item-<itemname>'
                - 'essentials.god'
                - 'essentials.backup'
                - 'essentials.ban'
                - 'essentials.ban.exempt'
                - 'essentials.ban.notify'
                - 'essentials.banip'
                - 'essentials.broadcast'
                - 'essentials.clearinventory'
                - 'essentials.clearinventory.others'
                - 'essentials.kick'
                - 'essentials.kick.notify'
                - 'essentials.mute'
                - 'essentials.mute.exempt'
                - 'essentials.socialspy'
                - 'essentials.tempban'
                - 'essentials.unban'
                - 'essentials.ubanip'
                - 'essentials.unbanip'
                - 'essentials.weather'
                - 'essentials.spawn'
                - 'essentials.home.others'
                - 'essentials.tp'
                - 'essentials.chat.question'
                - 'essentials.chat.shout'
                - 'essentials.joinfullserver'
                - 'essentials.protect'
                - 'essentials.alerts'
                - 'essentials.damage.disable
                - 'essentials.damage.fall'
                - 'essentials.damage.lave'
                - 'essentials.damage.fire'
                - 'essentials.damage.suffocation'
                - 'essentials.damage.tnt'
                - 'essentials.protect.pvp'
                - 'essentials.signs.break.buy'
                - 'essentials.signs.break.disposal'
                - 'essentials.signs.break.free
                - 'essentials.signs.heal'
                - 'essentials.signs.mail'
                - 'essentials.signs.receive'
                - 'worldguard.fire-toggle'
        Admins:
            default: false
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Terminal:
    Code:
    18:30:14 [INFO] Done (0.153s)! For help, type "help" or "?"
    >reload
    18:32:39 [SEVERE] while parsing a block collection
     in "<reader>", line 110, column 13:
                    - 'modplugin.kick'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 144, column 16:
                    - 'essentials.damage.fall'
                       ^
    
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    18:32:39 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    18:32:39 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    18:32:39 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    18:32:39 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    18:32:39 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    18:32:39 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    18:32:39 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    18:32:39 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    18:32:39 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    18:32:39 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    18:32:39 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    18:32:39 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    18:32:39 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:378)
    18:32:39 [SEVERE]     at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    18:32:39 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    18:32:39 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:312)
    18:32:39 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    18:32:39 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    18:32:39 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    18:32:39 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  26. Offline

    DiscoBiscuit

  27. Offline

    Jeyge

    You are missing closing quotes on line 143 and 152.
    Code:
                - 'essentials.damage.disable
                - 'essentials.signs.break.free
    
    You have the IllegalAccessError caused by an out of date MyHome and possible other plugins. Update MyHome and if that doesn't fix it, see the wiki FAQ for other possible solutions.

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

    Poe

    HELP! When i use the globalgroups like this:
    Code:
    [CODE]
    groups:
        Default:
            default:true
                build:false
            permissions:'essentials.help'
                 'helpop'
                 'petition'
        Member:
            default:false
                build:true
            inheritance:Default
            permissions:'iConomy.bank.access'
                 'iConomy.access'
                 'iConomy.bank.deposit'
                 'iConomy.bank.join'
                 'iConomy.bank.leave'
                 'iConomy.bank.list'
                 'iConomy.bank.main'
                 'iConomy.bank.main.change'
                 'iConomy.bank.main.set'
                 'iConomy.bank.main.view'
                 'iConomy.bank.transfer'
                 'iConomy.bank.withdraw'
                 'iConomy.list'
                 'iConomy.payment'
                 'iConomy.rank'
                 'lottery.buy'
                 'lwc.protect'
                 'portalstick.placeportal'
                 'portalstick.teleport'
                 'simplespleef.list'
                 'simplespleef.play'
                 'simplespleef.team'
                 'simplespleef.leave'
                 'worldguard.slay'
                 'craftbook.mech.elevator.use'
                 'craftbook.mech.bridge.use'
                 'iConomyChestShop.shop.buy'
                 'iConomyChestShop.shop.sell'
                 'war.player'
                 'war.warp'
                 'jail.usercmd.jailstatus'
                 'jail.usercmd.jailpay'
                 'mobarena.classes.*'
                 'mobarena.use.*'
                 'cellmod.use'
                 'falsebook.ic.standard'
                 'falsebook.ic.detection'
                 'parties.allow.chat'
                 'parties.allow.tp'
                 'parties.allow.join'
                 'parties.allow.create'
                 'midibanks.can use'
                 'essentials.warp'
                 'essentials.tpa'
                 'essentials.tpaccept'
                 'essentials.tpdeny'
                 'essentials.spawn'
                 'essentials.back'
                 'essentials.back.ondeath'
                 'essentials.motd'
                 'essentials.afk'
                 'essentials.mail.*'
                 'essentials.home'
                 'essentials.sethome'
                 'essentials.portal'
                 'achievements.check'
                 'achievements.view.own'
                 'achievements.view.list'
                 'essentials.msg'
                 'essentials.suicide'
                 'essentials.tpahere'
                 'essentials.clearinventory'
                 'nocheat.fakesneak'
                 'mailbox.user.*'
                 'essentials.signs.use.*'
                 'bog.*'
                 'boi.*'
                 'bof.*'
                 'bol.*'
                 'ashtheking.tent.*'
                 'over9000homes.canUse'
                 'over9000homes.infiniteHomes'
                 'citizens.basic.use.*'
                 'citizens.wizard.use.*
                 'citizens.blacksmith.use.*'
                 'citizens.trader.use.*'
                 'citizens.healer.use.*'
                 'npcq.help'
        Moderator:
            default:false
                build:true
            inheritance:Member
            permissions:'lwc.mod'
                 'simplespleef.start'
                 'simplespleef.stop'
                 'simplespleef.delete'
                 'worldedit.clipboard.copy'
                 'worldedit.clipboard.cut'
                 'worldedit.clipboard.paste'
                 'worldedit.clipboard.rotate'
                 'worldedit.clipboard.flip'
                 'worldedit.clipboard.load'
                 'worldedit.clipboard.save'
                 'worldedit.clipboard.clear'
                 'worldedit.region.set'
                 'worldedit.region.replace'
                 'worldedit.region.stack'
                 'worldedit.wand'
                 'worldedit.selection.expand'
                 'worldedit.superpickaxe'
                 'worldedit.thaw'
                 'worldedit.butcher'
                 'worldedit.reload'
                 'craftbook.mech.elevator'
                 'craftbook.mech.gate'
                 'craftbook.mech.bridge'
                 'falsebook.ic.worldedit'
                 'falsebook.ic.selftriggered'
                 'nocheat.moving'
                 'nocheat.flying'
                 'nocheat.fastswim'
                 'nocheat.*'
                 'worldguard.*'
                 'petition.moderate'
                 'midibanks.can create'
                 'magiccarpet.*'
                 'citizens.toggle.*'
                 'citizens.trader.modify.*'
                 'citizens.healer.modify.*'
                 'antihack.*'
                 'zombe.allowfly'
                 'npcq.add'
                 'npcq.edit'
                 'npcq.remove'
                 'npcq.item'
                 'npcq.chain'
                 'npcq.help'
        Admins:
            default:false
                build:true
            inheritance:Moderator
            permissions:'BlackJack.use'
                 'iConomy.admin.account.create'
                 'iConomy.admin.account.remove'
                 'iConomy.admin.bank.create'
                 'iConomy.admin.bank.remove'
                 'iConomy.admin.bank.set'
                 'iConomy.admin.grant'
                 'iConomy.admin.reset'
                 'iConomy.admin.set'
                 'iConomy.admin.stats'
                 'iConomyChestShop.shop.create'
                 'iConomyChestShop.admin'
                 'lottery.admin.draw'
                 'lottery.admin.addtopot'
                 'lwc.admin'
                 'portalstick.creategrill'
                 'portalstick.deletegrill'
                 'portalstick.admin.regions'
                 'portalstick.admin.deleteall'
                 'simplespleef.reload'
                 'simplespleef.prize'
                 'WeatherControl.*'
                 'war.build'
                 'war.*'
                 'iwolvesadoption.create'
                 'iwolvesadoption.commands'
                 'jail.command.jailcreate'
                 'jail.command.jailcreatecells'
                 'jail.command.jaildelete'
                 'jail.command.jaildeletecells'
                 'jail.command.jail'
                 'jail.command.unjail'
                 'jail.command.jailtransfer'
                 'jail.command.jailtransferall'
                 'jail.command.jailcheck'
                 'jail.command.jailtelein'
                 'jail.command.jailteleout'
                 'jail.command.jaillist'
                 'jail.command.unjailforce'
                 'jail.command.jailclear'
                 'jail.command.jailclearforce'
                 'jail.command.jailmute'
                 'jail.command.jailstop'
                 'jail.modifyjail'
                 'mobarena.admin.*'
                 'cellmod.create'
                 'cellmod.destroy'
                 'cellmod.emcontact'
                 'signColours.*'
                 'falsebook.cart.*'
                 'izone.flags.*'
                 'essentials.signs.*'
                 'essentials.tpa'
                 'essentials.heal'
                 'essentials.*'
                 'essentials.god.*'
                 'essentials.unlimited.*'
                 'essentials.nick.*'
                 'essentials.ban'
                 'essentials.banip'
                 'essentials.clearinventory.others'
                 'essentials.kick'
                 'essentials.kickall'
                 'essentials.kill'
                 'essentials.unban'
                 'essentials.unbanip'
                 'achievements.admin.*'
                 'essentials.helpop.receive'
                 'essentials.spawner'
                 'essentials.reloadall'
                 'essentials.tp'
                 'essentials.tphere'
                 'citizens.admin*'
                 'citizens.basic.modify.*'
                 'npcq.*'
                 '*'
    
    the server runs just fine...but if u havent noticed all of the categories with a : need something next to them or we get a bunch of errors when just one is like this: watch the build: and the other places with colons in the server log that i attached that went with this globalgroups.yml file.
    Code:
    groups:
        Default:
            default: true
                build: false
            permissions:
                 'essentials.help'
                 'helpop'
                 'petition'
        Member:
            default: false
                build: true
            inheritance:
                 Default
            permissions:
                 'iConomy.bank.access'
                 'iConomy.access'
                 'iConomy.bank.deposit'
                 'iConomy.bank.join'
                 'iConomy.bank.leave'
                 'iConomy.bank.list'
                 'iConomy.bank.main'
                 'iConomy.bank.main.change'
                 'iConomy.bank.main.set'
                 'iConomy.bank.main.view'
                 'iConomy.bank.transfer'
                 'iConomy.bank.withdraw'
                 'iConomy.list'
                 'iConomy.payment'
                 'iConomy.rank'
                 'lottery.buy'
                 'lwc.protect'
                 'portalstick.placeportal'
                 'portalstick.teleport'
                 'simplespleef.list'
                 'simplespleef.play'
                 'simplespleef.team'
                 'simplespleef.leave'
                 'worldguard.slay'
                 'craftbook.mech.elevator.use'
                 'craftbook.mech.bridge.use'
                 'iConomyChestShop.shop.buy'
                 'iConomyChestShop.shop.sell'
                 'war.player'
                 'war.warp'
                 'jail.usercmd.jailstatus'
                 'jail.usercmd.jailpay'
                 'mobarena.classes.*'
                 'mobarena.use.*'
                 'cellmod.use'
                 'falsebook.ic.standard'
                 'falsebook.ic.detection'
                 'parties.allow.chat'
                 'parties.allow.tp'
                 'parties.allow.join'
                 'parties.allow.create'
                 'midibanks.can use'
                 'essentials.warp'
                 'essentials.tpa'
                 'essentials.tpaccept'
                 'essentials.tpdeny'
                 'essentials.spawn'
                 'essentials.back'
                 'essentials.back.ondeath'
                 'essentials.motd'
                 'essentials.afk'
                 'essentials.mail.*'
                 'essentials.home'
                 'essentials.sethome'
                 'essentials.portal'
                 'achievements.check'
                 'achievements.view.own'
                 'achievements.view.list'
                 'essentials.msg'
                 'essentials.suicide'
                 'essentials.tpahere'
                 'essentials.clearinventory'
                 'nocheat.fakesneak'
                 'mailbox.user.*'
                 'essentials.signs.use.*'
                 'bog.*'
                 'boi.*'
                 'bof.*'
                 'bol.*'
                 'ashtheking.tent.*'
                 'over9000homes.canUse'
                 'over9000homes.infiniteHomes'
                 'citizens.basic.use.*'
                 'citizens.wizard.use.*
                 'citizens.blacksmith.use.*'
                 'citizens.trader.use.*'
                 'citizens.healer.use.*'
                 'npcq.help'
        Moderator:
            default: false
                build: true
            inheritance:
                 Member
            permissions:
                 'lwc.mod'
                 'simplespleef.start'
                 'simplespleef.stop'
                 'simplespleef.delete'
                 'worldedit.clipboard.copy'
                 'worldedit.clipboard.cut'
                 'worldedit.clipboard.paste'
                 'worldedit.clipboard.rotate'
                 'worldedit.clipboard.flip'
                 'worldedit.clipboard.load'
                 'worldedit.clipboard.save'
                 'worldedit.clipboard.clear'
                 'worldedit.region.set'
                 'worldedit.region.replace'
                 'worldedit.region.stack'
                 'worldedit.wand'
                 'worldedit.selection.expand'
                 'worldedit.superpickaxe'
                 'worldedit.thaw'
                 'worldedit.butcher'
                 'worldedit.reload'
                 'craftbook.mech.elevator'
                 'craftbook.mech.gate'
                 'craftbook.mech.bridge'
                 'falsebook.ic.worldedit'
                 'falsebook.ic.selftriggered'
                 'nocheat.moving'
                 'nocheat.flying'
                 'nocheat.fastswim'
                 'nocheat.*'
                 'worldguard.*'
                 'petition.moderate'
                 'midibanks.can create'
                 'magiccarpet.*'
                 'citizens.toggle.*'
                 'citizens.trader.modify.*'
                 'citizens.healer.modify.*'
                 'antihack.*'
                 'zombe.allowfly'
                 'npcq.add'
                 'npcq.edit'
                 'npcq.remove'
                 'npcq.item'
                 'npcq.chain'
                 'npcq.help'
        Admins:
            default: false
                build: true
            inheritance:
                 Moderator
            permissions:
                 'BlackJack.use'
                 'iConomy.admin.account.create'
                 'iConomy.admin.account.remove'
                 'iConomy.admin.bank.create'
                 'iConomy.admin.bank.remove'
                 'iConomy.admin.bank.set'
                 'iConomy.admin.grant'
                 'iConomy.admin.reset'
                 'iConomy.admin.set'
                 'iConomy.admin.stats'
                 'iConomyChestShop.shop.create'
                 'iConomyChestShop.admin'
                 'lottery.admin.draw'
                 'lottery.admin.addtopot'
                 'lwc.admin'
                 'portalstick.creategrill'
                 'portalstick.deletegrill'
                 'portalstick.admin.regions'
                 'portalstick.admin.deleteall'
                 'simplespleef.reload'
                 'simplespleef.prize'
                 'WeatherControl.*'
                 'war.build'
                 'war.*'
                 'iwolvesadoption.create'
                 'iwolvesadoption.commands'
                 'jail.command.jailcreate'
                 'jail.command.jailcreatecells'
                 'jail.command.jaildelete'
                 'jail.command.jaildeletecells'
                 'jail.command.jail'
                 'jail.command.unjail'
                 'jail.command.jailtransfer'
                 'jail.command.jailtransferall'
                 'jail.command.jailcheck'
                 'jail.command.jailtelein'
                 'jail.command.jailteleout'
                 'jail.command.jaillist'
                 'jail.command.unjailforce'
                 'jail.command.jailclear'
                 'jail.command.jailclearforce'
                 'jail.command.jailmute'
                 'jail.command.jailstop'
                 'jail.modifyjail'
                 'mobarena.admin.*'
                 'cellmod.create'
                 'cellmod.destroy'
                 'cellmod.emcontact'
                 'signColours.*'
                 'falsebook.cart.*'
                 'izone.flags.*'
                 'essentials.signs.*'
                 'essentials.tpa'
                 'essentials.heal'
                 'essentials.*'
                 'essentials.god.*'
                 'essentials.unlimited.*'
                 'essentials.nick.*'
                 'essentials.ban'
                 'essentials.banip'
                 'essentials.clearinventory.others'
                 'essentials.kick'
                 'essentials.kickall'
                 'essentials.kill'
                 'essentials.unban'
                 'essentials.unbanip'
                 'achievements.admin.*'
                 'essentials.helpop.receive'
                 'essentials.spawner'
                 'essentials.reloadall'
                 'essentials.tp'
                 'essentials.tphere'
                 'citizens.admin*'
                 'citizens.basic.modify.*'
                 'npcq.*'
                 '*'
    
    Please help!
     

    Attached Files:

  29. Offline

    Jeyge

    @Poe
    You for some reason removed all of the dashes "-" from your file which will cause it to fail like that. I would go back a couple pages to where you posted a mostly working file and add back the things you removed. You also removed your info: tag above the build:.
     
  30. Offline

    Poe

    omg ur AWESOME <3 i double checked and i never fixed the citizens.wizard.use.* node that was missing the closing ' and now theres NO errrors thanks a ton :D
     

    Attached Files:

  31. Offline

    City Builder

    Having a huge error about permissions I think in our server log:
    http://pastebin.com/SVPhpEx2
    Any clues what I must do to fix this?

    Thanks
     
Thread Status:
Not open for further replies.

Share This Page