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

    Ailenpangwin

    thanks for the help, but i figured it out just recently. what my problem was, is that i only copied the groups / users and not the text corresponding to them. (ex. # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish f for groups.)

    anyways, thanks for the help. i am aware of the 4 spaces not =ing a tab, and i was confused since the groups / users yml files didnt have anything in them... thanks for the help.

    -Austin
     
  3. Offline

    rmbell

    ~/temp/update$ perl yaml2sql.pl ~/server_files/plugins/Permissions/World1.yml 1
    YAML Error: Invalid element in map
    Code: YAML_LOAD_ERR_BAD_MAP_ELEMENT
    Line: 15
    Document: 1
    at /usr/share/perl5/YAML.pm line 36


    Code:
    ~/temp/update$ cat ~/server_files/plugins/Permissions/World1.yml
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
                rank: 4
            inheritance: null
            permissions:
            - essentials.compass
            - essentials.getpos
            - essentials.msg
            - essentials.afk
            - essentials.rules
            - essentials.motd
            - essentials.list
            - essentials.mail.send
            - essentials.mail
            - essentials.help
            - essentials.tpa
            - essentials.tpahere
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.home
            - essentials.sethome
            - essentials.warp
            - essentials.warp.list
            - essentials.spawn
            - essentials.me
        Players:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
                rank: 2
            inheritance:
            - Default
            permissions:
            - essentials.item
            - essentials.heal
            - essentials.setwarp
            - essentials.world
            - essentials.portal
            - worldedit.butcher
            - worldedit.extinguish
            - worldedit.navigation.unstuck
            - worldedit.selection.*
            - essentials.compass
            - essentials.getpos
            - essentials.msg
            - essentials.afk
            - essentials.rules
            - essentials.motd
            - essentials.list
            - essentials.mail.send
            - essentials.mail
            - essentials.help
            - essentials.tpa
            - essentials.tpahere
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.home
            - essentials.sethome
            - essentials.warp
            - essentials.warp.list
            - essentials.reload
            - essentials.spawn
            - essentials.top
            - craftbook.mech.*
            - essentials.chat.question
            - essentials.chat.shout
            - essentials.clearinventory
            - essentials.god
            - essentials.god.others
            - essentials.back
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
                rank: 1
            inheritance: null
            permissions:
            - '*'
    users:
        rmbell:
            group: Admins
        Sephyon:
            group: Admins
        Create_Infinity:
            group: Admins
        Hansveno:
            group: Admins
        superpat89:
            group: Admins
        MLfilms:
            group: Players
            permissions:
            - worldedit.*
        Bunkergoose:
            group: Players
        MattuFarlygard:
            group: Players
        wasua:
            group: Players
        hippybaker:
            group: Players
        coaxke90:
            group: Players
        kab0naresuzu:
            group: Players
        penguinswin3:
            group: Players
        MindGrenade:
            group: Players
        deadh0b0:
            group: Players
        Deadforfun1:
            group: Players
        Megalor:
            group: Players
        WingsOfBliss:
            group: Players
        user1753:
            group: Admins
    Any ideas? I'm wanting to use it with mySQL but it errors out currently because the database doesn't have anything in it.
     
  4. Offline

    Henreezy

    I figured out my problem, it was that conversion guide I followed that f***ed everything up for me, I hope that same thing doesn't affect the masses.
     
  5. Offline

    Jeyge

    You shouldn't try to run both Permissions and GroupManager. You should be fine running either though.
    That error isn't caused by Permissions. As for your permissions files, what commands are you expecting them to run. You only gave them access to a few at most. What are they using and what is the error message they receive.

    Are you running one of the 1.6 builds? Also, who received this error, what world were they on and what are the permissions files for that world/user?
    Please post your files again with your latest server.log. I just can't see how you would get an error that you didn't have a line break in one of your users using what I posted.

    It is probably looking for properly formatted yml which that isn't. You need to indent all of your permissions and inheritance by 4 spaces and remove the rank lines.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  6. Offline

    CHEEZEGR8DR

    Preparing level "josh's awesome minecraft server"
    2011-05-29 16:54:57 [INFO] Preparing start region
    2011-05-29 16:54:58 [INFO] Preparing spawn area: 57%
    2011-05-29 16:54:59 [INFO] [CreativeBuild] Permission system not detected, defaulting to OP
    2011-05-29 16:54:59 [INFO] [CreativeBuild] Version 1.5 has been enabled!
    2011-05-29 16:54:59 [INFO] Permission system not detected, defaulting to OP
    2011-05-29 16:54:59 [INFO] [EasyFlight] version [0.3] is Enabled.
    2011-05-29 16:54:59 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-05-29 16:54:59 [INFO] [iConomy] Logging is currently disabled.
    2011-05-29 16:54:59 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-05-29 16:54:59 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-29 16:54:59 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system
    2011-05-29 16:54:59 [INFO] [RealShop] version [0.63] (tickleman) loaded
    2011-05-29 16:54:59 [INFO] [RepairChest 0.4.2] Enabled! currency: GOLD_INGOT baseCost: 0.01
    2011-05-29 16:54:59 [INFO] [RepairChest 0.4.2] Permissions plugin not found, defaulting to OPS CHECK mode
    2011-05-29 16:54:59 [INFO] [SimpleGive] Version 1.2 Permissions system not detected, defaulting to OP
    2011-05-29 16:54:59 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    2011-05-29 16:54:59 [INFO] SimpleHome: Loading homelist...
    2011-05-29 16:54:59 [INFO] done.
    2011-05-29 16:54:59 [INFO] SimpleHome version 1.5 is enabled!
    2011-05-29 16:54:59 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    2011-05-29 16:54:59 [INFO] WorldEdit 4.4 enabled.
    2011-05-29 16:54:59 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-05-29 16:55:00 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    2011-05-29 16:55:00 [INFO] Done (0.292s)! For help, type "help" or "?"
    2011-05-29 16:55:08 [INFO] meric171 [/5.179.80.246:51678] logged in with entity id 98 at (-96.5, 67.62000000476837, -18.5)
    2011-05-29 16:55:58 [INFO] Connection reset
    2011-05-29 16:55:58 [INFO] meric171 lost connection: disconnect.quitting
    2011-05-29 16:56:07 [INFO] Stopping the server..
    2011-05-29 16:56:07 [INFO] Stopping server
    2011-05-29 16:56:07 [INFO] [CreativeBuild] Version 1.5 has been disabled!
    2011-05-29 16:56:07 [INFO] [EasyFlight] version [0.3] is Disabled.
    2011-05-29 16:56:07 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-05-29 16:56:08 [INFO] [iConomy] Plugin disabled.
    2011-05-29 16:56:08 [INFO] [RealShop] version [0.63] (tickleman) un-loaded
    2011-05-29 16:56:08 [INFO] [RepairChest 0.4.2] Disabled
    2011-05-29 16:56:08 [INFO] [SimpleGive] SimpleGive v1.2 has been disabled!
    2011-05-29 16:56:08 [INFO] Goodbye world!
    2011-05-29 16:56:08 [INFO] Superpickaxe disabled
    2011-05-29 16:56:08 [INFO] [xLoginMessage] xLoginMessage v1.0 is disabled!
    2011-05-29 16:56:08 [INFO] Saving chunks
    2011-05-29 16:56:08 [INFO] Stopping server
    2011-05-29 19:01:45 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-29 19:01:45 [INFO] Loading properties
    2011-05-29 19:01:45 [INFO] Starting Minecraft server on *:25565
    2011-05-29 19:01:45 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-753-g34e310c-b803jnks (MC: 1.5_02)
    2011-05-29 19:01:45 [INFO] Preparing level "josh's awesome minecraft server"
    2011-05-29 19:01:45 [INFO] Preparing start region
    2011-05-29 19:01:46 [INFO] Preparing spawn area: 56%
    2011-05-29 19:01:47 [INFO] [Permissions] (Yeti) was initialized.
    2011-05-29 19:01:47 [INFO] [CreativeBuild] Permissions system detected!
    2011-05-29 19:01:47 [INFO] [CreativeBuild] Version 1.5 has been enabled!
    2011-05-29 19:01:47 [INFO] [EasyFlight] version [0.3] is Enabled.
    2011-05-29 19:01:47 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-05-29 19:01:48 [INFO] [iConomy] Logging is currently disabled.
    2011-05-29 19:01:48 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-05-29 19:01:48 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-29 19:01:48 [INFO] [Permissions] version [3.0.6] (Yeti) loaded
    2011-05-29 19:01:48 [INFO] [HeroChat] Permissions 3.0.6 found.
    2011-05-29 19:01:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-29 19:01:48 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system
    2011-05-29 19:01:48 [INFO] [RealShop] version [0.63] (tickleman) loaded
    2011-05-29 19:01:48 [INFO] [RepairChest 0.4.2] Enabled! currency: GOLD_INGOT baseCost: 0.01
    2011-05-29 19:01:48 [INFO] [SimpleGive] Version 1.2 Permissions system detected!
    2011-05-29 19:01:48 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    2011-05-29 19:01:48 [INFO] SimpleHome: Loading homelist...
    2011-05-29 19:01:48 [INFO] done.
    2011-05-29 19:01:48 [INFO] SimpleHome version 1.5 is enabled!
    2011-05-29 19:01:48 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    2011-05-29 19:01:48 [INFO] WorldEdit 4.4 enabled.
    2011-05-29 19:01:48 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-29 19:01:48 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    2011-05-29 19:01:48 [INFO] Done (0.307s)! For help, type "help" or "?"
    2011-05-29 19:02:16 [INFO] meric171 [/5.179.80.246:52242] logged in with entity id 99 at (-89.5, 73.62000000476837, -20.5)
    2011-05-29 19:02:16 [SEVERE] Could not pass event PLAYER_JOIN to CreativeBuild
    java.lang.NullPointerException
    at com.nijiko.permissions.Entry.has(Entry.java:85)
    at com.nijiko.permissions.Entry.hasPermission(Entry.java:57)
    at com.nijiko.permissions.ModularControl.permission(ModularControl.java:288)
    at com.nijiko.permissions.ModularControl.permission(ModularControl.java:277)
    at com.nijiko.permissions.ModularControl.has(ModularControl.java:270)
    at me.captain.CreativeBuild.CreativeBuild.canUseCB(CreativeBuild.java:53)
    at me.captain.CreativeBuild.CBPlayerListener.onPlayerJoin(CBPlayerListener.java:35)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:27 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:27 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:27 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:27 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:27 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:27 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:27 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:27 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:27 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:27 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:27 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:29 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:29 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:29 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:29 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:29 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:29 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:29 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:29 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:29 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:29 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:29 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:30 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:30 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:30 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:30 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:30 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:30 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:30 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:30 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:30 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:31 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:31 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:31 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:31 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:31 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:31 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:31 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:31 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:32 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:32 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:32 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:32 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:32 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:32 [SEVERE] java.lang.NullPointerException
    2011-05-29 19:02:32 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:286)
    2011-05-29 19:02:32 [SEVERE] at com.nijiko.permissions.Entry.recursiveCheck(Entry.java:268)
    2011-05-29 19:02:32 [SEVERE] at com.nijiko.permissions.Entry.canBuild(Entry.java:252)
    2011-05-29 19:02:32 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-05-29 19:02:32 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-29 19:02:32 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 19:02:36 [INFO] Connection reset
    2011-05-29 19:02:36 [INFO] meric171 lost connection: disconnect.quitting
    2011-05-29 19:02:58 [INFO] Stopping the server..
    2011-05-29 19:02:58 [INFO] Stopping server
    2011-05-29 19:02:58 [INFO] [CreativeBuild] Version 1.5 has been disabled!
    2011-05-29 19:02:58 [INFO] [EasyFlight] version [0.3] is Disabled.
    2011-05-29 19:02:58 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-05-29 19:02:58 [INFO] [iConomy] Plugin disabled.
    2011-05-29 19:02:58 [INFO] [Permissions] (Yeti) saved all data.
    2011-05-29 19:02:58 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-05-29 19:02:58 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-29 19:02:58 [INFO] [RealShop] version [0.63] (tickleman) un-loaded
    2011-05-29 19:02:58 [INFO] [RepairChest 0.4.2] Disabled
    2011-05-29 19:02:58 [INFO] [SimpleGive] SimpleGive v1.2 has been disabled!
    2011-05-29 19:02:58 [INFO] Goodbye world!
    2011-05-29 19:02:58 [INFO] Superpickaxe disabled
    2011-05-29 19:02:58 [INFO] [xLoginMessage] xLoginMessage v1.0 is disabled!
    2011-05-29 19:02:58 [INFO] Saving chunks
    2011-05-29 19:02:59 [INFO] Stopping server
    this is the server log
     
  7. Offline

    MacG32

    Is this plugin capable of reading permissions written in these manners? Thank you.
    Code:
      New:
        default: false
        info: {prefix: '&2', suffix: '', build: true}
        inheritance: null
        permissions: [commandbook.who, commandbook.motd, ichat.color, commandbook.kit.list,
          commandbook.rules, commandbook.spawn, commandbook.msg, commandbook.whereami,
          commandbook.whereami.compass, commandbook.clear, worldedit.extinguish, mywarp.warp.basic.warp,
          commandbook.kit.kits.sponge, commandbook.kit.kits.cloth, commandbook.kit.kits.mossycobblestone,
          commandbook.kit.kits.pumpkins, commandbook.kit.kits.string, commandbook.kit.kits.feathers,
          commandbook.kit.kits.miningbasics, commandbook.kit.kits.leaves, myhome.home.basic.home,
          myhome.home.basic.set, PrivateWarp.pw, commandbook.rocket]
    Code:
    users:
      Imglidinhere: {group: New}
      andyADD: {group: Guest}
      loser667: {group: VIP}
      Grymn277: {group: Mod}
      knoesen: {group: VIP}
     
  8. Offline

    jn108

    So i've been using permissions for several days now, without issue, now it seems i have reached what may be a cap on how many mods i am running. all of my mods work fine on thier own or if i take any 1 other mod out but with all of them combined when i get to about 11 or 12 mods i get an error that seems to break some of my mods untill i remove the one extra. As far as i can see there is no limit to how many mods permissions can work with. Maybe you guys can help me, here is what i'm seeing:

    Code:
    146 recipes
    16 achievements
    23:23:50 [INFO] Starting minecraft server version Beta 1.5_02
    23:23:50 [INFO] Loading properties
    23:23:50 [INFO] Starting Minecraft server on *:25565
    23:23:50 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-753-
    g34e310c-b803jnks (MC: 1.5_02)
    23:23:50 [INFO] Preparing level "Carthia"
    23:23:50 [INFO] Preparing start region
    23:23:51 [INFO] LWC     Loading shared objects
    23:23:51 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/amd64/sql
    itejdbc.dll
    23:23:51 [SEVERE] tried to access class com.nijiko.configuration.NotNullConfigur
    ation$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguratio
    n initializing Permissions v3.0.6 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.Not
    NullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNull
    Configuration
            at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfigura
    tion.java:47)
            at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:
    112)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:104)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    23:23:51 [INFO] BedHealAdvanced v1.0 is loaded.
    23:23:51 [INFO] [FirstSpawn] version 2  booted.
    23:23:51 [INFO] FLT Detector detected Permissions.
    23:23:51 [INFO] FLTDetector version 1.2.6 by <Soxra> has been enabled!
    23:23:51 [INFO] [iConomy] Logging is currently disabled.
    23:23:51 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    23:23:51 [INFO] [iConomy] Developed by: [Nijikokun]
    23:23:51 [INFO] [LC] Using Permissions.
    23:23:51 [INFO] [LC] Using FlatFile To Store Data.
    23:23:51 [INFO] [LC] LevelCraftCore 0.1.4 Loaded
    23:23:51 [INFO] [LC] Loaded levels:[]
    23:23:51 [INFO] [LocalShops] Loaded with 2 shop(s)
    23:23:51 [INFO] [LocalShops] Version 3.1.0 is enabled: 6ad095a2-979b-43c4-b5bc-2
    39c54639d0a
    23:23:51 [INFO] [LocalShops] Starting NotificationThread with Timer of 300 secon
    ds
    23:23:51 [INFO] [LocalShops][Economy] BOSEconomy not found.
    23:23:51 [INFO] [LocalShops][Economy] Essentials Economy not found.
    23:23:51 [INFO] [LocalShops][Economy] iConomy 4 not found.
    23:23:51 [INFO] [LocalShops][Economy] iConomy 5 hooked.
    23:23:51 [INFO] [LocalShops][Economy] iConomy 5 found: Loaded
    23:23:51 [INFO] [LocalShops][Permission] Permissions (Phoenix) found: Waiting
    23:23:51 [INFO] [LocalShops][Permission] Local Fallback Permissions found: Loade
    d
    23:23:51 [INFO] LWC     Loaded 116 locale strings (0 overrides)
    23:23:52 [INFO] LWC     Using Nijikokun's permissions plugin for permissions
    23:23:52 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    23:23:52 [INFO] [iConomy] hooked into Permissions.
    23:23:52 [INFO] [LocalShops][Permission] Permissions (Phoenix) hooked.
    23:23:52 [INFO] LWC     Loading SQLite
    23:23:52 [INFO] SQLite  Using: Native
    23:23:52 [INFO] LWC     At version: v2.31
    23:23:52 [INFO] [iConomy] hooked into Permissions.
    23:23:52 [INFO] [MineMail] v 1.3 is initializing
    23:23:52 [INFO] iConomy = true
    23:23:52 [INFO] [MineMail]  Hooked into Permissions version 3.0.6.
    23:23:52 [INFO] [MineMail] v 1.3 is initialized
    23:23:52 [INFO] [iConomy] hooked into Permissions.
    23:23:52 [INFO] [MineMail] hooked into iConomy v 5.01.
    23:23:52 [INFO] [MobBounty] v3.02 (Carbon) loaded.
    23:23:52 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    23:23:52 [INFO] [MobBounty] Config loaded.
    23:23:52 [INFO] [MobBounty] hooked into iConomy.
    23:23:52 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    23:23:52 [INFO] [iConomy] hooked into Permissions.
    23:23:52 [INFO] motd version 1.0 is enabled!
    23:23:52 [INFO] [iConomy] hooked into Permissions.
    23:23:52 [INFO] [MYHOME]: 2 homes loaded
    23:23:52 [INFO] [MYHOME] Permissions enabled using: Permissions v3.0.6
    23:23:52 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    23:23:52 [INFO] [MYHOME] MyHome 1.9.5 enabled
    23:23:52 [INFO] [iConomy] hooked into Permissions.
    23:23:52 [INFO] Tossers: Loaded plugin version 1.1!
    23:23:52 [INFO] [iConomy] hooked into Permissions.
    23:23:52 [INFO] Done (0.137s)! For help, type "help" or "?"
    >
     
  9. Offline

    IlliegalMexican

    I'm having the problem of any group without the '*' permission is unable to do anything. I've checked all plugins and every permission is in, and build is set to true. I'm sure everything is configured correctly as far as spaces, but just in case, here we go...
    Groups (Applies to all worlds...)
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - null
            permissions:
                - dc.do
                - 'uQuest.CanQuest.*'
                - mcmmo.motd
                - mcmmo.chat.partychat
                - mcmmo.commands.ability
                - mcmmo.commands.ptp
                - mcmmo.commands.party
                - mcmmo.commands.whois
                - mcmmo.commands.myspawn
                - mcmmo.commands.setmyspawn
                - mcmmo.ability.woodcutting
                - mcmmo.ability.mining
                - mcmmo.ability.axes
                - mcmmo.ability.excavation
                - mcmmo.ability.swords
                - mcmmo.ability.unarmed
                - mcmmo.ability.herbalism
                - mcmmo.skills.*
                - lottery.buy
                - 'lockette.user.create.*'
                - localshops.user.buy
                - localshops.user.sell
                - localshops.manager.add
                - localshops.manager.create
                - 'localshops.manager.destroy'
                - 'localshops.manager.move'
                - 'localshops.manager.remove'
                - 'localshops.manager.select'
                - 'localshops.manager.set'
                - 'localshops.manager.set.owner'
                - 'jobs.join.*'
                - 'icoland.basic.select'
                - 'icoland.basic.info'
                - 'icoland.land.list'
                - 'icoland.land.edit'
                - 'icoland.land.buy'
                - 'icoland.land.sell'
                - 'icoland.misc.canbuild'
                - 'iConomy.access'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'chaircraft.sit'
                - 'dc.help'
                - 'dc.who'
                - 'dc.spawn.self.*'
                - 'dc.home.self'
                - 'dc.sethome.self'
                - 'dc.online'
                - 'dc.message.other'
                - 'dc.message.self'
        VIP:
            default: false
            info:
                prefix: ''
                suffix: '&1'
                build: true
            inheritance:
                - Default
            permissions:
                - ''
        Donator:
            default: false
            info:
                prefix: ''
                suffix: '&2'
                build: true
            inheritance:
                - Default
            permissions:
                - ''
        Admins:
            default: false
            info:
                prefix: ''
                suffix: '&3'
                build: true
            inheritance:
            permissions:
                - '*'
    Users (Applies to all worlds....)
    Code:
    users:
    
        IlliegalMexican:
    
            groups:
                - 'Members'
            permissions:
    
        the3ysmen:
    
            groups:
                - 'VIP'
            permissions:
    
    Storage config...
    Code:
    permissions:
        storage:
            type: YAML
    C.B. Ver. 815
     
  10. Offline

    Jeyge

    Those aren't the same errors as before. Did you actually mean that you were still getting errors and not the same ones? That makes a huge difference. Now you say here that the server received the errors and not a user. Well, a user did something that caused the errors. I'll need to know what is being done to cause them. I'm guessing that meric171 did something after they logged in. The one problem with meric171, is that they don't actually have any permissions. I think you will find that meric171 and Meric171 are 2 different people in permissions land. I would give meric171 some permissions and see if it changes things.

    Which plugin are you adding/removing to get that to show up? There have been multiple reports of this error message and it seems like some plugins are causing it.

    Only things I can see in the file are the - ''s need to go and your groups in the users file shouldn't be enclosed in quotes. Oh, and Default shouldn't inherit from null. Just delete the - null line.

    One question though, you say that these files apply to all worlds. Did you put the same file in all <world>\groups.yml locations or is it part of globalgroups.yml?

    Edit - What exact commands aren't working btw?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  11. Offline

    RustyDagger

    The First post should have a list of plugins this dose not work with To save people a lot of time. (save every 1 testing the same thing and screaming about the same error.)
     
  12. Offline

    austech360

    The Perl script produces this error.

    Code:
    austin@austin-MacBook:~/Desktop$ perl yaml2sql.pl /home/austin/Desktop/world.yml 1
    
    Can't locate YAML.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at yaml2sql.pl line 2.
    BEGIN failed--compilation aborted at yaml2sql.pl line 2.
    
    
    and my world.yml looks like this

    Code:
    plugin:
    
        permissions:
    
            system: default
    
            copies: null
    
    groups:
    
        Default:
    
            default: true
    
            info:
    
                prefix: ''
    
                suffix: ''
    
                build: true
    
            inheritance: null
    
            permissions:
    
            - mcmmo.commands.ability.*
    
            - mcmmo.commands.*
    
            - -mcmmo.commands.setmyspawnother
    
            - mcmmo.chat.partychat
    
            - mcmmo.skills.*
    
            - iConomy.*
    
            - -iConomy.admin.*
    
            - commandbook.say.me
    
            - localshops.buysell
    
            - commandbook.spawn
    
        Water:
    
            default: false
    
            info:
    
                prefix: '&1'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
            - Default
    
            permissions:
    
            - bar.foo
    
        Fire:
    
            default: false
    
            info:
    
                prefix: '&4'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
            - Default
    
            permissions:
    
            - bar.foo
    
        Nature:
    
            default: false
    
            info:
    
                prefix: '&a'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
            - Default
    
            permissions:
    
            - worldedit.tool.tree
    
        Air:
    
            default: false
    
            info:
    
                prefix: '&7'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
            - Default
    
            permissions:
    
            - rocketboots.boots.gold
    
        jcahjbpcderp998754321:
    
            default: false
    
            info:
    
                prefix: '&d'
    
                suffix: ''
    
                build: true
    
            inheritance: null
    
            permissions:
    
            - '*'
    
    users:
    
        686t: {group: Air}
    
        austech360: {group: jcahjbpcderp998754321}
    
        flowergoddess: {group: Water}
    
        jsklcj : {group: Fire}
    
        lopeden: {group: jcahjbpcderp998754321}
    
        LuvDaBeat: {group: Water}
    
        modesthaus: {group: Fire}
    
        pureclass: {group: jcahjbpcderp998754321}
    
        skater40165: {group: jcahjbpcderp998754321}
    
        test: {group: Air}
    
        TxHark: {group: jcahjbpcderp998754321}
    
        voidedwar: {group: Air}
    
        Yamahanytro: {group: Water}
    Edit: I think I answered my own question. It needs the Yaml Perl Module doesnt it?
     
  13. Offline

    jn108

    Thanks for the quick response, here is a list of all the mods i've tried running, but as i said, all of them will run just fine, it's as soon as i go over around 11 plugins that i start getting the error:

    FirstSpawn
    iConomy
    LocalShops
    LWC
    MineMail
    MobBounty
    motd
    myhome
    permissions
    Tossers
    WorldEdit
    WorldGaurd

    Those are the ones i'm currently running without issue, some of the plugins i've tried to add and run into this error are:

    LevelCraft
    AutoMessage
    AutoAnnouncer
    SimpleTips
    Hookshot
    Bedheal

    If i were to take out say...motd and LWC and replacethem with hookshot and bed heal. bed heal and hookshot would work, but if i just try to add them into the list of existing plugin's, permissions get broken and nothing works for anyone.

    Thanks in advance,
    jn108
     
  14. Offline

    Jeyge

    If you are willing to run a true dev build, you can take a look here for the bug about the error message you are getting. If you choose to run the dev build but don't want to sign up, you can post your results here and I'll update the bug with the information. I would possibly help the dev find the problem.

    I just looked and yep, it looks like you will need that module. Also, you will probably need to fix the formatting of your permissions file. It seems to require the default 4 space indentation so all of your permissions need to be pushed over 4 more spaces as well as your inheritance. You will probably also need to break out the groups in the users section so they are on a new line.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  15. Offline

    pomo4ka

    @Jeyge
    In the server.log error no, I do not know what the problem.
     
  16. Offline

    austech360

    I toughed it out and just went to NaviCat. Typed it out. and it worked no problem
     
  17. Offline

    IlliegalMexican

    When I mean they apply to all, I mean the file has the same text between all worlds. Just copy / pasted it. My global users/groups are blank at the moment as they are useless. And its all commands, as well as building. Any group without * permission can't do anything in-game. As a test I removed permissions, and everyone could build again, but half my plugins became unusable as they are permissions-dependent.
     
  18. Offline

    thedarkdima

    i can't build and destroy blocks even that all of my groups build is 'true'.
    please help.
     
  19. Offline

    indigomontoya

    The tracks page is blank with no reference of where to go for anything else, i've combed the wiki with no luck. Maybe instead of ranting you could just help.

     
  20. Offline

    Revenger

    I'm waiting till the global permissions and all the bugs are fixed especially that over 12 plugin or so thing before I test it again.

    Its stupid I get these bugs they get fixed after allot of error report posting then next version there broken again.

    Our server is going to be running about 40 or so plugins on a 6 world multiworld setup with over 200 regged users or so and about 30 active at one time we kinda need this stable and working right.
     
  21. Offline

    Maxis010

    1 that rant wasn't directed at you and 2 if you read my post you will see I directed everyone to the wiki for STORAGE, for tracks I told people to look back over the topic where someone has experimented and written up a guide

    I am free to rant and the purpose of that want was to point out how some people have their heads so far up their arses they can't see the answers less than 10 clicks away so they just assume there are none


    For that sake of those that my rant attacked here is a link
    http://forums.bukkit.org/threads/ad...n-of-tomorrow-803-ne.18430/page-6#post-330202
    Enjoy you lazy bums

    I found it by searching permissions tracks
    First result directed me to a quote of the guide so I just clicked the hot link button and was taken directly too it
    Total time: 2 minutes, total clicks: 4, total effort: bugger all

    Continuing my helpful streak I just took that guide and added it to the wiki, you are welcome people
    Thanks to @Jeyge for his efforts in working out tracks, credit has been given

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  22. Offline

    indigomontoya

    You should rant some more :) it totally makes this a greate environment
     
  23. Offline

    BloodyDie

    If Not You World Of Minecraft Server's Be Nothing...
     
  24. Offline

    CHEEZEGR8DR

    Ya i didnt check the codes to see if they were the same and meric171 set down a block thats akk he diid
     
  25. Offline

    Superfastblast

    Yes i am running one of the 1.6 builds. the user that got this error was me and the files that i used are the ones you fixed for me. also i am in the admins group
     
  26. Offline

    Tim Andersen

    i found a bug. When newbies join. thay are not able to build anything, or mine anything. if i set thair permission in hand, to the default group like this.
    Before
    like2fry:
    permissions: null
    groups: null
    After
    like2fry:
    permissions: null
    groups:
    - Newbie
    It works.. That is a problem you need to fix really quick!!!
    Using the last 1.6 testbukkit build
     
  27. Offline

    m5k

    Make the newbie group default and set build to true. Did you even learn how to use the plugin?
     
  28. Offline

    Tealk

    its possible to make a list of plugins who run with 3.x
     
    m5k likes this.
  29. Offline

    fugue2005

    when new players join they aren't put into any group. and cannot use commands for the default group

    this gets put into users.yml

    permissions: null
    groups: null


    below is my groups file
     

    Attached Files:

  30. Offline

    Maxis010

    groups:
    Guest:
    default: false

    That is why, your guest group is not default so they get assigned nothing, when you null them permissions is compensating by assigning them to the first group it sees, if your groups.yml had admin first then everyone would be an admin

    @Tim Andersen
    Make sure you haven't done the same as this guy
     
  31. Offline

    mavbear

    I am having a bitch of a time trying to make permissions for other groups.. right now only admins can do anything, and judging by what I've read so far in this thread, others are having problems with no clear solution.

    I've tried everything from surrounding each permission note in quotes, taking out all the hyphens in front of permission nodes, nothing is working and this is very frustrating. What do I need to do?

    Server 1.6.5
    CB 815
    Permissions 306
     
Thread Status:
Not open for further replies.

Share This Page