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

    PaiN_fuL

    Ok so when I have my Permissions online I cannot do anything at all and I have no idea why. I have went through and made sure I did not use any tabs but its still not putting us in our groups and giving us our permissions. I'm getting no errors so I know everything is running smoothly.

    Any and all help is appreciated. Here is my files.

    Groups:
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.whois'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.skills.*'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.change'
                - 'iConomy.bank.main.set'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.transfer.multiple'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank
                - 'iConomyChestShop.shop.buy
                - 'iConomyChestShop.shop.sell
                - 'iConomyChestShop.command.iteminfo
                - 'lwc.protect'
                - 'lwc.blockinventory
        Builder:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
                - Guest
            permissions:
                 - 'mcmmo.commands.myspawn'
                 - 'mcmmo.commands.setmyspawn'
                 - 'mcmmo.item.chimaerawing'
                 - 'iConomyChestShop.shop.create'
                 - 'iConomyChestShop.shop.create.<id>'
        Trusted Member:
            default: false
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
                - Guest
                - Builder
            permissions:
        Admin:
            default: false
            info:
                prefix: '&1'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                 
    
    Users:
    Code:
    users:
        PaiN_fuL:
            groups:
                - Owner
            info:
                prefix: '&a'
                suffix: ''
            permissions:
        Crow3DaddY
            groups:
                - Owner
            info:
                prefix: '&a'
                suffix: ''
            permissions:
        Hmm_Rage
            groups:
                - Admin
             info:
                prefix: '&a'
                suffix: ''
             permissions:
        xCookx
            groups:
                - Admin
            info:
                prefix: '&a'
                suffix: ''
            permissions:
     
  3. Offline

    wariodafatty

    I Need serious help! I'm not able to get this plug-in working! I'll start off with the problem, everytime i start up my server this error appears:

    23:45:10 [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:167)
    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:103)
    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:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    Someone please help! I haven't been able to find this problem anywhere! I'm a complete noob at this stuff! :p

    P.S. I have a MAC, does that have anything to do with it?
     
  4. Offline

    jbMurdock

    Update your Java...
     
  5. Offline

    wariodafatty

    I already have.
     
  6. Offline

    Yggy

    Show Spoiler

    Code:
    2011-06-10 02:08:36 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-10 02:08:37 [INFO] Loading properties
    2011-06-10 02:08:37 [INFO] Starting Minecraft server on *:25565
    2011-06-10 02:08:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-803-g9e37b9a-b849jnks (MC: 1.6.6)
    2011-06-10 02:08:37 [INFO] Preparing level "Creation"
    2011-06-10 02:08:37 [INFO] Preparing start region for level 0
    2011-06-10 02:08:38 [INFO] Preparing spawn area: 97%
    2011-06-10 02:08:38 [INFO] LWC    Loading shared objects
    2011-06-10 02:08:38 [INFO] Cache    Protection cache: 0/10000
    2011-06-10 02:08:38 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-06-10 02:08:39 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-10 02:08:39 [SEVERE]     at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-10 02:08:39 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-10 02:08:39 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-10 02:08:39 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-10 02:08:39 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-10 02:08:39 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-10 02:08:39 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-10 02:08:39 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-10 02:08:39 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-10 02:08:39 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-10 02:08:39 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-06-10 02:08:39 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-10 02:08:39 [INFO] [MultiVerse] Permissions Found
    2011-06-10 02:08:39 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-06-10 02:08:39 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-06-10 02:08:39 [INFO] [MultiVerse] Loading World & Settings - 'TheWorld' - NORMAL
    2011-06-10 02:08:40 [INFO] [MultiVerse] Loading World & Settings - 'Arch_Island' - NORMAL
    2011-06-10 02:08:40 [INFO] [MultiVerse] Loading World & Settings - 'SurvivalIslandV3' - NORMAL
    2011-06-10 02:08:41 [INFO] [MultiVerse] Loading World & Settings - 'WorldInTheAir' - NORMAL
    2011-06-10 02:08:42 [INFO] [MultiVerse] Loading World & Settings - 'Creation' - NORMAL
    2011-06-10 02:08:42 [INFO] [MultiVerse] Loading World & Settings - 'Creation_nether' - NETHER
    2011-06-10 02:08:42 [INFO] [MultiVerse] 6 - World(s) loaded.
    2011-06-10 02:08:42 [INFO] [MultiVerse] Loading Portals
    2011-06-10 02:08:42 [INFO] [MultiVerse] 26 - Portal(s) loaded.
    2011-06-10 02:08:42 [INFO] [AngryWolves] Bukkit Wolf API enabled
    2011-06-10 02:08:42 [INFO] [AngryWolves] version 0.6 is enabled
    2011-06-10 02:08:42 [INFO] [BananaChunk] version 4.6 is enabled!
    2011-06-10 02:08:42 [INFO] BukkitContrib 0.0.3 has been initialized
    2011-06-10 02:08:42 [INFO] ChairCraft 1.2.2 is enabled.
    2011-06-10 02:08:42 [INFO] CommandBook 1.5.1 enabled.
    2011-06-10 02:08:42 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-10 02:08:42 [WARNING] CommandBook: Unknown kit item 'null'
    2011-06-10 02:08:42 [INFO] CommandBook: 5 kit(s) loaded.
    2011-06-10 02:08:42 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:42 [INFO] CopyCat 0.3 Enabled
    2011-06-10 02:08:43 [INFO] creaturebox version 0.7.3 is enabled!
    2011-06-10 02:08:43 [INFO] ExactSpawn version 0.1 is enabled!
    2011-06-10 02:08:43 [INFO] FalseBookBlock v0.85alpha by GeMo enabled
    2011-06-10 02:08:43 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-06-10 02:08:43 [INFO] FalseBookCart v0.85alpha by GeMo enabled
    2011-06-10 02:08:43 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-06-10 02:08:43 [INFO] FalseBookChat v0.85alpha by GeMo enabled
    2011-06-10 02:08:43 [INFO] [FalseBook Core] FalseBookCore v0.85alpha by GeMo enabled!
    2011-06-10 02:08:43 [INFO] FalseBookExtra v0.85alpha by GeMo enabled
    2011-06-10 02:08:43 [INFO] FalseBookIC v0.85alpha by GeMo enabled
    2011-06-10 02:08:43 [INFO] FenceStack version 1.13 loaded.
    2011-06-10 02:08:43 [INFO] FlowControl version 1.0 loaded.
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\bettershop.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\commandbook.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\commandhelper.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\iconomy.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\iconomy_bankaccount.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\lockette.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\lwc.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\minecartmania.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\multiverse.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\phatloots.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\realadmintools.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\weclip.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\wegen.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\wehistory.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\wenav.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\wesel.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\wetool.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\weutil.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\worldedit.yml
    2011-06-10 02:08:43 [INFO] plugins\Help\ExtraHelp\worldguard.yml
    2011-06-10 02:08:43 [INFO] [HELP] 232 extra help entries loaded
    2011-06-10 02:08:43 [INFO] [HELP] Permissions enabled using: Permissions v3.1.5
    2011-06-10 02:08:43 [INFO] [HELP] Help 0.2.4.1 enabled
    2011-06-10 02:08:43 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-10 02:08:43 [INFO] HomeSweetHome: Version 0.8.3 loaded!
    2011-06-10 02:08:43 [INFO] [iConomy] Logging is currently disabled.
    2011-06-10 02:08:44 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-10 02:08:44 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-10 02:08:44 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-06-10 02:08:44 [INFO] HomeSweetHome: Hooked into iConomy!
    2011-06-10 02:08:44 [INFO] [KeepGrowing]: No dava file to load
    2011-06-10 02:08:44 [INFO] [KeepGrowing]: Plugin enabled
    2011-06-10 02:08:44 [INFO] Load Labyrinth v0.1 maintained by _skyler_
    2011-06-10 02:08:44 [INFO] Lampstone version 0.7 is enabled.
    2011-06-10 02:08:44 [INFO] [Lampstone] 0 lampstones loaded.
    2011-06-10 02:08:44 [INFO] LWC    Loaded 125 locale strings (0 overrides)
    2011-06-10 02:08:44 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-10 02:08:44 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:44 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:44 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-10 02:08:44 [INFO] LWC    Using Permissions API...
    2011-06-10 02:08:44 [INFO] LWC    Loading SQLite
    2011-06-10 02:08:44 [INFO] SQLite    Using: Native
    2011-06-10 02:08:44 [INFO] LWC    At version: v3.00-rc1
    2011-06-10 02:08:44 [INFO] [MinecraftViewer] v1.0b Plugin Enabled.
    2011-06-10 02:08:44 [INFO] [MinecraftViewer] Query running on 0.0.0.0:25565
    2011-06-10 02:08:44 [INFO] kill
    2011-06-10 02:08:44 [INFO] MobArena v0.89 enabled.
    2011-06-10 02:08:44 [INFO] [MonsterHunt 1.2.0] Loaded 7 High scores.
    2011-06-10 02:08:44 [INFO] [MonsterHunt] MonsterHunt Loaded!
    2011-06-10 02:08:44 [INFO] [MultiInv] version 2.1.0 is enabled!
    2011-06-10 02:08:44 [INFO] 0 Doors were loaded correctly.
    2011-06-10 02:08:44 [INFO] mxTimedDoors enabled
    2011-06-10 02:08:45 [INFO] [Pixl] 1.5 Beta1 Loaded
    2011-06-10 02:08:45 [INFO] [Pixl] Hooking into Permissions
    2011-06-10 02:08:45 [INFO] [Pixl] Advanced /help support enabled
    2011-06-10 02:08:45 [INFO] [NoMore] Enabled
    2011-06-10 02:08:45 [INFO] npcx : load settings (0.0.2) begun
    2011-06-10 02:08:45 [INFO] jdbc:mysql://localhost:3306/minecraft?autoReconnect=true
    2011-06-10 02:08:45 [INFO] npcx : initialising database connection
    2011-06-10 02:08:45 [INFO] npcx : loadsettings() ended
    2011-06-10 02:08:45 [INFO] npcx : registering monitored events
    2011-06-10 02:08:45 [INFO] npcx : Checking for DB Updates from DBVersion:1.10
    2011-06-10 02:08:45 [INFO] npcx : loading player factions
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 player factions.
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 research.
    2011-06-10 02:08:45 [INFO] npcx : loading zones
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 zones with 0 zone_members.
    2011-06-10 02:08:45 [INFO] npcx : loading Merchants
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 Merchant with (0) entries.
    2011-06-10 02:08:45 [INFO] npcx : loading factions
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 factions.
    2011-06-10 02:08:45 [INFO] npcx : loading faction entries
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 faction entries.
    2011-06-10 02:08:45 [INFO] npcx : loading pathgroups
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 pathgroup.
    2011-06-10 02:08:45 [INFO] npcx : loading loottables
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 loottables.
    2011-06-10 02:08:45 [INFO] npcx : loading spawngroups
    2011-06-10 02:08:45 [INFO] npcx : Loaded 0 spawngroups.
    2011-06-10 02:08:45 [INFO] npcx : loading players
    2011-06-10 02:08:45 [INFO] npcx : Loaded 39 players.
    2011-06-10 02:08:45 [INFO] npcx: Matching players
    2011-06-10 02:08:45 [INFO] npcx version 0.0.2 enabled.
    2011-06-10 02:08:45 [INFO] [npcx] hooked into iConomy.
    2011-06-10 02:08:45 [INFO] [OddItem] 0.6.5 enabled
    2011-06-10 02:08:45 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-10 02:08:45 [INFO] [Pixl] Unhooking Permissions
    2011-06-10 02:08:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:45 [INFO] [Pixl] Hooking into Permissions
    2011-06-10 02:08:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:45 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-10 02:08:45 [INFO] [OddItem] Parsed 766 entries.
    2011-06-10 02:08:45 [INFO] [OpenInv] version 1.3.1 is enabled!
    2011-06-10 02:08:45 [INFO] [OutputHandler] Adding listener to Minecraft's logger
    2011-06-10 02:08:45 [INFO] [OutputHandler] Plugin enabled! (version 1.0)
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Version 0.06 enabled.
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Creation"
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "TheWorld"
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Arch_Island"
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "SurvivalIslandV3"
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "WorldInTheAir"
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Creation_nether"
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Monster Limit set to 2500
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Allow Monsters True
    2011-06-10 02:08:45 [INFO] [Performance Tweaks] Allow Animals True
    2011-06-10 02:08:45 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-10 02:08:45 [INFO] [Pixl] Unhooking Permissions
    2011-06-10 02:08:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:45 [INFO] [Pixl] Hooking into Permissions
    2011-06-10 02:08:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:45 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-10 02:08:45 [INFO] 5
    2011-06-10 02:08:45 [INFO] 5
    2011-06-10 02:08:45 [INFO] PhatLoot] 0.7.4 is enabled!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with iConomy 5!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with LWC!
    2011-06-10 02:08:45 [INFO] PistonPlugin 1.4 enabled.
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [RealAdminTools] version [0.02] (tickleman) loaded
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] Permission system not detected, defaulting to OP
    2011-06-10 02:08:45 [INFO] Recoil version 1.1 has been enabled.
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] RegionalWeather v0.4.5 enabled.
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [Runecraft] Rune blacklist with 0 runes loaded.
    2011-06-10 02:08:45 [INFO] [Runecraft] World 'Creation': id changed to 0
    2011-06-10 02:08:45 [INFO] [Runecraft] Runecraft 2.7 initialized.
    2011-06-10 02:08:45 [INFO] [Runecraft] World 'TheWorld': id changed to 2
    2011-06-10 02:08:45 [INFO] [Runecraft] World 'Arch_Island': id changed to 1
    2011-06-10 02:08:45 [INFO] [Runecraft] World 'SurvivalIslandV3': id changed to 3
    2011-06-10 02:08:45 [INFO] [Runecraft] World 'WorldInTheAir': id changed to 4
    2011-06-10 02:08:45 [INFO] [Runecraft] World 'Creation_nether': id changed to 5
    2011-06-10 02:08:45 [INFO] Runecraft plugin version 0.4 is enabled!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] ScrollingMenuSign: Permissions detected
    2011-06-10 02:08:45 [INFO] ScrollingMenuSign version 0.2.1 is enabled!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] Showcase version 0.5.12 is enabled!
    2011-06-10 02:08:45 [INFO] [Showcase] Payment method found (iConomy version: 5)
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] SpongeRestore version 0.9.7 is enabled!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [Tetris] Permission plugin found, Adding these
    2011-06-10 02:08:45 [INFO] Tetris version 0.4 is enabled!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [ToolRepair] iConomy linked to ToolRepair.
    2011-06-10 02:08:45 [INFO] [ToolRepair] Version 1.2 loaded.
    2011-06-10 02:08:45 [INFO] [ToolRepair] ToolRepair Sign Cost: 5000
    2011-06-10 02:08:45 [INFO] [ToolRepair] Developed by: [vanZeben]
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] Vanilla version 0.1 is enabled!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-10 02:08:45 [INFO] [Pixl] Unhooking Permissions
    2011-06-10 02:08:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:45 [INFO] [Pixl] Hooking into Permissions
    2011-06-10 02:08:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:45 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [VanishNoPickup] 1.7 enabled.
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [VirtualChest] (version 3.7.1)
    2011-06-10 02:08:45 [INFO] [VirtualChest] Chests loaded !
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] [VirtualChest] Successfully linked with iConomy.
    2011-06-10 02:08:45 [INFO] [VoxelSniper] Config loaded
    2011-06-10 02:08:45 [INFO] VoxelSniper version 4.721 is enabled! Snipe away.
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] WirelessRedstone: Loading Permissions..
    2011-06-10 02:08:45 [INFO] WirelessRedstone: Loading Configuration...
    2011-06-10 02:08:45 [INFO] InfChests: Count: 5
    2011-06-10 02:08:45 [INFO] WirelessRedstone: Loading Configuration Succes...
    2011-06-10 02:08:45 [INFO] WirelessRedstone: Allowed Worlds:
    2011-06-10 02:08:45 [INFO] WirelessRedstone: Creation
    2011-06-10 02:08:45 [INFO] WirelessRedstone: Creation_nether
    2011-06-10 02:08:45 [INFO] WirelessRedstone: TheWorld
    2011-06-10 02:08:45 [INFO] WirelessRedstone: SurvivalIslandV3
    2011-06-10 02:08:45 [INFO] WirelessRedstone: WorldInTheAir
    2011-06-10 02:08:45 [INFO] WirelessRedstone: Registering Events...
    2011-06-10 02:08:45 [INFO] WirelessRedstone version 0.2 is enabled!
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] WorldEdit 4.5 enabled.
    2011-06-10 02:08:45 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:45 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:45 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation) Single session is enforced.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation) TNT ignition is blocked.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation) Lighters are PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation) Lava fire is blocked.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation) All fire spread is disabled.
    2011-06-10 02:08:46 [INFO] WorldGuard: Loaded configuration for world 'Creation"
    2011-06-10 02:08:46 [INFO] WorldGuard: (TheWorld) Single session is enforced.
    2011-06-10 02:08:46 [INFO] WorldGuard: (TheWorld) TNT ignition is PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (TheWorld) Lighters are PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (TheWorld) Lava fire is blocked.
    2011-06-10 02:08:46 [INFO] WorldGuard: (TheWorld) Fire spread is UNRESTRICTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: Loaded configuration for world 'TheWorld"
    2011-06-10 02:08:46 [INFO] WorldGuard: (Arch_Island) Single session is enforced.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Arch_Island) TNT ignition is PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Arch_Island) Lighters are PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Arch_Island) Lava fire is blocked.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Arch_Island) Fire spread is UNRESTRICTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: Loaded configuration for world 'Arch_Island"
    2011-06-10 02:08:46 [INFO] WorldGuard: (SurvivalIslandV3) Single session is enforced.
    2011-06-10 02:08:46 [INFO] WorldGuard: (SurvivalIslandV3) TNT ignition is PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (SurvivalIslandV3) Lighters are PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (SurvivalIslandV3) Lava fire is blocked.
    2011-06-10 02:08:46 [INFO] WorldGuard: (SurvivalIslandV3) Fire spread is UNRESTRICTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: Loaded configuration for world 'SurvivalIslandV3"
    2011-06-10 02:08:46 [INFO] WorldGuard: (WorldInTheAir) Single session is enforced.
    2011-06-10 02:08:46 [INFO] WorldGuard: (WorldInTheAir) TNT ignition is PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (WorldInTheAir) Lighters are PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (WorldInTheAir) Lava fire is blocked.
    2011-06-10 02:08:46 [INFO] WorldGuard: (WorldInTheAir) Fire spread is UNRESTRICTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: Loaded configuration for world 'WorldInTheAir"
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation_nether) Single session is enforced.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation_nether) TNT ignition is PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation_nether) Lighters are PERMITTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation_nether) Lava fire is blocked.
    2011-06-10 02:08:46 [INFO] WorldGuard: (Creation_nether) Fire spread is UNRESTRICTED.
    2011-06-10 02:08:46 [INFO] WorldGuard: Loaded configuration for world 'Creation_nether"
    2011-06-10 02:08:46 [INFO] WorldGuard: 13 regions loaded for 'Creation'
    2011-06-10 02:08:46 [INFO] WorldGuard: 0 regions loaded for 'TheWorld'
    2011-06-10 02:08:46 [INFO] WorldGuard: 1 regions loaded for 'SurvivalIslandV3'
    2011-06-10 02:08:46 [INFO] WorldGuard: 2 regions loaded for 'WorldInTheAir'
    2011-06-10 02:08:46 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-10 02:08:46 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:46 [INFO] ZeeSlag: Initializing Settings and HashMaps...
    2011-06-10 02:08:46 [INFO] ZeeSlag: Hooked into Permissions!
    2011-06-10 02:08:46 [INFO] ZeeSlag: Done in (9 ms)!
    2011-06-10 02:08:46 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:46 [INFO] LWC-iConomy: Waiting for both LWC and iConomy to be loaded...
    2011-06-10 02:08:46 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-06-10 02:08:46 [INFO] LWC-iConomy: Registered iConomy Module into LWC successfully! Version: 1.0
    2011-06-10 02:08:46 [INFO] Done (0.900s)! For help, type "help" or "?"
    2011-06-10 02:08:46 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-06-10 02:08:46 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-06-10 02:08:46 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-06-10 02:08:46 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-06-10 02:08:46 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    2011-06-10 02:08:46 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    2011-06-10 02:08:46 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    2011-06-10 02:08:46 [INFO] ScrollingMenuSign: read 0 menus from file.
    2011-06-10 02:09:29 [INFO] Stopping the server..
    2011-06-10 02:09:29 [INFO] Stopping server
    2011-06-10 02:09:29 [INFO] [MultiVerse] - Disabled
    2011-06-10 02:09:29 [INFO] [BananaChunk] version 4.6 is disabled!
    2011-06-10 02:09:29 [INFO] ChairCraft 1.2.2 is disabled.
    2011-06-10 02:09:30 [INFO] Loaded Config File: G:\Games\Minecraft\Server\plugins\CopyCat\pluginSettings.xml
    2011-06-10 02:09:30 [INFO] Plugin Disabled
    2011-06-10 02:09:30 [INFO] creaturebox 0.7.3: saving spawners
    2011-06-10 02:09:30 [INFO] creaturebox version 0.7.3 is disabled.
    2011-06-10 02:09:30 [INFO] ExactSpawn version 0.1 is disabled.
    2011-06-10 02:09:30 [INFO] FalseBookBlock v0.85alpha by GeMo disabled
    2011-06-10 02:09:30 [INFO] FalseBookCart v0.85alpha by GeMo disabled
    2011-06-10 02:09:30 [INFO] FalseBookChat v0.85alpha by GeMo disabled
    2011-06-10 02:09:30 [INFO] FalseBookExtra v0.85alpha by GeMo disabled
    2011-06-10 02:09:30 [INFO] FalseBookIC v0.85alpha by GeMo disabled
    2011-06-10 02:09:30 [INFO] FenceStack version 1.13 unloaded.
    2011-06-10 02:09:30 [INFO] FlowControl version 1.0 unloaded.
    2011-06-10 02:09:30 [INFO] [Pixl] Unhooking Help
    2011-06-10 02:09:30 [INFO] [HeroicDeath] 1.8.1.156 disabled.
    2011-06-10 02:09:30 [INFO] HomeSweetHome: Disabled.
    2011-06-10 02:09:30 [INFO] [iConomy] Plugin disabled.
    2011-06-10 02:09:30 [INFO] [Showcase] Payment method was disabled. No longer accepting payments.
    2011-06-10 02:09:30 [INFO] HomeSweetHome: Un-hooked from iConomy.
    2011-06-10 02:09:30 [INFO] [npcx] un-hooked from iConomy.
    2011-06-10 02:09:30 [INFO] [KeepGrowing]: No data to save
    2011-06-10 02:09:30 [INFO] [KeepGrowing]: Plugin disabled
    2011-06-10 02:09:30 [INFO] LWC    Freeing SQLite
    2011-06-10 02:09:30 [INFO] [MinecraftViewer] v1.0b Plugin Disabled.
    2011-06-10 02:09:30 [INFO] WAIT! WHAT ARE YOU DOING?!
    2011-06-10 02:09:30 [INFO] [MultiInv] Plugin disabled.
    2011-06-10 02:09:30 [INFO] mxTimedDoors disabled
    2011-06-10 02:09:30 [INFO] [NoMore] Disabled
    2011-06-10 02:09:30 [INFO] npcx version 0.0.2 disabled.
    2011-06-10 02:09:30 [INFO] [OddItem] disabled
    2011-06-10 02:09:30 [INFO] [OutputHandler] Plugin disabled. (version 1.0)
    2011-06-10 02:09:30 [INFO] [Performance Tweaks] Version 0.06 disabled.
    2011-06-10 02:09:30 [INFO] PistonPlugin 1.4 disabled.
    2011-06-10 02:09:30 [INFO] [RealAdminTools] version [0.02] (tickleman) un-loaded
    2011-06-10 02:09:30 [INFO] RegionalWeather v0.4.5 disabled.
    2011-06-10 02:09:30 [INFO] Runecraft plugin disabled.
    2011-06-10 02:09:30 [INFO] ScrollingMenuSign: Saving 0 menus to file...
    2011-06-10 02:09:30 [INFO] ScrollingMenuSign version 0.2.1 is disabled!
    2011-06-10 02:09:30 [INFO] Showcase version 0.5.12 is disabled!
    2011-06-10 02:09:30 [INFO] SpongeRestore disabled!
    2011-06-10 02:09:30 [INFO] [ToolRepair] Disabled
    2011-06-10 02:09:30 [INFO] Vanilla Disabled
    2011-06-10 02:09:30 [INFO] [VanishNoPickup] 1.7 disabled.
    2011-06-10 02:09:30 [INFO] [VirtualChest] Plugin Disabled. (version3.7.1)
    2011-06-10 02:09:30 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-06-10 02:09:30 [INFO] ZeeSlag: Saving PlayerFields and Settings!
    2011-06-10 02:09:30 [INFO] ZeeSlag: Disabled!
    2011-06-10 02:09:30 [INFO] Saving chunks
    2011-06-10 02:09:31 [INFO] Stopping server
    2011-06-10 02:09:31 [INFO] Saving chunks
    [GUI] Server Stopped
    [GUI] Backups skipped when manually stopping the server.
    [GUI] Finished
    


    Having a bit of an issue. Something seems to be crashing Permissions.
     
  7. Offline

    Incendia

  8. Offline

    Jeyge

    Take a look at the post here and 2 posts above that one. Try changing Permissions.jar to zPermissions.jar first.

    If you are on a Mac, you will need to move the 1.6 install up to the top of the list and perhaps remove the 1.5 version. I think it is just called the 6.0 version on the Mac.

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

    Hipachi

    Same with me :/ I would degrade down to 2x until problem is fixed. It doesn't seem to give permissions either for me or quite alot of people
     
  10. Offline

    wariodafatty

    I'm sorry I didn't quite understand, im really bad at these things. I'm not too sure what you mean when you say move 1.6 install up to the top of the list and perhaps remove the 1.5 version (what list)

    Any help would be appreciated, thanks!
     
  11. Offline

    Jeyge

    I wish I could help more but I don't have a Mac. Everything I've learned was from the FAQ on Apple's site.
     
  12. Offline

    Don Redhorse

    take a look at DefaultPermissions for that

    there as a post some pages back which explains very nicly how global permissions work, it is not that straight forward as you would think.

    as op you normally have ALL rights... always..

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

    CreeperProFace

    Wow! The ChairCraft plugin causes IllegalAccessError PLEASE FIX!
     
  14. Offline

    xlilcasper

    These are the errors i'm getting. It's odd. Sometimes I can get it to work, other times I can not and I have no idea what is changing.

    Code:
    2011-06-10 05:49:03 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-10 05:49:03 [SEVERE]     at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-10 05:49:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-10 05:49:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-10 05:49:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-10 05:49:03 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-10 05:49:03 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-10 05:49:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-10 05:49:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-10 05:49:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-10 05:49:03 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-10 05:49:03 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    
     
  15. Offline

    Nitnelave

    Is it possible to define global users but local groups? So that I only add rhe user once, but he doesn't get the same permissions in every world? If not that's a request
     
  16. Offline

    Vhab

    I'm a bit confused still how global permissions work.
    Actual permissions (commands and such) work with my current setup, but a few areas still feel unintuitive and confusing.

    We have multiple worlds and quite a long member list.
    Thus I want to maintain a single member list, a single base set of permissions and a set of world specific permissions on top of the base sets for each world.

    The main issue atm is, Essentials' /list and EssentialsChat seem to be convinced all users are in the Guest group.
    It also doesn't seem to pick up prefixes.

    The configuration I'm using is below.
    I had to dig most of the info from this thread as there appeared to be absolutely no documentation at all on the '*,Group' syntax and such.
    (feature request: please document the hell out of this stuff, the syntax appears to be quite complex and far from obvious)

    globalGroups.yml
    Code:
    groups:
        Admin:
            default: false
            permissions:
            - <snip>
            inheritance: []
            info:
                prefix: '&4'
                build: true
                suffix: ''
        Mod:
            default: false
            permissions:
            - <snip>
            inheritance: []
            info:
                prefix: '&5'
                build: true
                suffix: ''
        Member:
            default: false
            permissions:
            - <snip>
            inheritance: []
            info:
                prefix: '&3'
                build: true
                suffix: ''
        Guest:
            default: true
            permissions:
            - <snip>
            inheritance: []
            info:
                prefix: '&2'
                build: false
                suffix: ''
    globalUsers.yml (trimmed and names changed)
    Code:
    users:
        SomeAdmin:
            permissions: []
            groups:
            - ?,Admin
        SomeMod:
            permissions: []
            groups:
            - ?,Mod
        SomeMember:
            permissions: []
            groups:
            - ?,Member
    groups.yml (one of these for each world, with slightly different settings)
    Code:
    groups:
        Admin:
            default: false
            inheritance:
            - '*,Admin'
        Mod:
            default: false
            permissions:
            - <few additional world specific permissions>
            inheritance:
            - '*,Mod'
            - Member
            - Guest
        Member:
            default: false
            permissions:
            - <few additional world specific permissions>
            inheritance:
            - '*,Member'
            - Guest
        Guest:
            default: true
            inheritance:
            - '*,Guest'
    users.yml is left blank for each world.
     
    Don Redhorse likes this.
  17. I'm very confused with Global permissions. I would like to only use global permissions and not world-based permissions since I only have 1 world, however there is no config to tell permissions to only use Global*.yml unless I'm missing something completely obvious.

    Could someone please enlighten me on how I go about using Global*.yml permissions?
     
  18. Offline

    Dragonntiger

    is it me or that promotion doesnt work? :confused:, Again I promote players, it says they get promoted but they're still the same rank
     
  19. Offline

    Brianbloke

    http://pastebin.com/4Z10qnTg
     
  20. Offline

    Jeyge

    Each of your groups need to be pushed over 4 spaces. They should start in column 5 and line up with Guest.
     
  21. Offline

    Brianbloke

    By any chance do you have xFire or MSN, since, It'll be quite hard to keep track of the website, whilst trying to fix this, as there are replies quite frequently.


    Also, I moved them up 4 spaces each, and it still never worked (just the headings)
     
  22. Offline

    iCore

    Hello ,
    Can you help me , i've a problem with globalGroups.yaml :(

    So , YAML Online Parser say :
    Code:
    Output
    ERROR:
    
    while parsing a block collection
      in "<unicode string>", line 54, column 13:
                    - 'admincmd.item.more'
                    ^
    expected <block end>, but found '<scalar>'
      in "<unicode string>", line 78, column 16:
                    - 'admincmd.time.set'
                       ^
    And i don't know how to resolve it .

    My code :
    Code:
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    #
    #
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #
    #
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.You need another outside plugin
    #   such as iChat or HeroChat in order for these to do
    #anything.
    groups:
    
        Guests:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - '*'
        Player:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'admincmd.item.more'
                - 'admincmd.item.repair'
                - 'admincmd.tp.to'
                - 'admincmd.player.msg'
                - 'admincmd.weather.clear'
                - 'admincmd.mob.spawn'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'admincmd.item.more'
                - 'colorme.list'
                - 'minecraft.time.set'
                - 'minecraft.give'
                - 'minecraft.tp'
                - 'minecraft.list'
                - 'minecraft.tell'
                - 'minecraft.help''
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'admincmd.time.set'
                - 'admincmd.time.day'
                - 'admincmd.item.add'
                - 'admincmd.item.more'
                - 'admincmd.item.repair'
                - 'admincmd.tp.to'
                - 'admincmd.player.msg'
                - 'admincmd.weather.clear'
                - 'admincmd.weather.storm'
                - 'admincmd.mob.spawn'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'admincmd.item.more'
                - 'colorme.list'
                - 'minecraft.time.set'
                - 'minecraft.give'
                - 'minecraft.tp'
                - 'minecraft.list'
                - 'minecraft.tell'
                - 'minecraft.help'
                - ''
                - ''
                - ''
                - ''
                - ''
        Admins:
            default: false
            info:
                prefix: 'Dieu'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Thanks
    Bye :)
     
  23. Offline

    wariodafatty

    It's ok, thanks for your help though
     
  24. Offline

    Jeyge

    If you are still getting the exact same error, have you checked your world files to make sure you don't have the same errors in them? If you fixed the inheritance problem from yesterday, you should have seen a different error.

    You have an extra quote at the end of:
    Code:
                - 'minecraft.help''
    
    As said many times before, promote/demote was broken but it has been fixed in 3.1.5b.

    It is just load order that is changing. Take a look at the posts here and 2 above that one. I would suggest changing Permissions.jar to zPermissions.jar first.

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

    iCore

    Thanks !
     
  26. Offline

    daleisme

    What is the command to promote a player to all worlds?
     
  27. Offline

    Don Redhorse

    there is non atm if you don't use global groups and I don't know the command for that.

    or @Jeyge could it be that the normal commands will work at the global files and that is the reason why you need to specify the worlds always?

    why not just use the world permissions than? as you have only one world it shouldn't matter..

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

    daleisme

    Ok then so how do I promote someone on multiple worlds?
     
  29. Offline

    Bloodykittens

    I'm not sure whats going on. My permissions arn't working...I'm getting the

    "Cannot pass event block place/break to permissions error."

    Now I understand that was supposed to be because of a mis-named file, but my files should not be problem. Also, Even by adding myself as a player with all permissions - '*'. I still can't use any commands.

    Group Setup

    Code:
        Council:
            default: false
            info:
                prefix: '[Council]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
    I've tried this under globalGroups and globalUsers but Its exactly the same.

    Can anyone help me out. (If someone wants to take it another step. I do have team viewer. PM me if you can help that way)
     
  30. Offline

    Tiernan Watson

    I'm having more trouble. :( My users are unable to build in game but the default group has 'build: true' (without apstrophes) Why is this?
     
  31. Offline

    wariodafatty

    I Need serious help (posting this for a second time, i think it may have gotten lost with so many replies)! I'm not able to get this plug-in working! I'll start off with the problem, everytime i start up my server this error appears:

    23:45:10 [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:167)
    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:103)
    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:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    Someone please help! I haven't been able to find this problem anywhere! I'm a complete noob at this stuff! :p

    P.S. I have a MAC, does that have anything to do with it?

    I was also wondering where you got that information from, do you have a link to that apple FAQ you were speaking of?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
Thread Status:
Not open for further replies.

Share This Page