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

    Maxis010

    You need to switch from the master to the experimental branch of the repo
     
  3. Offline

    Dark_Balor

    Thanks ... I feel stupid --'' never thought he used an another branch ^^''
     
  4. Offline

    Maxis010

    Don't feel stupid, I did the exact same thing when I looked at the source for the first time after release
     
  5. Ok so im playing around with the tracks and promotion system. I am able to promote Posen because in the user file he is actually in the group Default. But new people are not attributed a group in the user file. So i seemingly cant promote them. Also it seems the syntax or whatever its called is case sensitive. So you have to make sure the group name is streamlined throughout the entire config. This means the group name has to be excactly(!) the same in all 3 spots (Under groupconfig, under tracks and under userconfig.) else it wont work it seems
     
  6. Offline

    Jeyge

    For the initial assignment to a group, you should use "/pr <user> w:<world> parents add <group>".

    As for the casing, yml is very specific about that. Groups and groups are 2 different words to yml.
     
  7. Offline

    Pim1234

    well, i also have another problem:
    nobody can place blocks (also the error but also this), i also have that problem with p2. when i give a class (yes, build is on true of course) a '*' that class can build and mine and whatever, but when i remove the '*', that class can't build and destroy any blocks.

    and btw, does p3 (was it even p2) solve the "you have no permissions to do this" message when placing something?
     
  8. Offline

    mooman219

    So far so good! Working on Bukkit 860 for me with no immediate errors
     
  9. Offline

    e_zach

    you can just give mods permission to a track which has the untrusted and trusted user, and make untrusted the default group (if they have no group, it assumes they are a part of the default one) and just use the promote command
     
  10. No because like i explained the promote syntax for some reason has to have the group they are assigned in the userfile. And people by default are not assigned any groups on the userfile.. not even the default one. So in order for the promotions to work, an admin would have to manually add a group to the various users.

    However i think i have found another way.

    I just need to know if there are permissions for permissions.

    For example this one:

    "/pr <user> w:<world> parents add <group>".

    can only admins, people with the *, do that or is there a permission for that?
     
  11. Offline

    Jeyge

    All of the permissions for /pr are in the wiki but for parents add, you would use "permissions.parents.add".

    I tested the global files last night with 3.1.5b and everything seems to be working now. Give it another try and post your results as I only did a limited test with a few inheritances.

    That would depend on what the error is. Post the whole error or your server.log.

    Are you getting any errors in your server.log?

    I can only guess at the error since you didn't post it but take a look at the post here and the one 2 posts above it. I would start by changing the name of Permissions.jar to zPermissions.jar if this is the error you are seeing.

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

    Jeyge

    Oh, and you probably already know this but I gave you the wrong permission earlier on the promote. It would be "permissions.promote.<track>" or "permissions.demote.<track>".
     
  14. Offline

    FoX_AaZzA

    this is wayy over my head, trying to set it up as 2 user groups, the standard is a standard player but with the "give" command active, while the admins can use all commands, anyone know how to do this?
     
  15. Offline

    AegisZephyr

    @Jeyge
    Downgraded back to 3.1.4 and it no longer gives off the error.

    Edit: Tried the naming of 3.1.5b to aPermissions and still does the same thing. Staying with 3.1.4 for now.
     
  16. Offline

    Maxis010

    You need a plugin to supply the give command as the built in command runs purely off of ops.txt
     
  17. Offline

    Codisimus

    I am looking for a way to check the permissions a player has when they are offline. In other words I cannot get the Player object, only the String of their name. I need this for my TextPlayer plugin to see if users have permission to text commands to the server.
     
  18. Offline

    FoX_AaZzA

    well i was going to use give for a while, but i guess "kit" is what i was going to ultimately use
     
  19. Offline

    Jeyge

    I don't believe Permissions uses the Player object, just the internal User. You can call:
    Code:
        public abstract User safeGetUser(String world, String name) throws Exception;
    
    to get the User then call User.has() to see if they have the permission.

    Edit - oops, I think the default ph.has() only uses a text player too so that would be easier to call.
     
  20. Offline

    roughnecks21

    No errors in server.log i had an error with iconomy earlier but i got that fixed but i looked back and it was showing that the permissions were getting loaded just didnt work
     
  21. Offline

    Jeyge

    Is it only MyWarp that isn't working? And which version of Permissions are you running?
     
  22. Offline

    roughnecks21

    Using the latest permissions.jar and no it isnt only mywarp. All my plugins wont work properly. When i log on as admin i dont get all the permissions im supposed to have.

    ive been having this same problem since i tried to get permissions on my server. I dont know if its my setup for where the files go or what but i cant seem to get it to work for me

    Lol ya i noticed them after the fact but what will changing it to that do?

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

    Jeyge

    Post your server.log. Also, are you sure your user name is correct in the users.yml file?
     
  24. Offline

    Codisimus

    I see ph.has(string1, string2, string3) but what do these strings mean?
    my guess is ph.has(name, world, node)
    otherwise I can do ph.safeGetUser(world, name).hasPermission(node)
    Thanks for the help
     
  25. Offline

    roughnecks21

    Yes it is correct and here is my server.log
    Code:
    2011-06-11 05:13:45 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-11 05:13:45 [WARNING] **** NOT ENOUGH RAM!
    2011-06-11 05:13:45 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-06-11 05:13:45 [INFO] Loading properties
    2011-06-11 05:13:45 [INFO] Starting Minecraft server on 50.23.67.140:25589
    2011-06-11 05:13:45 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-11 05:13:45 [INFO] Preparing level "world"
    2011-06-11 05:13:45 [INFO] Preparing start region for level 0
    2011-06-11 05:13:46 [INFO] Preparing start region for level 1
    2011-06-11 05:13:46 [INFO] Preparing spawn area: 12%
    2011-06-11 05:13:47 [SEVERE] Could not load 'plugins\iConomy.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:59)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-11 05:13:47 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-11 05:13:48 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-11 05:13:49 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-11 05:13:49 [INFO] LWC    Loading shared objects
    2011-06-11 05:13:49 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-06-11 05:13:49 [SEVERE] [Permissions] storageconfig.yml is not a file.
    2011-06-11 05:13:49 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-11 05:13:49 [SEVERE] [Permissions] storageconfig.yml cannot be read.
    2011-06-11 05:13:49 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-11 05:13:49 [INFO] [Permissions] Creating storageconfig.yml.
    2011-06-11 05:13:49 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-11 05:13:49 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-11 05:13:49 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:180)
    2011-06-11 05:13:49 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-06-11 05:13:49 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-11 05:13:49 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-11 05:13:49 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-11 05:13:49 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-11 05:13:49 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-11 05:13:49 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-11 05:13:49 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-11 05:13:49 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-11 05:13:49 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-11 05:13:49 [INFO] ClothColor version 11 is enabled!
    2011-06-11 05:13:49 [INFO] iChat (v2.3.1) enabled
    2011-06-11 05:13:49 [INFO] [iConomyChestShop] version 2.74 initialized!
    2011-06-11 05:13:49 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:49 [INFO] [iConomyChestShop] LWC version 2.31 loaded.
    2011-06-11 05:13:49 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-06-11 05:13:50 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-06-11 05:13:50 [INFO] [Permissions] version [3.1.2] (Yeti)  loaded
    2011-06-11 05:13:50 [INFO] [iChat] Found Permissions (v3.1.2)
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] LWC    Loading SQLite
    2011-06-11 05:13:50 [INFO] SQLite    Using: Native
    2011-06-11 05:13:50 [INFO] LWC    At version: v2.31
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-06-11 05:13:50 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-06-11 05:13:50 [INFO] [MagicCarpet] Restricted to: []
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] [mcMMO] Permissions enabled.
    2011-06-11 05:13:50 [INFO] mcMMO version 1.0.09 is enabled!
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] [MYWARP]: 30 warps loaded
    2011-06-11 05:13:50 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.2
    2011-06-11 05:13:50 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-06-11 05:13:50 [INFO] MyWarp 1.10.7 enabled
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [WARNING] [NoCheat] you have set "allow-flight=false" in your server.properties file. That builtin anti-flying-mechanism will likely conflict with this plugin. Please consider deactivating it by setting it to "true"
    2011-06-11 05:13:50 [WARNING] [NoCheat] version [1.01a] couldn't find Permissions plugin. Fallback to 'isOp()' equals 'nocheat.*'
    2011-06-11 05:13:50 [INFO] [NoCheat] version [1.01a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-11 05:13:50 [INFO] [NoCheat] version [1.01a] is enabled with the following checks: moving bedteleport speedhack itemdupe flying
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] [Residence] Found Permissions Plugin!
    2011-06-11 05:13:50 [INFO] [Residence] iConomy NOT found!
    2011-06-11 05:13:50 [INFO] [Residence] Save File not found...
    2011-06-11 05:13:50 [INFO] [Residence] Enabled! Version v2.1.3 by bekvon
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-11 05:13:50 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] [WeatherGod] Permission system detected.
    2011-06-11 05:13:50 [INFO] WeatherGod version 0.31 is enabled!
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] WorldEdit 4.4 enabled.
    2011-06-11 05:13:50 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-11 05:13:50 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-11 05:13:50 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-11 05:13:50 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-11 05:13:50 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-11 05:13:50 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-11 05:13:50 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:13:50 [INFO] Done (0.507s)! For help, type "help" or "?"
    2011-06-11 05:13:55 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-11 05:13:55 [SEVERE] [uQuest] iConomy is not loaded. Turning iConomy support off.
    2011-06-11 05:13:55 [SEVERE] [uQuest] Permissions is not loaded. Turning Permissions support off.
    2011-06-11 05:16:20 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-11 05:16:20 [WARNING] **** NOT ENOUGH RAM!
    2011-06-11 05:16:20 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-06-11 05:16:20 [INFO] Loading properties
    2011-06-11 05:16:20 [INFO] Starting Minecraft server on 50.23.67.140:25589
    2011-06-11 05:16:20 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-11 05:16:20 [INFO] Preparing level "world"
    2011-06-11 05:16:21 [INFO] Preparing start region for level 0
    2011-06-11 05:16:21 [INFO] Preparing start region for level 1
    2011-06-11 05:16:22 [INFO] Preparing spawn area: 48%
    2011-06-11 05:16:22 [SEVERE] Could not load 'plugins\iConomy.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:59)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-11 05:16:22 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-11 05:16:22 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-11 05:16:23 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-11 05:16:23 [INFO] LWC    Loading shared objects
    2011-06-11 05:16:23 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-06-11 05:16:23 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-11 05:16:23 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-11 05:16:23 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:180)
    2011-06-11 05:16:23 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-06-11 05:16:23 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-11 05:16:23 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-11 05:16:23 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-11 05:16:23 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-11 05:16:23 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-11 05:16:23 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-11 05:16:23 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-11 05:16:23 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-11 05:16:23 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-11 05:16:23 [INFO] ClothColor version 11 is enabled!
    2011-06-11 05:16:23 [INFO] iChat (v2.3.1) enabled
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] version 2.74 initialized!
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] LWC version 2.31 loaded.
    2011-06-11 05:16:23 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-06-11 05:16:23 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-06-11 05:16:23 [INFO] [Permissions] version [3.1.2] (Yeti)  loaded
    2011-06-11 05:16:23 [INFO] [iChat] Found Permissions (v3.1.2)
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] LWC    Loading SQLite
    2011-06-11 05:16:23 [INFO] SQLite    Using: Native
    2011-06-11 05:16:23 [INFO] LWC    At version: v2.31
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-06-11 05:16:23 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-06-11 05:16:23 [INFO] [MagicCarpet] Restricted to: []
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] [mcMMO] Permissions enabled.
    2011-06-11 05:16:23 [INFO] mcMMO version 1.0.09 is enabled!
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] [MYWARP]: 30 warps loaded
    2011-06-11 05:16:23 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.2
    2011-06-11 05:16:23 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-06-11 05:16:23 [INFO] MyWarp 1.10.7 enabled
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [WARNING] [NoCheat] you have set "allow-flight=false" in your server.properties file. That builtin anti-flying-mechanism will likely conflict with this plugin. Please consider deactivating it by setting it to "true"
    2011-06-11 05:16:23 [WARNING] [NoCheat] version [1.01a] couldn't find Permissions plugin. Fallback to 'isOp()' equals 'nocheat.*'
    2011-06-11 05:16:23 [INFO] [NoCheat] version [1.01a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-11 05:16:23 [INFO] [NoCheat] version [1.01a] is enabled with the following checks: moving bedteleport speedhack itemdupe flying
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] [Residence] Found Permissions Plugin!
    2011-06-11 05:16:23 [INFO] [Residence] iConomy NOT found!
    2011-06-11 05:16:23 [INFO] [Residence] Save File not found...
    2011-06-11 05:16:23 [INFO] [Residence] Enabled! Version v2.1.3 by bekvon
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-11 05:16:23 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] [WeatherGod] Permission system detected.
    2011-06-11 05:16:23 [INFO] WeatherGod version 0.31 is enabled!
    2011-06-11 05:16:23 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:23 [INFO] WorldEdit 4.4 enabled.
    2011-06-11 05:16:23 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 05:16:24 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:24 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-11 05:16:24 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-11 05:16:24 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-11 05:16:24 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-11 05:16:24 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-11 05:16:24 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-11 05:16:24 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:16:24 [INFO] Done (0.314s)! For help, type "help" or "?"
    2011-06-11 05:16:28 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-11 05:16:28 [SEVERE] [uQuest] iConomy is not loaded. Turning iConomy support off.
    2011-06-11 05:16:28 [SEVERE] [uQuest] Permissions is not loaded. Turning Permissions support off.
    2011-06-11 05:26:16 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-11 05:26:16 [WARNING] **** NOT ENOUGH RAM!
    2011-06-11 05:26:16 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-06-11 05:26:16 [INFO] Loading properties
    2011-06-11 05:26:16 [INFO] Starting Minecraft server on 50.23.67.140:25589
    2011-06-11 05:26:16 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-11 05:26:16 [INFO] Preparing level "world"
    2011-06-11 05:26:16 [INFO] Preparing start region for level 0
    2011-06-11 05:26:17 [INFO] Preparing start region for level 1
    2011-06-11 05:26:17 [INFO] Preparing spawn area: 16%
    2011-06-11 05:26:18 [SEVERE] Could not load 'plugins\iConomy.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:59)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-11 05:26:18 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-11 05:26:18 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-11 05:26:19 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-11 05:26:19 [INFO] LWC    Loading shared objects
    2011-06-11 05:26:19 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-06-11 05:26:19 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-11 05:26:19 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-11 05:26:19 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:180)
    2011-06-11 05:26:19 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-06-11 05:26:19 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-11 05:26:19 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-11 05:26:19 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-11 05:26:19 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-11 05:26:19 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-11 05:26:19 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-11 05:26:19 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-11 05:26:19 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-11 05:26:19 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-11 05:26:19 [INFO] ClothColor version 11 is enabled!
    2011-06-11 05:26:19 [INFO] iChat (v2.3.1) enabled
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] version 2.74 initialized!
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] LWC version 2.31 loaded.
    2011-06-11 05:26:19 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-06-11 05:26:19 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-06-11 05:26:19 [INFO] [Permissions] version [3.1.2] (Yeti)  loaded
    2011-06-11 05:26:19 [INFO] [iChat] Found Permissions (v3.1.2)
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] LWC    Loading SQLite
    2011-06-11 05:26:19 [INFO] SQLite    Using: Native
    2011-06-11 05:26:19 [INFO] LWC    At version: v2.31
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-06-11 05:26:19 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-06-11 05:26:19 [INFO] [MagicCarpet] Restricted to: []
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] [mcMMO] Permissions enabled.
    2011-06-11 05:26:19 [INFO] mcMMO version 1.0.09 is enabled!
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] [MYWARP]: 30 warps loaded
    2011-06-11 05:26:19 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.2
    2011-06-11 05:26:19 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-06-11 05:26:19 [INFO] MyWarp 1.10.7 enabled
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [WARNING] [NoCheat] you have set "allow-flight=false" in your server.properties file. That builtin anti-flying-mechanism will likely conflict with this plugin. Please consider deactivating it by setting it to "true"
    2011-06-11 05:26:19 [WARNING] [NoCheat] version [1.01a] couldn't find Permissions plugin. Fallback to 'isOp()' equals 'nocheat.*'
    2011-06-11 05:26:19 [INFO] [NoCheat] version [1.01a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-11 05:26:19 [INFO] [NoCheat] version [1.01a] is enabled with the following checks: moving bedteleport speedhack itemdupe flying
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] [Residence] Found Permissions Plugin!
    2011-06-11 05:26:19 [INFO] [Residence] iConomy NOT found!
    2011-06-11 05:26:19 [INFO] [Residence] Save File not found...
    2011-06-11 05:26:19 [INFO] [Residence] Enabled! Version v2.1.3 by bekvon
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-11 05:26:19 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] [WeatherGod] Permission system detected.
    2011-06-11 05:26:19 [INFO] WeatherGod version 0.31 is enabled!
    2011-06-11 05:26:19 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:19 [INFO] WorldEdit 4.4 enabled.
    2011-06-11 05:26:19 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 05:26:20 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:20 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-11 05:26:20 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-11 05:26:20 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-11 05:26:20 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-11 05:26:20 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-11 05:26:20 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-11 05:26:20 [INFO] [iConomyChestShop] Permissions version 3.1.2 loaded.
    2011-06-11 05:26:20 [INFO] Done (0.343s)! For help, type "help" or "?"
    2011-06-11 05:26:24 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-11 05:26:24 [SEVERE] [uQuest] iConomy is not loaded. Turning iConomy support off.
    2011-06-11 05:26:24 [SEVERE] [uQuest] Permissions is not loaded. Turning Permissions support off.
    2011-06-11 05:26:47 [INFO] roughnecks21 [/184.77.120.244:57907] logged in with entity id 155 at ([ world] -254.74911613206172, 77.0, -735.1546585032239)
    2011-06-11 05:26:47 [SEVERE] Could not pass event PLAYER_JOIN to mcMMO
    java.lang.NullPointerException
     
  26. Offline

    Tiernan Watson

    Sorry for late reply but where are my globals and storageconfig.yml located?
     
  27. Offline

    Jeyge

    We obviously have a different definition of no errors. :)

    Take a look at the post here and 2 above that. I would start with changing your Permissions.jar to zPermissions.jar.

    In your permissions directory.

    Not with the default but I know there are plugins that do offer this as an option.

    Fix the problem.

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

    Tiernan Watson

    There is only [world name].yml in that folder.
     
  29. Offline

    Linkage

    This may seem really nooby and I'm not sure how easy this is to do, but I cannot find out how to make it so my admins can only spawn certain items, such as if I only wanted them to be able to spawn dirt and cobblestone, but nothing else. Is there a way to do this? I'm just using the default spawning commands.
     
  30. Offline

    Jeyge

    Okay, I was making a guess that you were running 3.x but post your 2.x file along with your server.log.
     
  31. Offline

    Nic0w

    Hello there !
    I have multiple problems with Permissions. The first one is that SQL storage doesn't seems to work despite this entry in the log :
    Code:
    2011-06-11 13:23:35 [INFO] [Permissions] SQL Interface enabled!
    
    No tables are created on startup in the database. Here is my storageconfig.yml :
    Code:
    permissions:
        storage:
            type: SQL
            dbms: 'MYSQL'
            uri: 'jdbc:mysql://localhost:3306/minecraft' # Change Port if Needed
            username: 'minecraft'
            password: '****'
    
    My second problem is that, for each block I break/place, I get a big stack trace in the log :
    Code:
    2011-06-11 14:05:20 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:61)
            at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:482)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:159)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:102)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:453)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-06-11 14:09:03 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:43)
            at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:426)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:88)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:72)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:76)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    By the way, I use Permissions 3.1.5 with Bukkit #860.

    Thank you in advance for the help !
     
Thread Status:
Not open for further replies.

Share This Page