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

    DJAddi

    Yes I did turn off the spawn protection and yes you can check the build permission with the command I posted.

    By the way: /pr -reload is killing all inheritances (given permissions are still working, but the ones inherited are gone). You should fix that.
     
  3. Offline

    TheDaddyPeanut

    Works for so far on b814 ;) with MC 1.6.4 ;D
     
  4. Offline

    Echo4Sierra

    Okay... I have Perl installed and the converter... can you expand on your instructions for how to get it to work.. i.e. a step by step. for novices? The note pad instructions aren't really making any since to me.
    !
    would this be how:
    start
    run
    "perl yaml2sql.pl <path to world file> [worldid]"
    ("This example assumes that perl.exe is in your PATH")
    do i need to drop the interpreter and the user/groups.yml in the same directory as Perl?
    thanks
    If i can get this working I'll be sure and post the results
     
  5. Offline

    FlawlezZ

    It always replies that you have no permission to do this, when someboy tries to use for example /who or something like that
     
  6. Is there now a method that makes setGroup(); possible?
     
    Ant59 likes this.
  7. Offline

    hskrasek

    Ok SO I have been hammering at this for a while, I'm about to check to see if a new update has been posted but here is what my error is when the server is started up and reloaded.

    Server Log Error Message:
    Show Spoiler
    Code:
    2011-05-27 13:24:16 [SEVERE] while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 16, column 9:
    
                ^
    
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produce(ParserImpl.java:200)
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:104)
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-05-27 13:24:16 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-05-27 13:24:16 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:74)
    2011-05-27 13:24:16 [SEVERE]     at com.nijiko.data.YamlUserStorage.reload(YamlUserStorage.java:192)
    2011-05-27 13:24:16 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:29)
    2011-05-27 13:24:16 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:86)
    2011-05-27 13:24:16 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:76)
    2011-05-27 13:24:16 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:68)
    2011-05-27 13:24:16 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:89)
    2011-05-27 13:24:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:161)
    2011-05-27 13:24:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:118)
    2011-05-27 13:24:16 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-05-27 13:24:16 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
    2011-05-27 13:24:16 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
    2011-05-27 13:24:16 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-05-27 13:24:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
    2011-05-27 13:24:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-27 13:24:16 [SEVERE] [Permissions] Unable to load permission data.
    2011-05-27 13:24:16 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-05-27 13:24:16 [INFO] [Permissions] (Yeti) was initialized.
    



    My current setup for the permissions is as follows (My default world is Morus):

    ../Permissions/Morus/users.yml
    Code:
    users:
        hskrasek:
            groups:
                - Admins
            permissions:
        EBU343:
            groups:
                - Moderator
            permissions:
        Derpina:
            groups:
                - Admins
            permissions:
                - '-derp.derp'	
    
    ../Permissions/Morus/groups.yml
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - ''
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
                inheritance:
                	- Default
            permissions:
                - ''
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - '-stargate.*'
                - '-multiverse.*'
                - '*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    When I login, I can't even do anything in the world because it for some reason throws me into the Default group even though the syntax is correct. I do have multiple worlds, but right now I'd like to be able to function in my main one before I try to setup all the other permissions. If anyone can help please let me know. I looked to the best of my ability and didnt see anyone post about this but if I missed it my apologies.
     
  8. Offline

    Raziel12468

    Hello all !
    How I do it work ?
    I have create a folder named 'world' in Bukkit\plugins\Permissions\ , I create in this folder files groups.yml and users.yml, I have copy users from world.yml to users.yml, I have change for every user 'group: <groupname>' to
    groups:
    - <groupname>
    I have copy groups from world.yml to groups.yml and it doesn't work !

    My groups.yml :
    Show Spoiler

    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    Gracz:
    default: true
    info:
    prefix: ''
    suffix: '&7'
    build: true
    inheritance: null
    permissions:
    - Requests.see
    - BetterShop.user.*
    - warpz0r.warp
    - warpz0r.list
    - warpz0r.home
    - warpz0r.sethome
    - lwc.protect
    - commandbook.who
    - commandbook.motd
    - commandbook.rules
    - commandbook.spawn
    - commandbook.msg
    - commandbook.say
    - commandbook.kit.*
    - commandbook.whereami
    - iConomyChestShop.shop.sell
    - iConomyChestShop.shop.buy
    - iConomyChestShop.shop.create
    - iConomy.payment
    - iConomy.access
    - iConomy.rank
    - iConomy.list
    - wolfpound.use
    Vip:
    default: false
    info:
    prefix: '&6[V.I.P]'
    suffix: '&7'
    build: true
    inheritance: null
    permissions:
    - Requests.*
    - commandbook.kit.*
    - AdminChat.use
    - BetterShop.user.*
    - warpz0r.warp
    - warpz0r.list
    - warpz0r.home
    - warpz0r.sethome
    - lwc.protect
    - commandbook.who
    - commandbook.motd
    - commandbook.rules
    - commandbook.spawn
    - commandbook.msg
    - commandbook.say
    - commandbook.whereami
    - iConomyChestShop.shop.sell
    - iConomyChestShop.shop.buy
    - iConomyChestShop.shop.create
    - iConomy.payment
    - iConomy.access
    - iConomy.rank
    - iConomy.list
    - wolfpound.use
    - magiccarpet.mc
    Mod:
    default: false
    info:
    prefix: '&6[Mod]'
    suffix: '&9'
    build: true
    inheritance:
    - Gracz
    permissions:
    - Requests.*
    - AdminChat.*
    - permissions.group
    - IPGet.*
    - BetterShop.*
    - warpz0r.*
    - commandbook.*
    - lwc.protect
    - PrivateWarp.pw
    - iConomyChestShop.shop.*
    - magiccarpet.mc
    - iConomy.payment
    - iConomy.access
    - iConomy.rank
    - iConomy.list
    - worldedit.wand
    - worldguard.region
    - wolfpound.*
    - AdminChat.use
    Admin:
    default: false
    info:
    prefix: '&4[Admin]'
    suffix: '&2'
    build: true
    inheritance: null
    permissions:
    - '*'
    -bedrock.*


    My users.yml :
    Show Spoiler

    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can no longer have a prefix and suffix
    ##
    users:
    Raziel12468:
    groups:
    - Admin


    My storageconfig.yml :
    Show Spoiler

    permissions:
    storage:
    type: YAML


    What did I do wrong?

    I have this :
    Show Spoiler

    2011-05-27 20:37:08 [SEVERE] tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.6 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
    at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:112)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)


    and this :
    Show Spoiler

    2011-05-27 20:38:03 [SEVERE] Error occurred while disabling Permissions v3.0.6 (Is it up to date?): null
    java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:126)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:257)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:338)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    Thanks for help !
     
  9. Offline

    Maxis010

    What plugin is registering the /who command, if it's a built-in command then you will need to get the DefaultCommands plugin to grant permissions or give OP
     
  10. Offline

    FlawlezZ

    It is by CommandBook
     
  11. Offline

    Jeyge

    You have a tab in one of your files at or around line 16, column 9. It looks like the rest of the error wasn't included so it will be hard to tell which file though. Outside of that, you will also want to remove all of the - '' permissions as they can cause problems too.

    What errors are you getting? It will be hard to tell without the proper formatting so you will want to post these again in code tags. One thing I could see even without that is that "-bedrock.*" needs a space after the -.

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

    FlawlezZ

    I exchanged CommandBook with Essentials. But still the same problem. Just the colors are right. Members are green and so on. I am the admin and the only one who can use commands.
     
  13. Offline

    Raziel12468

     
  14. Offline

    Jeyge

    A couple other people have been getting this too but I haven't been able to figure out how to recreate the errors. Could you post a full startup server.log along with your globalgroups.yml, globalusers.yml and storageconfig.yml. I'll try them on my test server.

    We'll need your permissions files to see if there is anything wrong in there. Also, check to make sure you aren't getting any errors in your server.log. Might just want to post the server.log too.

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

    Raziel12468

    My groups.yml :
    Show Spoiler

    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    Gracz:
    default: true
    info:
    prefix: ''
    suffix: '&7'
    build: true
    inheritance: null
    permissions:
    - Requests.see
    - BetterShop.user.*
    - warpz0r.warp
    - warpz0r.list
    - warpz0r.home
    - warpz0r.sethome
    - lwc.protect
    - commandbook.who
    - commandbook.motd
    - commandbook.rules
    - commandbook.spawn
    - commandbook.msg
    - commandbook.say
    - commandbook.kit.*
    - commandbook.whereami
    - iConomyChestShop.shop.sell
    - iConomyChestShop.shop.buy
    - iConomyChestShop.shop.create
    - iConomy.payment
    - iConomy.access
    - iConomy.rank
    - iConomy.list
    - wolfpound.use
    Vip:
    default: false
    info:
    prefix: '&6[V.I.P]'
    suffix: '&7'
    build: true
    inheritance: null
    permissions:
    - Requests.*
    - commandbook.kit.*
    - AdminChat.use
    - BetterShop.user.*
    - warpz0r.warp
    - warpz0r.list
    - warpz0r.home
    - warpz0r.sethome
    - lwc.protect
    - commandbook.who
    - commandbook.motd
    - commandbook.rules
    - commandbook.spawn
    - commandbook.msg
    - commandbook.say
    - commandbook.whereami
    - iConomyChestShop.shop.sell
    - iConomyChestShop.shop.buy
    - iConomyChestShop.shop.create
    - iConomy.payment
    - iConomy.access
    - iConomy.rank
    - iConomy.list
    - wolfpound.use
    - magiccarpet.mc
    Mod:
    default: false
    info:
    prefix: '&6[Mod]'
    suffix: '&9'
    build: true
    inheritance:
    - Gracz
    permissions:
    - Requests.*
    - AdminChat.*
    - permissions.group
    - IPGet.*
    - BetterShop.*
    - warpz0r.*
    - commandbook.*
    - lwc.protect
    - PrivateWarp.pw
    - iConomyChestShop.shop.*
    - magiccarpet.mc
    - iConomy.payment
    - iConomy.access
    - iConomy.rank
    - iConomy.list
    - worldedit.wand
    - worldguard.region
    - wolfpound.*
    - AdminChat.use
    Admin:
    default: false
    info:
    prefix: '&4[Admin]'
    suffix: '&2'
    build: true
    inheritance: null
    permissions:
    - '*'
    -bedrock.*


    My users.yml :
    Show Spoiler

    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can no longer have a prefix and suffix
    ##
    users:
    Raziel12468:
    groups:
    - Admin


    My storageconfig.yml :
    Show Spoiler

    permissions:
    storage:
    type: YAML


    Log :
    Show Spoiler

    2011-05-27 20:37:05 [INFO] Starting Minecraft server on 5.18.88.100:666
    2011-05-27 20:37:05 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-05-27 20:37:05 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-05-27 20:37:05 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-05-27 20:37:05 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-05-27 20:37:05 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-759-g20c72db-b812jnks (MC: 1.6.4)
    2011-05-27 20:37:05 [INFO] Preparing level "world"
    2011-05-27 20:37:05 [INFO] Preparing start region for level 0
    2011-05-27 20:37:06 [INFO] Preparing spawn area: 85%
    2011-05-27 20:37:06 [INFO] Preparing start region for level 1
    2011-05-27 20:37:07 [INFO] Preparing spawn area: 97%
    2011-05-27 20:37:07 [INFO] DataSourcePool [BedRespawn] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-27 20:37:07 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-27 20:37:08 [INFO] Entities enhanced[0] subclassed[1]
    2011-05-27 20:37:08 [INFO] LWC Loading shared objects
    2011-05-27 20:37:08 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-05-27 20:37:08 [SEVERE] tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.6 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
    at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:112)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-27 20:37:08 [INFO] [AdminChat] Aktywny
    2011-05-27 20:37:08 [INFO] [AdminChat] Uzywam koloru 'zielony'
    2011-05-27 20:37:08 [INFO] [AdminChat] Uzywam kanalu o nazwie 'V.I.P'
    2011-05-27 20:37:08 [INFO] [AdminChat] Znalazlem Permissions
    2011-05-27 20:37:08 [INFO] [Adminium] version [1.1.0] is enabled!
    2011-05-27 20:37:08 [INFO] AntiHack version 1.7 is enabled with permissions!
    2011-05-27 20:37:08 [INFO] Backup v1.5 was sucessfully loaded!
    2011-05-27 20:37:08 [INFO] BedRespawn v1.2d enabled
    2011-05-27 20:37:08 [INFO] Loading BetterShop version 1.6.5.4 ...
    2011-05-27 20:37:09 [WARNING] [BetterShop] failed to check for updates
    2011-05-27 20:37:09 [INFO] [BetterShop] BetterShop.csv loaded.
    2011-05-27 20:37:09 [INFO] [BetterShop] Attached to iConomy.
    2011-05-27 20:37:09 [INFO] [BetterShop] Attached to Permissions.
    2011-05-27 20:37:09 [INFO] BetterShop version 1.6.5.4 is enabled!
    2011-05-27 20:37:09 [INFO] [Citizens]: Permissions enabled.
    2011-05-27 20:37:09 [INFO] [Citizens]: version [1.0.8a] (Helpers) loaded
    2011-05-27 20:37:09 [INFO] [Citizens] Payment method found (iConomy version: 4)
    2011-05-27 20:37:09 [INFO] CommandBook 1.5.1-customized enabled.
    2011-05-27 20:37:09 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-05-27 20:37:09 [INFO] CommandBook: 1 kit(s) loaded.
    2011-05-27 20:37:09 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 20:37:09 [INFO] CraftBukkitUpToDate version 2.5.4 is enabled!
    2011-05-27 20:37:09 [INFO] [Permissions] version [3.0.6] (Yeti) loaded
    2011-05-27 20:37:09 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 20:37:09 [INFO] Request: GET http://ci-b.bukkit.org/job/dev-CraftBukkit/promotion/latest/Recommended/api/xml
    Will go to http://ci-b.bukkit.org/job/dev-CraftBukkit/promotion/latest/Recommended/api/xml
    2011-05-27 20:37:10 [INFO] resp: 200, len: 2408
    2011-05-27 20:37:10 [INFO] CButD: CraftBukkit is Outdate, try to download new version
    2011-05-27 20:37:10 [INFO] Request: GET http://ci-b.bukkit.org/job/dev-CraftBukkit/803//artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar
    Will go to http://ci-b.bukkit.org/job/dev-CraftBukkit/803//artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar
    2011-05-27 20:37:10 [INFO] resp: 200, len: 7545922
    2011-05-27 20:37:27 [INFO] CButD: CraftBukkit download new Build, please stop the server and copy D:\Gry (PC)\Minecraft\Server wojny - Bukkit\aktualizacje\craftbukkit-0.0.1-SNAPSHOT.jar to your Main-Folder.
    2011-05-27 20:37:27 [INFO] FalseBookBlock v0.84alpha by GeMo enabled
    2011-05-27 20:37:27 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-05-27 20:37:27 [INFO] FalseBookCart v0.84alpha by GeMo enabled
    2011-05-27 20:37:27 [INFO] FalseBookChat v0.84alpha by GeMo enabled
    2011-05-27 20:37:27 [INFO] [FalseBook Core] FalseBookCore v0.84alpha by GeMo enabled!
    2011-05-27 20:37:27 [INFO] FalseBookExtra v0.84alpha by GeMo enabled
    2011-05-27 20:37:27 [INFO] FalseBookIC v0.84alpha by GeMo enabled
    2011-05-27 20:37:27 [INFO] [iChat] Found Permissions (v3.0.6)
    2011-05-27 20:37:27 [INFO] iChat (v2.2.3) enabled
    2011-05-27 20:37:27 [INFO] [iConomy] Logging is currently disabled.
    2011-05-27 20:37:27 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    2011-05-27 20:37:27 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-05-27 20:37:27 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:27 [INFO] [iConomyChestShop] version 2.52 initialized!
    2011-05-27 20:37:27 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:27 [INFO] [iConomyChestShop] iConomy version 4.65 loaded.
    2011-05-27 20:37:27 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:27 [INFO] [iConomyChestShop] LWC version 2.31 loaded.
    2011-05-27 20:37:27 [INFO] IPGet version 0.4 is enabled!
    2011-05-27 20:37:27 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:27 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:28 [INFO] LWC Loaded 116 locale strings (0 overrides)
    2011-05-27 20:37:28 [INFO] Request: GET http://griefcraft.com/bukkit/lwc/VERSION
    Will go to http://griefcraft.com/bukkit/lwc/VERSION
    2011-05-27 20:37:28 [INFO] resp: 200, len: 10
    2011-05-27 20:37:29 [INFO] LWC Using Nijikokun's permissions plugin for permissions
    2011-05-27 20:37:29 [INFO] LWC Loading SQLite
    2011-05-27 20:37:29 [INFO] SQLite Using: Native
    2011-05-27 20:37:29 [INFO] LWC At version: v2.31
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-05-27 20:37:29 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-05-27 20:37:29 [INFO] [MagicCarpet] Restricted to: []
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [MultiVerse] Permissions Found
    2011-05-27 20:37:29 [INFO] [MultiVerse] - Version 1.6.5 Enabled
    2011-05-27 20:37:29 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-05-27 20:37:29 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-05-27 20:37:29 [INFO] [MultiVerse] 1 - World(s) loaded.
    2011-05-27 20:37:29 [INFO] [MultiVerse] Loading Portals
    2011-05-27 20:37:29 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [P2Aliases] Unable to attach to PermissionsPlus. Exiting.
    2011-05-27 20:37:29 [INFO] [P2Aliases] Shutting down.
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] Loading PluginControl Version 0.57
    2011-05-27 20:37:29 [INFO] Using Nijikokun's Permission plugin
    2011-05-27 20:37:29 [INFO] Read level-name: world
    2011-05-27 20:37:29 [INFO] PluginControl started
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] PluginManager 1.0.0 is enabled.
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [PluginsManager]: PluginsManager version 11.04.04 enabled
    2011-05-27 20:37:29 [INFO] [PluginsManager]: pluginsmanager.settings file successfully loaded
    2011-05-27 20:37:29 [INFO] [PluginsManager]: settings have been loaded
    2011-05-27 20:37:29 [SEVERE] [PluginsManager]: CHANGE THIS VALUE could not be created
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] properTime reading from config at D:\Gry (PC)\Minecraft\Server wojny - Bukkit\plugins\properTime\properTime.conf
    2011-05-27 20:37:29 [INFO] properTime 1.8.9 initialized
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [RegionMarket] Found and hooked all plugins successfully.
    2011-05-27 20:37:29 [INFO] [RegionMarket] Successfully loaded regions : [0/0]
    2011-05-27 20:37:29 [INFO] [RegionMarket] Loaded v0.4, by Crash
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] Plugin Seats v0.2 Started
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] SimpleBan 1.3 was loaded sucessfully!
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] SimpleSave: Config File is malformed! Please Regenerate!
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [SlowHealth] version [3.0.1] (actruncale) is loaded.
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] Unknown Command version 1.4 is enabled!
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] Warpz0r version 1.2.1 is enabled
    2011-05-27 20:37:29 [INFO] [Warpz0r] Found Permissions (v3.0.6)
    2011-05-27 20:37:29 [INFO] [Warpz0r] Found iConomy (v4.65)
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [WolfPound] - Version 1.0 Enabled
    2011-05-27 20:37:29 [INFO] [WolfPound] using Permissions
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [AllPay] - Version .4 - hooked into iConomy(4.X) for WolfPound v1.0
    2011-05-27 20:37:29 [INFO] WorldEdit 4.4 enabled.
    2011-05-27 20:37:29 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [AllPay] - Version .4 - hooked into iConomy(4.X) for WolfPound v1.0
    2011-05-27 20:37:29 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world) Single session is enforced.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-05-27 20:37:29 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-05-27 20:37:29 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-05-27 20:37:29 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-05-27 20:37:29 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-05-27 20:37:29 [INFO] WorldGuard: 5 regions loaded for 'world'
    2011-05-27 20:37:29 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    2011-05-27 20:37:29 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-27 20:37:29 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 20:37:29 [INFO] [iConomyChestShop] Permissions version 3.0.6 loaded.
    2011-05-27 20:37:29 [INFO] [AllPay] - Version .4 - hooked into iConomy(4.X) for WolfPound v1.0
    2011-05-27 20:37:29 [INFO] Done (2.442s)! For help, type "help" or "?"
    2011-05-27 20:37:37 [INFO] CButD: Plugin-Update-Check started
    2011-05-27 20:37:37 [INFO] Request: GET http://dl.dropbox.com/u/23882137/plugin.properties
    Will go to http://dl.dropbox.com/u/23882137/plugin.properties
    2011-05-27 20:37:38 [INFO] resp: 200, len: 67256
    2011-05-27 20:37:38 [INFO] No source for BedRespawn.jar ask the Author to give me one
    2011-05-27 20:37:42 [INFO] BetterShop.jar changed, but you have it in your Update-Folder.
    2011-05-27 20:37:44 [INFO] No source for CommandBook.jar ask the Author to give me one
    2011-05-27 20:37:45 [INFO] No source for FalseBookBlock.jar ask the Author to give me one
    2011-05-27 20:37:45 [INFO] No source for FalseBookCart.jar ask the Author to give me one
    2011-05-27 20:37:45 [INFO] No source for FalseBookChat.jar ask the Author to give me one
    2011-05-27 20:37:45 [INFO] No source for FalseBookCore.jar ask the Author to give me one
    2011-05-27 20:37:45 [INFO] No source for FalseBookExtra.jar ask the Author to give me one
    2011-05-27 20:37:45 [INFO] No source for FalseBookIC.jar ask the Author to give me one
    2011-05-27 20:37:45 [INFO] No source for iChat.jar ask the Author to give me one
    2011-05-27 20:37:48 [INFO] iConomy.jar changed, try to download the new
    2011-05-27 20:37:50 [INFO] iConomy.jar updated, copy D:\Gry (PC)\Minecraft\Server wojny - Bukkit\aktualizacje\plugins\iConomy.jar to your Plugin-Folder
    2011-05-27 20:38:03 [INFO] Stopping the server..
    2011-05-27 20:38:03 [INFO] Stopping server
    2011-05-27 20:38:03 [INFO] [AdminChat] Nieaktywny
    2011-05-27 20:38:03 [INFO] [Adminium] has been disabled.
    2011-05-27 20:38:03 [INFO] AntiHack version 1.7 is disabled!
    2011-05-27 20:38:03 [INFO] BedRespawn disabled
    2011-05-27 20:38:03 [INFO] BetterShop now unloaded
    2011-05-27 20:38:03 [INFO] [Citizens]: version [1.0.8a] (Helpers) disabled
    2011-05-27 20:38:03 [INFO] FalseBookBlock v0.84alpha by GeMo disabled
    2011-05-27 20:38:03 [INFO] FalseBookCart v0.84alpha by GeMo disabled
    2011-05-27 20:38:03 [INFO] FalseBookChat v0.84alpha by GeMo disabled
    2011-05-27 20:38:03 [INFO] FalseBookExtra v0.84alpha by GeMo disabled
    2011-05-27 20:38:03 [INFO] FalseBookIC v0.84alpha by GeMo disabled
    2011-05-27 20:38:03 [INFO] [iChat] iChat Disabled
    2011-05-27 20:38:03 [INFO] [iConomy] Plugin disabled.
    2011-05-27 20:38:03 [INFO] [Warpz0r] Stargate plugin lost.
    2011-05-27 20:38:03 [INFO] [iConomyChestShop] version 2.52 distabled!
    2011-05-27 20:38:03 [INFO] IPGet Disabled
    2011-05-27 20:38:03 [INFO] LWC Freeing SQLite
    2011-05-27 20:38:03 [INFO] Magic Carpet disabled. Thanks for trying the plugin!
    2011-05-27 20:38:03 [INFO] [MultiVerse] - Disabled
    2011-05-27 20:38:03 [SEVERE] Error occurred while disabling Permissions v3.0.6 (Is it up to date?): null
    java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:126)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:257)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:338)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-27 20:38:03 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 20:38:03 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 20:38:03 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 20:38:03 [INFO] [iChat] Permissions plugin lost.
    2011-05-27 20:38:03 [INFO] [Warpz0r] Permissions plugin lost.
    2011-05-27 20:38:03 [INFO] PluginManager 1.0.0 is disabled.
    2011-05-27 20:38:03 [INFO] [PluginsManager]: PluginsManager version 11.04.04 disabled
    2011-05-27 20:38:03 [INFO] Thread 0 successfully joined.
    2011-05-27 20:38:03 [INFO] Thread 1 successfully joined.
    2011-05-27 20:38:03 [INFO] properTime 1.8.9 signing off.
    2011-05-27 20:38:03 [INFO] [RegionMarket] Finished saving, v0.4 disabled.
    2011-05-27 20:38:03 [INFO] SimpleBan 1.3 was disabled!
    2011-05-27 20:38:03 [INFO] Goodbye world!
    2011-05-27 20:38:03 [INFO] Unknown Command says Goodbye!
    2011-05-27 20:38:03 [INFO] Warpz0r version 1.2.1 is disabled
    2011-05-27 20:38:03 [INFO] [WolfPound] - Disabled
    2011-05-27 20:38:03 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-05-27 20:38:03 [INFO] Saving chunks
    2011-05-27 20:38:04 [INFO] Saving chunks
    2011-05-27 20:38:04 [INFO] Stopping server
    2011-05-27 20:38:04 [INFO] Saving chunks
     
  16. Offline

    FlawlezZ

    Code:
    groups:
        Neuling:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'commandbook.who'
                - 'sprint.allow'
        Member:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
                - Neuling
            permissions:
                - 'essentials.who'
                - 'essentials.msg'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.warp'
                - 'lwc.protect'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.rank'
                - 'falsebook.blocks.lift'
                - 'falsebook.blocks.door'
                - 'falsebook.blocks.gate'
                - 'falsebook.blocks.bridge'
                - 'stargate.use'
                - 'towny.town.new'
                - 'towny.town.claim'
        VIP:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.who'
                - 'essentials.msg'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.warp'
                - 'warpz0r.sethome'
                - 'warpz0r.home'
                - 'warpz0r.warp'
                - 'lwc.protect'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.rank'
                - 'falsebook.blocks.lift'
                - 'falsebook.blocks.door'
                - 'falsebook.blocks.gate'
                - 'falsebook.blocks.bridge'
                - 'stargate.use'
                - 'towny.town.new'
                - 'towny.town.claim'
        Supporter:
            default: false
            info:
                prefix: '&6'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.who'
                - 'essentials.msg'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.warp'
                - 'warpz0r.sethome'
                - 'warpz0r.home'
                - 'warpz0r.warp'
                - 'lwc.protect'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.rank'
                - 'falsebook.blocks.lift'
                - 'falsebook.blocks.door'
                - 'falsebook.blocks.gate'
                - 'falsebook.blocks.bridge'
                - 'stargate.use'
                - 'towny.town.new'
                - 'towny.town.claim'
                - 'permissions.parents.add'
                - 'permissions.parents.remove'
                - 'towny.town.claim'
                - 'tombstone.admin'
                - 'commandbook.bans.ban'
                - 'commandbook.kick'
        Admin:
            default: false
            info:
                prefix: '&c'
                suffix: '&c'
                build: true
            inheritance:
            permissions:
                - '*'
    Code:
    2011-05-27 21:34:33 [INFO] Starting minecraft server version Beta 1.6.4
    2011-05-27 21:34:33 [INFO] Loading properties
    2011-05-27 21:34:33 [INFO] Starting Minecraft server on 82.198.209.132:25565
    2011-05-27 21:34:33 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-05-27 21:34:33 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-05-27 21:34:33 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-05-27 21:34:33 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-05-27 21:34:33 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-761-g8eb7d7b-b814jnks (MC: 1.6.4)
    2011-05-27 21:34:33 [INFO] Preparing level "Leonhart"
    2011-05-27 21:34:33 [INFO] Preparing start region for level 0
    2011-05-27 21:34:34 [INFO] LWC    Loading shared objects
    2011-05-27 21:34:34 [INFO] LWC    Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-05-27 21:34:34 [INFO] [Permissions] (Yeti) was initialized.
    2011-05-27 21:34:34 [INFO] Warpz0r version 1.2.2 is enabled
    2011-05-27 21:34:34 [INFO] [BBROTHER] ------------------------------------
    2011-05-27 21:34:34 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-05-27 21:34:34 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-05-27 21:34:34 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-05-27 21:34:34 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-05-27 21:34:34 [INFO] [BBROTHER] ------------------------------------
    2011-05-27 21:34:34 [INFO] [BBROTHER] Building `bbdata` table...
    2011-05-27 21:34:34 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbdata` (`id` INTEGER AUTO_INCREMENT PRIMARY KEY,`date` INT UNSIGNED NOT NULL DEFAULT '0',`player` INT UNSIGNED NOT NULL DEFAULT '0',`action` tinyint NOT NULL DEFAULT '0',`world` tinyint NOT NULL DEFAULT '0',`x` int NOT NULL DEFAULT '0',`y` tinyint UNSIGNED NOT NULL DEFAULT '0',`z` int NOT NULL DEFAULT '0',`type` smallint NOT NULL DEFAULT '0',`data` TEXT NOT NULL DEFAULT '',`rbacked` boolean NOT NULL DEFAULT '0');CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked);):
    org.h2.jdbc.JdbcSQLException: Index "DATEINDEX" besteht bereits
    Index "DATEINDEX" already exists; SQL statement:
    CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked); [42111-153]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:167)
        at org.h2.message.DbException.get(DbException.java:144)
        at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.command.CommandList.update(CommandList.java:41)
        at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
        at org.h2.command.CommandList.update(CommandList.java:42)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273)
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:35)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.java:57)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataH2.<init>(BBDataH2.java:13)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:47)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:118)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-27 21:34:34 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-05-27 21:34:34 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-05-27 21:34:34 [INFO] [BBROTHER] Building `bbusers` table...
    2011-05-27 21:34:34 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`)):
    org.h2.jdbc.JdbcSQLException: Index "IDXUSERNAME" besteht bereits
    Index "IDXUSERNAME" already exists; SQL statement:
    CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`) [42111-153]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:167)
        at org.h2.message.DbException.get(DbException.java:144)
        at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
        at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
        at org.h2.command.CommandList.update(CommandList.java:42)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273)
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:35)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.<init>(BBUsersTable.java:67)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersH2.<init>(BBUsersH2.java:12)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getInstance(BBUsersTable.java:54)
        at me.taylorkelly.bigbrother.BBPlayerInfo.<init>(BBPlayerInfo.java:50)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:120)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-27 21:34:34 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.0.6
    2011-05-27 21:34:34 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-05-27 21:34:34 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #443) enabled!
    2011-05-27 21:34:34 [INFO] ChopTree 1.0 enabled!
    2011-05-27 21:34:34 [INFO] WorldEdit 4.4 enabled.
    2011-05-27 21:34:34 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 21:34:34 [INFO] [SignShop] v0.4.2 ENABLED
    2011-05-27 21:34:34 [INFO] [HeroicDeath] 1.7.3.148 enabled.
    2011-05-27 21:34:34 [INFO] Dontkickme Plugin loaded.
    2011-05-27 21:34:34 [INFO] [PlugMan] Starting Up! - Version: 1.3 by bekvon
    2011-05-27 21:34:34 [INFO] [PlugMan] Found Permissions Plugin!
    2011-05-27 21:34:34 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 21:34:34 [INFO] WorldGuard: (Leonhart) Single session is enforced.
    2011-05-27 21:34:34 [INFO] WorldGuard: (Leonhart) TNT ignition is blocked.
    2011-05-27 21:34:34 [INFO] WorldGuard: (Leonhart) Lighters are PERMITTED.
    2011-05-27 21:34:34 [INFO] WorldGuard: (Leonhart) Lava fire is blocked.
    2011-05-27 21:34:34 [INFO] WorldGuard: (Leonhart) All fire spread is disabled.
    2011-05-27 21:34:34 [INFO] WorldGuard: Loaded configuration for world 'Leonhart"
    2011-05-27 21:34:35 [INFO] WorldGuard: 43 regions loaded for 'Leonhart'
    2011-05-27 21:34:35 [INFO] WorldGuard 5.0-alpha9 enabled.
    2011-05-27 21:34:35 [INFO] [iConomy] Logging is currently disabled.
    2011-05-27 21:34:35 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-05-27 21:34:35 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-27 21:34:35 [INFO] [Warpz0r] Found iConomy (v5.01)
    2011-05-27 21:34:35 [SEVERE] Could not pass event PLUGIN_ENABLE to Warpz0r
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at net.TheDgtl.Warpz0r.Warpz0r$sListener.onPluginEnable(Warpz0r.java:461)
        at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:497)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:757)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        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:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 13 more
    2011-05-27 21:34:35 [INFO] [SignShop] hooked into iConomy.
    2011-05-27 21:34:35 [INFO] ThisBiome is on!
    2011-05-27 21:34:35 [INFO] Tombstone v.1.2.6 is enabled.
    2011-05-27 21:34:35 [INFO] [Sprint] v0.8 is enabled!
    2011-05-27 21:34:35 [INFO] CommandBook 1.5.1 enabled.
    2011-05-27 21:34:35 [INFO] CommandBook: 36 banned name(s) loaded.
    2011-05-27 21:34:35 [INFO] CommandBook: 1 kit(s) loaded.
    2011-05-27 21:34:35 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 21:34:35 [INFO] Stargate v.0.4.8 is enabled.
    2011-05-27 21:34:35 [INFO] [Stargate] Loaded 1 gate layouts
    2011-05-27 21:34:35 [INFO] [Stargate] {Leonhart} Loaded 23 stargates with 0 set as always-on
    2011-05-27 21:34:35 [INFO] AdvancedBans version 0.4 is enabled with permissions!
    2011-05-27 21:34:35 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    2011-05-27 21:34:35 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 21:34:35 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 21:34:35 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-27 21:34:35 [INFO] [Warpz0r] Found Permissions (v3.0.6)
    2011-05-27 21:34:35 [INFO] [iConomy] hooked into Permissions.
    2011-05-27 21:34:35 [INFO] [Tombstone] Using Permissions (v3.0.6)
    2011-05-27 21:34:35 [INFO] [Stargate] Found Permissions (v3.0.6)
    2011-05-27 21:34:35 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-05-27 21:34:35 [INFO] [HeroChat] Permissions 3.0.6 found.
    2011-05-27 21:34:35 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-05-27 21:34:36 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-05-27 21:34:36 [INFO] LWC    Loading SQLite
    2011-05-27 21:34:36 [INFO] SQLite    Using: Native
    2011-05-27 21:34:36 [INFO] LWC    At version: v2.30
    2011-05-27 21:34:36 [INFO] [Tombstone] Using LWC (v2.3)
    2011-05-27 21:34:36 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-05-27 21:34:36 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc. 
    2011-05-27 21:34:36 [INFO] [MagicCarpet] Using Permissions.
    2011-05-27 21:34:36 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-05-27 21:34:36 [INFO] [Towny] Version: 0.67 - Mod Enabled
    2011-05-27 21:34:36 [INFO] [AuthMe] Using flatfile as datasource!
    2011-05-27 21:34:36 [INFO] [AuthMe] Cache for registrations is enabled!
    2011-05-27 21:34:36 [INFO] [AuthMe] 629 registered players loaded in 0.02 seconds!
    2011-05-27 21:34:36 [INFO] [AuthMe] Version 0.72 was successfully loaded!
    2011-05-27 21:34:36 [INFO] Done (0.368s)! For help, type "help" or "?"
    2011-05-27 21:34:37 [INFO] Xeno [/80.123.44.27:62662] logged in with entity id 654 at (-195.24539006402887, 54.0, 482.47567003521647)
    2011-05-27 21:34:37 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-05-27 21:34:39 [INFO] [BBROTHER] Cleaned out 0 records because of age in 0h00m00s.
    2011-05-27 21:34:41 [INFO] Disconnecting Jannes [/178.142.92.235:64266]: You are not white-listed on this server!
    2011-05-27 21:34:52 [INFO] [AuthMe] Player Xeno logged in!
    2011-05-27 21:34:54 [INFO] Riddick [/93.203.8.152:51195] logged in with entity id 727 at (-314.16057030689205, 88.0, -1484.40030186751)
    2011-05-27 21:34:54 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-05-27 21:35:01 [INFO] [AuthMe] Player Riddick logged in!
    2011-05-27 21:35:28 [INFO] Riddick lost connection: disconnect.endOfStream
    2011-05-27 21:35:35 [INFO] Disconnecting Highlight [/88.74.223.192:50174]: You are not white-listed on this server!
    
     
  17. Offline

    vfern_fern

    Can someone explain to me what the globalgroup.yml, globaluser.yml and storageconfig.yml are used for? Mine are blank...
     
  18. Offline

    Don Redhorse

    hmm atm there are 2 bugs I think... one is with the stuff from sk49q.. you need a specific permission to get rid of that message.. note that you are able to do the action though.. and the other one is a bug in permissions 3 that the * doesn't correctly work.
     
  19. Offline

    tehMugwump

    What version of Bukkit does this support?
     
  20. Offline

    FlawlezZ

    sadly it is the same with essentials
     
  21. Offline

    Jeyge

    The only thing I see wrong with your groups.yml is that Supporter inherits from Default but you don't have a default. VIP isn't inheriting but that isn't necessarily a problem. The only other thing is that you are running an unsupported build of CraftBukkit.

    You did say that /who was the command you were having problems with but as it stands right now, not all groups can actually use /who. Fixing the inheritance should give most groups access though.
     
  22. Offline

    FlawlezZ

    Code:
    groups:
        Neuling:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'commandbook.who'
                - 'sprint.allow'
        Member:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
                - Neuling
            permissions:
                - 'essentials.who'
                - 'essentials.msg'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.warp'
                - 'lwc.protect'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.rank'
                - 'falsebook.blocks.lift'
                - 'falsebook.blocks.door'
                - 'falsebook.blocks.gate'
                - 'falsebook.blocks.bridge'
                - 'stargate.use'
                - 'towny.town.new'
                - 'towny.town.claim'
        Admin:
            default: false
            info:
                prefix: '&c'
                suffix: '&c'
                build: true
            inheritance:
            permissions:
                - '*'
    still doesnt work. even if i delete all the plugins it doesnt change anything. I've only Essentials and Permissions installed. I had exactly the same problem when I used recommended build. sometimes it even replies the error User/group doesnt exists, but with another name it works..

    this plugin is pretty buggy.
     
  23. Offline

    Jeyge

    You don't have any inheritance problems now but the default group still doesn't have access to the /who command. As a test, try giving each group essentials.* and see if that fixes things. Also, make sure your looking at the groups.yml in plugins\permissions\Leonhart. Make sure your cases are correct as I've heard there can be problems on Linux.
     
  24. Offline

    Raziel12468

    HAHA, LOL, error disappeared !!! :D
    Now I try to turn throw plugins and take a look, which causes an error, yet the appeal !
     
  25. Offline

    Jeyge

    Please post back here if you figure out which one it is. I notice that the base class has been changed and it would be good to know if some plugin out there isn't pulling in the most recent changes.
     
  26. Offline

    Maxis010

    Which is why version 2.7.6 is still being promoted and supported, version 3 is slowly taking over but there are still holes to be patched and bugs to be squished
     
  27. Offline

    Raziel12468

    Hi everybody !
    I found bad plugin ! :D
    It's... RegionMarket ! :)
    Thanks for help ! :)
     
  28. Offline

    emoknight

    can some1 make a video on how 2 use the new command plz
     
  29. Offline

    Dula

    SearchIds and Dynmap caused error for me
     
  30. Offline

    Lynxdragon

    Im also waiting on a guide for SQL.
     
  31. Offline

    Spathizilla

    A post earlier in this thread, said the API had changed between permissions 2.7.* and 3.0. However I cannot see any difference in the API reference page. What has changed if anything so we can make the plugins work correctly (since you said some of them dont work with v3)
     
Thread Status:
Not open for further replies.

Share This Page