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

    Endelt

    ok... got the "cant build" problem agian... help please
    groups.YML
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
                - 'essentials.help'
                - 'essentials.signs.warp.create'
                - 'essentials.signs.warp.use'
                - 'essentials.signs.trade.create'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.sell.create'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.balance.use'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.top'
                - 'essentials.jump'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.home'
                - 'essentials.home.others'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.worth'
                - 'essentials.sell'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'essentials.info'
                - 'essentials.msg'
                - 'essentials.afk'
                ­- 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.nick'
                - 'essentials.realname'
                - 'essentials.seen'
                - 'essentials.kit'
                - 'essentials.spawn'
                - '
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users.YML
    Code:
    users:
        frederikea1:
            groups:
                - Admins
            permissions:
        Doofen_Perry:
            groups:
                - Moderator
            permissions:
        Kuzco_god:
            groups:
                - Moderator
            info:
                prefix:
            permissions:
    nothing in my storage config (should there be?)

    My server log on startup:
    Code:
    148 recipes
    16 achievements
    01:54:53 [INFO] Starting minecraft server version Beta 1.6.6
    01:54:53 [INFO] Loading properties
    01:54:53 [INFO] Starting Minecraft server on 5.158.23.59:25565
    01:54:53 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    01:54:53 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    01:54:53 [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:54:53 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    01:54:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-767-
    g14a36a7-b819jnks (MC: 1.6.6)
    01:54:53 [INFO] Preparing level "world"
    01:54:53 [INFO] Preparing start region for level 0
    01:54:54 [INFO] Preparing start region for level 1
    01:54:54 [INFO] Preparing spawn area: 89%
    01:54:54 [INFO] DataSourcePool [BukkitPiston] autoCommit[false] transIsolation[S
    ERIALIZABLE] min[2] max[20]
    01:54:54 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    01:54:54 [INFO] trimming off 'is' from boolean field name isOp in class com.bukk
    it.redspider.bukkitPiston.PersistentPlayer
    01:54:55 [INFO] Entities enhanced[0] subclassed[3]
    01:54:55 [SEVERE] unacceptable character #FFFD special characters are not allowe
    d
    in "<reader>", position 1543
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.checkPrintable
    (StreamReader.java:68)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.update(StreamR
    eader.java:159)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.forward(Stream
    Reader.java:89)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.forward(Stream
    Reader.java:79)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToke
    n(ScannerImpl.java:970)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:237)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:510)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    01:54:55 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    01:54:55 [SEVERE]       at com.nijiko.configuration.NotNullConfiguration.load(No
    tNullConfiguration.java:52)
    01:54:55 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStor
    age.java:178)
    01:54:55 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStor
    age.java:29)
    01:54:55 [SEVERE]       at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreat
    or.java:58)
    01:54:55 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(Storag
    eFactory.java:129)
    01:54:55 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:91)
    01:54:55 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:82)
    01:54:55 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:103)
    01:54:55 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:184)
    01:54:55 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:140)
    01:54:55 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:106)
    01:54:55 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    01:54:55 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    01:54:55 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    01:54:55 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:285)
    01:54:55 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    01:54:55 [SEVERE] [Permissions] Unable to load permission data.
    01:54:55 [INFO] [Permissions] Shutting down Permissions due to error(s).
    01:54:55 [INFO] [Permissions] (Yeti) was initialized.
    01:54:55 [INFO] Loading BukkitPiston 0.53
    01:54:55 [INFO] Indlµste Essentials byg 2.3.1 af Zenexer, ementalo, Aelux, Brett
    flan, KimKandor, snowleo, ceulemans and Xeology
    01:54:55 [INFO] Indlµste EssentialsSpawn byg 2.3.1 af Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    01:54:55 [INFO] [Permissions] version [3.1.3] (Yeti)  loaded
    01:54:55 [INFO] Done (0,181s)! For help, type "help" or "?"
    >
    *EDIT could play just fine UNTILL i put in the "permissions" from Essentials
    **EDIT all commands work, just CANT BUILD :(
     
  3. Offline

    Windows_i7_920

    Permissions was such a great plugin. WHY did you have to fix what was not broken? The new format is simply way too confusing. I guess I'll have to look into GroupManager...
     
  4. Offline

    Lynxdragon

    Setting it up is no problem, its connecting fine. Its just that i need to be able to quickly and easily add permissions to users and groups. So i need some sort of control panel i can install onto my website, any ideas of freeware?
     
  5. Offline

    Mactownes

    Help me! I wrote my group config file but when i started the server it said this error:
    Code:
    17:14:55 [SEVERE] while parsing a block collection
     in "<reader>", line 9, column 13:
                    - 'essentials.help'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 16, column 16:
                    - 'essentials.tpaccept'
                       ^
    
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    17:14:55 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    17:14:55 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    17:14:55 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:162)
    17:14:55 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    17:14:55 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    17:14:55 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    17:14:55 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    17:14:55 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    17:14:55 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:103)
    17:14:55 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:182)
    17:14:55 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    17:14:55 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    17:14:55 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    17:14:55 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    17:14:55 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    17:14:55 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    17:14:55 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:14:55 [SEVERE] [Permissions] Unable to load permission data.
    17:14:55 [INFO] [Permissions] Shutting down Permissions due to error(s).
    17:14:55 [INFO] [Permissions] (Yeti) was initialized.
    
    Plz halp Thx
     
  6. Offline

    Jeyge

    I hear ya. I mean how could they change group: to groups:. Well, okay, I guess you can say that having to copy the groups to a file called groups.yml and users to a file called users.yml a change too. And damn those optional files they set up to perhaps help. And how could they even think of adding commands to this plugin.

    This was just a joke btw. I would never be the one to try to turn anyone away from what they want to do but really, I don't think people even understand that there really aren't that many changes to what the 2.x version did but more like additions.

    Without seeing your permissions files I can only make a guess but I'll bet you missed a closing quote between line 9 and 16.

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

    musicin3d

    Except I can't get it to run at all.
    Edit: Great points though.
     
  8. Offline

    Jeyge

    I would guess you copied a character that permissions doesn't like. On top of that, there is a dangling line right at the end of your Moderator group.

    I personally love it. No more BLOCK_PLACE/BLOCK_BREAK errors. I won't mind never seeing another one of those again and that is one thing this new style fixes.

    Post your files and what errors you are getting and we will help.

    Edit - oops. I was just getting to your file when I saw this post. Sorry, fixes incoming right now.

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

    Windows_i7_920

    Well, YAML is a real headache for me to begin with. When a plugin suddenly adds stuff and changes things it causes me even more confusion trying to get the spacing right. Even worse, I have tons and tons of permissions nodes from 2.x that copy/paste won't work as the spacing in the format changed. Really, they should make a converter. This is insane.
     
  10. Offline

    DarkBebi

    Code:
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: '&2Noob'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.signs.mail.create'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.worth'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.elevator'
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.'
                - 'essentials.mail.send'
                - 'mcmmo.skills.*'
                - 'mcmmo.ability.*'
                - 'jobs.join.*'
                - 'craftbook.mech.*'
                - 'towny.wild.*'
                - 'towny.spawntp'
                - 'towny.town.claim'
                - 'jobs.world.*'
                - 'localshops.user.*'
        VIP:
            default: false
            info:
                prefix: '&cVIP'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.tpo'
                - 'essentials.tpahere'
                - 'localshops.manager.*'
        Moderator:
            default: false
            info:
                prefix: '&5Mods'
                suffix: ''
                build: true
            inheritance:
                - VIP
            permissions:
                - 'essentials.ban'
                - 'essentials.mute'
                - 'essentials.kick'
                - 'essentials.unban'
                - 'essentials.reloadall'
                - 'essentials.tpohere'
                - 'essentials.tp'
                - 'essentials.compass'
                - 'bb.admin.*'
        Admins:
            default: false
            info:
                prefix: '&4Admin'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    So maybe someone can help me, my Users.yml file keeps either deleting itself or it reverts itself to an older version, my Mod and VIP who was just promoted keeps getting demoted and then promoted again until now, it just deleted my whole users.yml file[/CODE]
     
  11. Offline

    Jeyge

    The error you are getting is one that can only be fixed right now by removing your plugins one at a time until you find the one it doesn't like. Start with MyHome and/or MyWarp if you have those but it could actually be any plugin. I did see you are running v3.1.3 of Permissions. You will want to switch back to v3.1.2 for now as 3.1.3 has a problem when closing. Another thing to think about is perhaps trying to run 2.7.4 until some of the bugs are fixed in the 3.x versions.

    As for your files, you are missing the groups: from the top of your groups.yml file and the users: from the top of your users.yml file. When you add both of those, you will need to move everything else in the file over 4 spaces so your groups/users start exactly 4 spaces in.

    There is a converter and no spacing changed in the files with the exception as I said above of the groups in the users.yml file. It is a pain sometimes to convert those but at least it is a one time thing.

    You do have full control over the VPS though?

    There have been a lot of changes recently and I can't remember if there were any bugs with 3.1 but you might want to update to 3.1.2 to see if it fixes things. I know the caching stuff was changed recently and there might have been a write problem. Make sure you only take 3.1.2 though.

    You could delete them all and see if it fixes things then start to add them back. Or, I'm sure notepad++ has a way to display special characters although I don't know what it is.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 26, 2019
  12. Offline

    musicin3d

    Yeah I added those to the tops of the files as noted in an edit. I went ahead an reverted back to the last 2.x version so I could play until something was worked out. So you think one of my plugins isn't playing nicely with permissions?

    Thanks
     
  13. Offline

    QQCucumber

    This plugin is causing my server to hang any time I stop it, it gets stuck in limbo and I have to use the kill command to close it.
     
  14. Offline

    Jeyge

    Another person was having that problem the other day. I asked if he was running in a wrapper like McMyAdmin but he wouldn't answer that. How about you? I know McMyAdmin doesn't like outside control over files it thinks it needs to control. Also, which version of Permissions are you running?

    Switch back to 3.1.2 for now until it gets fixed.

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

    DarkBebi

    3.1 Yeti, I do not have McMyAdmin and my server is on a VPS that can not be accessed to right now to see if I have any errors in the cmd prompt, if there is any other way to get any errors, that would be awesome. I could list all of the plugins I have on my server if you want?
     
  16. Offline

    Endelt

    Yeah... found out about the dangling line... should i just try and remove them 1 by 1 untill permissions accept it or what?
     
  17. Offline

    Endelt

    WARNING DO NOT PUT THE "essentials.pay" in your permissions... this will not work
     
  18. Offline

    rcjrrjcr

    3.1.4 released. Fixes locking bugs that caused hanging on server reload/stop.
    Uhh... I think you messed up the format of your config. Can you post your config in code tags?
     
  19. Offline

    Jeyge

    Thanks for the quick fix on this rcjrrjcr. I just tested it and it no longer hangs.
     
  20. Offline

    Endelt

    sorry but im a real scrub at this... what files are the config?
     
  21. Offline

    YukonAppleGeek

    I am getting very frustrated, i have be trying to convert my yml files for 2 hr and stll not working. When ever i place a block it just goes back to my inventory. Here are my configs and error
    Code:
    18:24:48 [SEVERE] Caused by: while parsing a block mapping
     in "<reader>", line 2, column 4:
           YukonAppleGeek:
           ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 4, column 9:
                flarespire:
                ^
    
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    18:24:48 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    18:24:48 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    18:24:48 [SEVERE]     at com.nijiko.data.YamlUserStorage.reload(YamlUserStorage.java:202)
    18:24:48 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:29)
    18:24:48 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:34)
    18:24:48 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    18:24:48 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:90)
    18:24:48 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    18:24:48 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:506)
    18:24:48 [SEVERE]     ... 18 more
    
    Code:
    groups:
        - Default
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.rules'
                - 'essentials.helpop'
                - 'essentials.spawn'
                - 'essentials.afk'
        - Registered
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'blockhead.hat'
                - 'iConomy.payment'
                - 'iobookcase.canread'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.msg'
                - 'essentials.mail.*'
                - 'essentials.suicide'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'turnstile.use'
                - 'MobBounty.mb'
                - 'iConomyDeath.use'
                - 'turnstile.use'
                - 'mobRider.players'
                - 'mobRider.animals'
                - 'mobRider.monsters'
                - 'essentials.portal'
                - 'essentials.list'
                - 'essentials.helpop'
                - 'essentials.kit.tools'
                - 'craftbook.mech.cauldron'
                - 'achievements.check'
                - 'achievements.view.own'
                - 'achievements.view.list'
                - 'stats.log'
                - 'stats.view.own'
                - 'stats.view.playtime'
                - 'essentials.signs.disposal.use'
                - 'lockette.create.*'
        - Builder
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'worldedit.*'
                - 'superpowers.use'
                - 'essentials.give'
                - 'essentials.time'
                - 'magiccarpet.mc'
                - 'iobookcase.canwrite'
                - 'essentials.back'
                #- 'essentials.god'
                - 'permission.essentials.protect.exemptplacement'
                - 'blacklist.essentials.protect.exemptusage'
       - Moderator
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'humiliation.help'
                - 'humiliation.slap'
                - 'humiliation.humiliate'
                - 'humiliation.throw'
                - 'essentials.chat.spy'
        - Admins
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        - Owner
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Code:
    users:
        YukonAppleGeek:
                group: Owner
            flarespire:
                group: Builder
                inheritance:
                    - 'iConomyChestShop.shop.*'
            Ruger:
                group: Registered
     
  22. Offline

    Jeyge

    Your users.yml file was a bit messed up. I've fixed it for you:
    Code:
    users:
        YukonAppleGeek:
            groups:
            - Owner
        flarespire:
            groups:
            - Builder
            permissions:
            - 'iConomyChestShop.shop.*'
        Ruger:
            groups:
            - Registered
    You groups.yml wasn't too bad except that the actual group names don't start with a - and they need to end with a :. They also have to start in column 5.

    I think his point was that it isn't the permission that was the problem but that you ended up with a unicode character when you copied it from their website.

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

    zoathewind

    can someone PLEASE explain the stupid "parent" thing used in the commands?

    Code:
    /permissions <target> (w:<world>) promote <parent> (w:<parentworld>) <track>
    like seriously.... i didnt see it explained anywhere...

    why cant it simply be '/permissions promote (person) (world) ...
     
  24. Offline

    Jeyge

    Take a look at the post here.
     
  25. Offline

    rcjrrjcr

    Can everyone who downloaded a copy of the SQL interface JAR redownload it? I fixed a minor dependency issue causing it to load before Permissions.
     
  26. Offline

    albieos

    I'm unsure if I should post this here or in each of the plugins threads.

    Anyway.. I'm trying to install Sunscreen, ZombieAttack, ZeldaChickens and Angrywolves.

    I can run any one of them fine, however adding more than one results in this error:

    Code:
    2011-06-04 19:35:35 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-04 19:35:35 [SEVERE]    at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-04 19:35:35 [SEVERE]    at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:180)
    2011-06-04 19:35:35 [SEVERE]    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-06-04 19:35:35 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-04 19:35:35 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-04 19:35:35 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-04 19:35:35 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-04 19:35:35 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-04 19:35:35 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-04 19:35:35 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-04 19:35:35 [INFO] [Permissions] Shutting down Permissions due to error(s).
    
    Any help would be appreciated.
     
  27. Offline

    G1R Productions

    The users.yml constantly resets back to
    users:
    jmcpaintball:
    permissions:
    groups:

    This is a pain in the ass because no 1 can build or do anything because I cannot assign anyone to any group because it resets back instantly after reloading the plugin.
     
  28. Offline

    YukonAppleGeek

    For column 5 it would be like this (with out column#)?
    Code:
    groups:
        column2:
            column3:
                column4:
                    Default:
                        build: true
    Edit i also still get this error:
    Code:
    20:10:15 [SEVERE] java.lang.Exception: Error creating user YukonAppleGeek in world world due to storage problems!
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:491)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.getUsr(ModularControl.java:571)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.getPrimaryGroup(ModularControl.java:390)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.getGroup(ModularControl.java:888)
    20:10:15 [SEVERE]     at com.earth2me.essentials.PlayerExtension.getGroup(PlayerExtension.java:114)
    20:10:15 [SEVERE]     at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java:138)
    20:10:15 [SEVERE]     at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPlayerInteract(EssentialsProtectPlayerListener.java:40)
    20:10:15 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
    20:10:15 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    20:10:15 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    20:10:15 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    20:10:15 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:209)
    20:10:15 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:556)
    20:10:15 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
    20:10:15 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    20:10:15 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    20:10:15 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    20:10:15 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    20:10:15 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    20:10:15 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:10:15 [SEVERE] Caused by: while parsing a block mapping
     in "<reader>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 75, column 4:
           Moderator:
           ^
    
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:10:15 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    20:10:15 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    20:10:15 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    20:10:15 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    20:10:15 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:489)
    20:10:15 [SEVERE]     ... 19 more
    20:10:15 [SEVERE] java.lang.Exception: Error creating group Default in world world due to storage problems!
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:508)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:585)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.canGroupRawBuild(ModularControl.java:435)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.canGroupBuild(ModularControl.java:903)
    20:10:15 [SEVERE]     at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java:138)
    20:10:15 [SEVERE]     at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPlayerInteract(EssentialsProtectPlayerListener.java:40)
    20:10:15 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
    20:10:15 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    20:10:15 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    20:10:15 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    20:10:15 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:209)
    20:10:15 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:556)
    20:10:15 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
    20:10:15 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    20:10:15 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    20:10:15 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    20:10:15 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    20:10:15 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    20:10:15 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:10:15 [SEVERE] Caused by: while parsing a block mapping
     in "<reader>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 75, column 4:
           Moderator:
           ^
    
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    20:10:15 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:10:15 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    20:10:15 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    20:10:15 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    20:10:15 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    20:10:15 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    20:10:15 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:506)
    20:10:15 [SEVERE]     ... 18 more
    >stop
    20:12:52 [INFO] Stopping the server..
    20:12:52 [INFO] Stopping server
    20:12:52 [INFO] [dynmap] Unloaded 8 components.
    20:12:52 [INFO] [dynmap] Stopping map renderer...
    20:12:52 [INFO] [dynmap] Stopping map renderer...
    20:12:52 [INFO] [dynmap] Shutting down webserver...
    20:12:52 [INFO] [dynmap] map WebServer.run() stops with IOException
    20:12:52 [INFO] [dynmap] Webserver shut down.
    20:12:52 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is disabled!
    20:12:52 [INFO] MobRider 0.39 disabled.
    20:12:52 [INFO] [Permissions] (Yeti) saved all data.
    20:12:52 [INFO] [Permissions] (Yeti) disabled successfully.
    20:12:52 [INFO] Saving chunks
    20:12:52 [INFO] Saving chunks
    20:12:52 [INFO] Stopping server
    >Yukon-Vineckis-MacBook-Pro:Earth yukonvinecki$java -Xmx1024M -Xms1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    148 recipes
    16 achievements
    20:12:55 [INFO] Starting minecraft server version Beta 1.6.6
    20:12:55 [INFO] Loading properties
    20:12:55 [INFO] Starting Minecraft server on *:25565
    20:12:55 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    20:12:55 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    20:12:55 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    20:12:55 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    20:12:55 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    20:12:55 [INFO] Preparing level "world"
    20:12:56 [INFO] Preparing start region for level 0
    20:12:56 [INFO] Preparing start region for level 1
    20:12:57 [INFO] Preparing spawn area: 77%
    20:12:57 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    20:12:57 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    20:12:57 [INFO] Entities enhanced[0] subclassed[2]
    20:12:58 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    20:12:58 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    20:12:58 [INFO] Entities enhanced[0] subclassed[2]
    20:12:58 [SEVERE] while parsing a block mapping
     in "<reader>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 75, column 4:
           Moderator:
           ^
    
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    20:12:58 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:12:58 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    20:12:58 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    20:12:58 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    20:12:58 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    20:12:58 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    20:12:58 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    20:12:58 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    20:12:58 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:102)
    20:12:58 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    20:12:58 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140)
    20:12:58 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    20:12:58 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    20:12:58 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    20:12:58 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    20:12:58 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    20:12:58 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:12:58 [SEVERE] [Permissions] Unable to load permission data.
    20:12:58 [INFO] [Permissions] Shutting down Permissions due to error(s).
    20:12:58 [INFO] [Permissions] (Yeti) was initialized.
    20:12:58 [INFO] [Permissions] version [3.1.3] (Yeti)  loaded
    20:12:58 [INFO] [dynmap] Using environment as template: normal
    20:12:58 [INFO] [dynmap] Configuration of world world
    20:12:58 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@580a00fd
    20:12:58 [INFO] [dynmap] enabled: true
    20:12:58 [INFO] [dynmap] title: world
    20:12:58 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    20:12:58 [INFO] [dynmap] name: world
    20:12:58 [INFO] [dynmap] Loading maps of world 'world'...
    20:12:58 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    20:12:58 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    20:12:58 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    20:12:58 [INFO] [dynmap] Using environment as template: nether
    20:12:58 [INFO] [dynmap] Configuration of world world_nether
    20:12:58 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@23930c3a
    20:12:58 [INFO] [dynmap] enabled: true
    20:12:58 [INFO] [dynmap] title: world_nether
    20:12:58 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=nether, title=Surface, prefix=nt, maximumheight=127, colorscheme=default}]}]
    20:12:58 [INFO] [dynmap] name: world_nether
    20:12:58 [INFO] [dynmap] Loading maps of world 'world_nether'...
    20:12:58 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    20:12:58 [INFO] [dynmap] Loaded 1 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    20:12:58 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    20:12:58 [INFO] [dynmap] Loaded 8 components.
    20:12:58 [INFO] [dynmap] Dynmap WebServer started on null:8123
    20:12:58 [INFO] [dynmap] version 0.17 is enabled
    20:12:58 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:12:58 [INFO] Loaded EssentialsProtect build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:12:58 [INFO] Loaded EssentialsSpawn build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:12:58 [INFO] 280
    20:12:58 [INFO] 50
    20:12:58 [INFO] [Jail] Loaded 0 jail zones.
    20:12:58 [INFO] [Jail] Loaded 0 prisoners.
    20:12:58 [INFO] [Jail] Loaded 0 cells.
    20:12:58 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    20:12:58 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    20:12:58 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    20:12:58 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    20:12:58 [INFO] MobRider 0.39 enabled.
    20:12:58 [INFO] MobRider: Integrated with Permissions
    20:12:58 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    20:12:58 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.7 is enabled!
    20:12:58 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.2.2 is enabled!
    20:12:58 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    20:12:58 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    20:12:58 [INFO] Done (0.295s)! For help, type "help" or "?"
    20:12:59 [INFO] YukonAppleGeek [/127.0.0.1:60694] logged in with entity id 132 at (-2185.75, 76.0, 7114.65625)
    20:13:00 [INFO] [dynmap] Chunk snapshot support enabled
    20:13:16 [SEVERE] java.lang.Exception: Error creating user YukonAppleGeek in world world due to storage problems!
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:491)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.getUsr(ModularControl.java:571)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.getPrimaryGroup(ModularControl.java:390)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.getGroup(ModularControl.java:888)
    20:13:16 [SEVERE]     at com.earth2me.essentials.PlayerExtension.getGroup(PlayerExtension.java:114)
    20:13:16 [SEVERE]     at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java:138)
    20:13:16 [SEVERE]     at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPlayerInteract(EssentialsProtectPlayerListener.java:40)
    20:13:16 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
    20:13:16 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    20:13:16 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    20:13:16 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    20:13:16 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:209)
    20:13:16 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:556)
    20:13:16 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
    20:13:16 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    20:13:16 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    20:13:16 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    20:13:16 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    20:13:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    20:13:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:13:16 [SEVERE] Caused by: while parsing a block mapping
     in "<reader>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 75, column 4:
           Moderator:
           ^
    
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:13:16 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    20:13:16 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    20:13:16 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    20:13:16 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    20:13:16 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:489)
    20:13:16 [SEVERE]     ... 19 more
    20:13:16 [SEVERE] java.lang.Exception: Error creating group Default in world world due to storage problems!
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:508)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:585)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.canGroupRawBuild(ModularControl.java:435)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.canGroupBuild(ModularControl.java:903)
    20:13:16 [SEVERE]     at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java:138)
    20:13:16 [SEVERE]     at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPlayerInteract(EssentialsProtectPlayerListener.java:40)
    20:13:16 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
    20:13:16 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    20:13:16 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    20:13:16 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    20:13:16 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:209)
    20:13:16 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:556)
    20:13:16 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
    20:13:16 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    20:13:16 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    20:13:16 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    20:13:16 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    20:13:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    20:13:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:13:16 [SEVERE] Caused by: while parsing a block mapping
     in "<reader>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 75, column 4:
           Moderator:
           ^
    
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    20:13:16 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:13:16 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    20:13:16 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    20:13:16 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    20:13:16 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    20:13:16 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    20:13:16 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:506)
    20:13:16 [SEVERE]     ... 18 more
    
     
  29. Offline

    THEK

    Is there any way to hook into this plugin and upgrade a user from another plugin?
     
  30. Offline

    BlueSky

    This is my first time using bukkit and I got everthing working without errors etc, my sister then when on my server she can break and build stuff but it still spams her with "you do not have permission to use that" when she builds or right clicks
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - 'lwc.protect'
            - 'general.spawn'
            - 'general.player-info'
            - 'TradeCraft.canBuy'
            - 'TradeCraft.canSell'
            - 'TradeCraft.canMakePlayerShops'
        Moderator:
            default: false
            info:
                prefix: '&5[Moderator] '
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - 'lwc.protect'
            - 'general.items'
            - 'general.spawn'
            - 'general.teleport'
            - 'general.teleport.here'
            - 'general.player-info'
            - 'TradeCraft.canBuy'
            - 'TradeCraft.canSell'
            - 'TradeCraft.canMakePlayerShops'
        Owner:
            default: false
            info:
                prefix: '&c[Owner] '
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    
    Code:
    users:
        bluesky574:
            groups:
            - Owner
            permissions:
        PrincessWarrior:
            permissions:
            groups:
            - Default
    
     
  31. Offline

    avalondrey

Thread Status:
Not open for further replies.

Share This Page