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

    Ambedrake

    OK so here is my current issue :

    Using MySQL, the permissions are reading properly and inheriting properly for commands, however build/prefix rights are a bit off. I can get it to give individuals build rights directly however when giving build rights to a group they do not inherit from the group to the users in said group. Also giving a person build rights globally does not work it requires giving righter on a per map per user basis, this is causing quite a bit of work on my part >.<

    If I'm missing something I would love to know, any help is welcome at this point.

    CB: 819

    Thanks,
    Ambe
     
  3. Offline

    Astromouse

    I had already gotten rid of that "admin" on the users.yml and replaced it with "Default" to test it out, correct spacing. I'm not seeing any errors when starting the server and I'm looking at server.log also, not seeing any formatting errors there either or any [SEVERE] errors. Not sure if I'm supposed to be looking somewhere else. Everything seems to be correctly formatted now, but users labeled in the "default group" on the users.yml still have access to every plugin command. I even tried switching back to 2.7 using the same group / user formatting, no errors, but still the default group had access to everything.

    Here is my log from the latest restart as well as my most current user/group yml files:

    Code:
    2011-06-04 00:59:26 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-04 00:59:26 [INFO] Loading properties
    2011-06-04 00:59:26 [INFO] Starting Minecraft server on *:25565
    2011-06-04 00:59:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-04 00:59:26 [INFO] Preparing level "world"
    2011-06-04 00:59:26 [INFO] Preparing start region for level 0
    2011-06-04 00:59:27 [INFO] Preparing spawn area: 36%
    2011-06-04 00:59:28 [INFO] Preparing spawn area: 93%
    2011-06-04 00:59:28 [INFO] Preparing start region for level 1
    2011-06-04 00:59:29 [INFO] Preparing spawn area: 52%
    2011-06-04 00:59:31 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-04 00:59:31 [INFO] CommandBook 1.5.1 enabled.
    2011-06-04 00:59:31 [INFO] CommandBook: 1 banned name(s) loaded.
    2011-06-04 00:59:31 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-04 00:59:31 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 00:59:31 [INFO] HomeSweetHome: Version 0.8.3 loaded!
    2011-06-04 00:59:31 [INFO] iChat (v2.3.0) enabled
    2011-06-04 00:59:31 [INFO] [Permissions] version [3.1.2] (Yeti)  loaded
    2011-06-04 00:59:31 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 00:59:31 [INFO] HomeSweetHome: Hooked into Permissions!
    2011-06-04 00:59:31 [INFO] [iChat] Found Permissions (v3.1.2)
    2011-06-04 00:59:31 [INFO] [Permissions] SQL Interface enabled!
    2011-06-04 00:59:31 [INFO] WorldEdit 4.4 enabled.
    2011-06-04 00:59:31 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 00:59:31 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-04 00:59:31 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-04 00:59:31 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-04 00:59:31 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-04 00:59:31 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-04 00:59:31 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-04 00:59:31 [INFO] Done (0.534s)! For help, type "help" or "?"
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'commandbook.who'
                - 'commandbook.motd'
                - 'commandbook.rules'
                - 'commandbook.kit'
                - 'commandbook.time.check'
                - 'commandbook.spawn'
                - 'commandbook.broadcast'
                - 'commandbook.say'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.slap'
                - 'commandbook.slap.others'
                - 'homesweethome.home'
                - 'homesweethome.set'
    
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
    
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    Code:
    users:
    
        Blannche:
            permissions:
            groups:
            - Default
    
        Astromouse1:
            permissions:
            groups:
            - Default
     
  4. Offline

    Jeyge

    Are you perhaps running GroupManager? Post your permissions files again so I can run them on my test server.
     
  5. Offline

    Astromouse

    I edited my previous post with updated permissions files and also a log of a server restart. I deleted server.log so that's a fresh log. I also made sure to get rid of group manager and anything that would conflict with worldedit when the big update happened, so fakepermissions and all of the broken plugins were removed. All of my plugins are updated as of today.

    Thanks for all of the help, I've spent hours on this already. Much appreciates!
     
  6. Offline

    Raeson123

    I got a problem... Whenever someone comes on, the user.yml keeps resetting D:
    Not only that, at random it resets
     
  7. Offline

    Jeyge

    I don't think there is anything wrong with the files. Are your global and storageconfig.yml files empty and are your groups.yml and users.yml files in the plugins\permissions\world directory?

    It shouldn't reset the whole file unless you are running inside a wrapper. Which version of Permissions are you running and how do you have your storageconfig.yml set up? Is it actually clearing the whole users.yml or just adding a new name?

    Not a problem. I haven't run into people being in the OPs file myself in a while so I didn't think about it either. And it is good to hear it is all working now.

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

    Astromouse

    Yes, the global and storageconfig files are empty and the other two are in the correct directory. The funny thing is, in groups.yml when I toggle the Build = true/false for the Default group, I get the result of not being able to place or destroy blocks. However, same issue, that group has access to every single command. I have no clue what's going on here.

    I don't think I would have even figured it out if you didn't give me the seal of approval on the files and verify everything was in the correct place. Thanks again!

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

    Jeyge

    I think that error was logged yesterday on GitHub. I'm not sure when it will be fixed.
     
  10. Offline

    Runelynx

    Thanks for the tip - just did that and my headache is now gone! Global permissions are nice but 2hours trying to figure out what needs changing (and actually tweaking each node) isn't worth it.
     
  11. Offline

    Jeyge

    I haven't run into this in a while so I'm not used to asking it but are they in the ops.txt file?
     
  12. Offline

    Astromouse

    I figured it out. It was such a stupid fix I should've noticed this before. I inherited this server and I'm new to configuring everything. At least you helped me learn how to properly configure the files to perfection xD .... the people that I were trying to test with, were admins. When I was putting them in the default group.... they were still on the ops.txt list. Thanks for all the help with the formatting and testing it out, you're awesome man! I feel dumb for not having checked ops.txt first!
     
  13. Offline

    Raeson123

    was that storageconfig.yml important? e_e
    and the users.yml just dissappears and the person who login last name is the only one there

    It's just blank, I dunno what to do with it.
     
  14. Offline

    Jeyge

    How do you normally have your users.yml set up? I wonder if it is set up wrong, if it will clear out all of the bogus entries.
     
  15. Offline

    Raeson123

    users:
    R0X4R:
    permissions:
    groups:
    - Farmer
    raeson:
    permissions:
    groups:
    - admin
    touricroft:
    permissions:
    groups:

    or should i had posted a download to the users.yml?
     
  16. Offline

    Jeyge

    If you put it in code tags, it will keep the spacing. I couldn't tell from the previous post but are your global files blank along with your storageconfig.yml?
     
  17. Offline

    Raeson123

    Um, yeah
     
  18. Offline

    Jeyge

    I can't see the formatting of your users.yml but I really don't think that is doing it. Are you running in a wrapper? Post your server.log so I can see if something strange is happening in there.
     
  19. Offline

    Blackhole16

    ive a problem:
    yesterday i updated the permissions, cause the old doesnt work.
    now, when i start the server, These errors come:

    2011-06-03 23:22:09 [INFO] Preparing start region for level 0
    2011-06-03 23:22:10 [SEVERE] while parsing a block mapping
    in "<reader>", line 10, column 1:
    users:
    ^
    expected <block end>, but found BlockMappingStart
    in "<reader>", line 36, column 4:
    BBHHReik:
    ^

    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-06-03 23:22:10 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.data.YamlUserStorage.reload(YamlUserStorage.java:179)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:29)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:34)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:90)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    2011-06-03 23:22:10 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularControl.java:103)
    2011-06-03 23:22:10 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:182)
    2011-06-03 23:22:10 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-06-03 23:22:10 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-03 23:22:10 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-03 23:22:10 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-03 23:22:10 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-03 23:22:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-03 23:22:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-03 23:22:10 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-03 23:22:10 [INFO] [Permissions] Shutting down Permissions due to error(s).

    i copied the users and groups from the old permissions into the new files in my worldname file in permissions, but noone can build or delete blocks, and i (as op(ingame) and admin(in permissions)) cant use any commands, everytime there is a message: yiou dont have the permissions to do this
    mfg
    BH16
     
  20. Offline

    Jeyge

    Post your groups.yml and users.yml files.
     
  21. Offline

    Blackhole16

    groups:

    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:

    ##
    # 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:
    Guest:
    default: true
    info:
    prefix: '[Guest]'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'general.spawn'
    - 'general.playerlist'
    - 'superpickaxe.use'
    Default:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'guestprev.*'
    - 'falsebook.*'
    - 'superpickaxe.use'
    - 'skypirates.*'
    - 'general.spawn'
    - 'general.playerlist'
    - 'general.teleport'
    - 'general.tell'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'warp.to.*'
    - 'warp.create.private'
    - 'myhome.home.basic.*'
    - 'weatherman.*'
    Baumeister:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'guestprev.*'
    - 'falsebook.*'
    - 'superpickaxe.use'
    - 'skypirates.*'
    - 'general.spawn'
    - 'general.playerlist'
    - 'general.teleport'
    - 'general.tell'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'warp.to.*'
    - 'warp.create.private'
    - 'tpack.boomstick'
    - 'tpack.cuboid.*'
    - 'myhome.home.basic.*'
    - 'weatherman.*'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'guestprev.*'
    - 'falsebook.*'
    - 'superpickaxe.use'
    - 'skypirates.*'
    - 'general.spawn'
    - 'general.spawn.set'
    - 'general.teleport'
    - 'general.teleport.other'
    - 'general.playerlist'
    - 'general.tell'
    - 'general.weather'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'tpack.cuboid.*'
    - 'tpack.boomstick.'
    - 'vanish.*'
    - 'warp.*'
    - 'bedrockcontrol.*'
    - 'weatherman.*'
    - 'myhome.home.*'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'


    users:


    ##
    # 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 also have a prefix and suffix as seen with Herpina
    ##
    users:

    Blackhole16:
    group: Admins
    permissions:

    Freddy:
    group: Admins
    permissions:

    domiisawesome:
    group: Default
    permissions:

    drunkentopdriver:
    group: Moderator
    permissions:

    Teuer:
    group: Baumeister
    permissions:

    suroka:
    group: Moderator
    permissions:

    BBHHReik:
    group: Default
    permissions:

    rayan:
    group: Default
    permissions:

    maiskorn99:
    group: Default
    permissions:


    i know i have many plugins, but they usually dont crash like that

    mfg
    BH16
     
  22. Offline

    Jeyge

    You'll need to repost those in code tags so I can see the spacing. One thing I can see already though if you are running 3.1.2 is that you didn't convert your group: <group> to:
    Code:
            groups:
                - <group>
    
     
  23. Offline

    Jadedwolf

    Has anyone got any info on if someone has picked up the 2.* permissions source and started working on updating it? These new permissions seem more trouble then they are worth. =/ Even bigbrother was like "f these new permissions"
     
  24. Offline

    Blackhole16

    here it is:

    groups:

    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        Guest:
            default: true
            info:
                prefix: '[Guest]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'general.playerlist'
                - 'superpickaxe.use'
         Default:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'guestprev.*'
                - 'falsebook.*'
                - 'superpickaxe.use'
                - 'skypirates.*'
                - 'general.spawn'
                - 'general.playerlist'
                - 'general.teleport'
                - 'general.tell'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'warp.to.*'
                - 'warp.create.private'
                - 'myhome.home.basic.*'
                - 'weatherman.*'
        Baumeister:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'guestprev.*'
                - 'falsebook.*'
                - 'superpickaxe.use'
                - 'skypirates.*'
                - 'general.spawn'
                - 'general.playerlist'
                - 'general.teleport'
                - 'general.tell'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'warp.to.*'
                - 'warp.create.private'
                - 'tpack.boomstick'
                - 'tpack.cuboid.*'
                - 'myhome.home.basic.*'
                - 'weatherman.*'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'guestprev.*'
                - 'falsebook.*'
                - 'superpickaxe.use'
                - 'skypirates.*'
                - 'general.spawn'
                - 'general.spawn.set'
                - 'general.teleport'
                - 'general.teleport.other'
                - 'general.playerlist'
                - 'general.tell'
                - 'general.weather'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'tpack.cuboid.*'
                - 'tpack.boomstick.'
                - 'vanish.*'
                - 'warp.*'
                - 'bedrockcontrol.*'
                - 'weatherman.*'
                - 'myhome.home.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    and users:
    Code:
    users:
        Blackhole16:
            group:
                - <Admins>
            permissions:
    
        Freddy:
            group:
                - <Admins>
            permissions:
    
        domiisawesome:
            group:
                - <Default>
            permissions:
    
        drunkentopdriver:
            group:
                - <Moderator>
            permissions:
        Teuer:
            group:
                - <Baumeister>
            permissions:
        suroka:
            group:
                - <Moderator>
            permissions:
       BBHHReik:
            group:
                - <Default>
            permissions:
       rayan:
            group:
                - <Default>
            permissions:
       maiskorn99:
            group:
                - <Default>
            permissions:
    i changed the groups alredy

    mfg
    BH16
     
  25. Offline

    Jeyge

    I'm not quite sure why someone would pick up a plugin that is still being supported. Is there something broken with 2.7.4?

    Give these a try:

    groups.yml
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '[Guest]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'general.playerlist'
                - 'superpickaxe.use'
        Default:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'guestprev.*'
                - 'falsebook.*'
                - 'superpickaxe.use'
                - 'skypirates.*'
                - 'general.spawn'
                - 'general.playerlist'
                - 'general.teleport'
                - 'general.tell'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'warp.to.*'
                - 'warp.create.private'
                - 'myhome.home.basic.*'
                - 'weatherman.*'
        Baumeister:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'guestprev.*'
                - 'falsebook.*'
                - 'superpickaxe.use'
                - 'skypirates.*'
                - 'general.spawn'
                - 'general.playerlist'
                - 'general.teleport'
                - 'general.tell'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'warp.to.*'
                - 'warp.create.private'
                - 'tpack.boomstick'
                - 'tpack.cuboid.*'
                - 'myhome.home.basic.*'
                - 'weatherman.*'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'guestprev.*'
                - 'falsebook.*'
                - 'superpickaxe.use'
                - 'skypirates.*'
                - 'general.spawn'
                - 'general.spawn.set'
                - 'general.teleport'
                - 'general.teleport.other'
                - 'general.playerlist'
                - 'general.tell'
                - 'general.weather'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'tpack.cuboid.*'
                - 'tpack.boomstick.'
                - 'vanish.*'
                - 'warp.*'
                - 'bedrockcontrol.*'
                - 'weatherman.*'
                - 'myhome.home.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users.yml
    Code:
    users:
        Blackhole16:
            groups:
                - Admins
            permissions:
    
        Freddy:
            groups:
                - Admins
            permissions:
    
        domiisawesome:
            groups:
                - Default
            permissions:
    
        drunkentopdriver:
            groups:
                - Moderator
            permissions:
        Teuer:
            groups:
                - Baumeister
            permissions:
        suroka:
            groups:
                - Moderator
            permissions:
        BBHHReik:
            groups:
                - Default
            permissions:
        rayan:
            groups:
                - Default
            permissions:
        maiskorn99:
            groups:
                - Default
            permissions:
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  26. Offline

    Blackhole16

    well, thx averything is ok. worldedit and build work now, thx
    but what was wrong??

    BH16
     
  27. Offline

    Jeyge

    Your groups were still a little off but that wasn't the problems that caused the errors. From user BBHHReik down, each user was not spaced over 4 spaces in your users.yml file and in the groups.yml file, the Default group tag was spaced over 1 extra space.
     
  28. Offline

    antonysze

    today i update this plugins, also i get this
    i checked my file and the yml, but i can't find what wrong it is
    please help me to fix it

    Code:
    2011-06-04 16:01:06 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-04 16:01:06 [INFO] Loading properties
    2011-06-04 16:01:06 [INFO] Starting Minecraft server on 192.168.2.2:25565
    2011-06-04 16:01:06 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-04 16:01:06 [INFO] Preparing level "world"
    2011-06-04 16:01:06 [INFO] Preparing start region for level 0
    2011-06-04 16:01:07 [INFO] Preparing start region for level 1
    2011-06-04 16:01:07 [INFO] Preparing spawn area: 3%
    2011-06-04 16:01:08 [INFO] LWC    Loading shared objects
    2011-06-04 16:01:08 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-06-04 16:01:09 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-04 16:01:09 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-04 16:01:09 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:180)
    2011-06-04 16:01:09 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-06-04 16:01:09 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-04 16:01:09 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-04 16:01:09 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-04 16:01:09 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-04 16:01:09 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-04 16:01:09 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-04 16:01:09 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-04 16:01:09 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-04 16:01:09 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-04 16:01:09 [INFO] [Adminium] version [1.1.0] is enabled!
    2011-06-04 16:01:09 [INFO] [AimCannon] version 0.5 is enabled!
    2011-06-04 16:01:09 [INFO] AppleTree activated.
    2011-06-04 16:01:09 [INFO] [Archers : 2.1] Found permissions
    2011-06-04 16:01:09 [INFO] [Archers : 2.1] Bukkit version is the recommend version for Archers
    2011-06-04 16:01:09 [INFO] [Archers : 2.1] Made by TechGuard and x1337x Enabled!
    2011-06-04 16:01:09 [INFO] [Permissions] version [3.1.2] (Yeti)  loaded
    2011-06-04 16:01:09 [INFO] [AssignPermissions] Plugin enabled! (version1.1)
    2011-06-04 16:01:09 [INFO] [BACKUP] Your config file is outdated! Please delete your config.ini and the newest will be created!
    2011-06-04 16:01:09 [INFO] Backup v1.5 was sucessfully loaded!
    2011-06-04 16:01:09 [INFO] [Bandages] Found Permissions Plugin!
    2011-06-04 16:01:09 [INFO] [Bandages] Enabled! Version:1.2.3 by bekvon
    2011-06-04 16:01:09 [INFO] ChairCraft 1.2.2 is enabled.
    2011-06-04 16:01:09 [INFO] [Citizens]: Permissions enabled.
    2011-06-04 16:01:09 [INFO] [Citizens]: version [1.0.8d] (Helpers) loaded
    2011-06-04 16:01:09 [INFO] CommandBook 1.5.1-customized enabled.
    2011-06-04 16:01:09 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-04 16:01:09 [INFO] CommandBook: 3 kit(s) loaded.
    2011-06-04 16:01:09 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 16:01:09 [INFO] CommandHelper 3.0.2 enabled
    2011-06-04 16:01:09 [INFO] CommandHelper: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 16:01:09 [INFO] No Aliases were defined.
    2011-06-04 16:01:09 [INFO] [CommandSigns] 0.7.1 enabled.
    2011-06-04 16:01:09 [INFO] CommandSigns: Integrated with Permissions
    2011-06-04 16:01:09 [INFO] Cookiez version 0.3 is enabled!
    2011-06-04 16:01:09 [INFO] CraftBukkitUpToDate version 2.5.5 is enabled!
    2011-06-04 16:01:10 [INFO] CButD: CraftBukkit is up to Date
    2011-06-04 16:01:10 [INFO] creaturebox version 0.7.3 is enabled!
    2011-06-04 16:01:10 [INFO] Disarm by Queepo, version 0.2.5 is enabled!
    2011-06-04 16:01:10 [INFO] [dynmap] Using environment as template: normal
    2011-06-04 16:01:10 [INFO] [dynmap] Configuration of world world
    2011-06-04 16:01:10 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@af07c4
    2011-06-04 16:01:10 [INFO] [dynmap] enabled: true
    2011-06-04 16:01:10 [INFO] [dynmap] title: world
    2011-06-04 16:01:10 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-06-04 16:01:10 [INFO] [dynmap] name: world
    2011-06-04 16:01:10 [INFO] [dynmap] Loading maps of world 'world'...
    2011-06-04 16:01:10 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-06-04 16:01:10 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-06-04 16:01:10 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-06-04 16:01:10 [INFO] [dynmap] Using environment as template: nether
    2011-06-04 16:01:10 [INFO] [dynmap] Configuration of world world_nether
    2011-06-04 16:01:10 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@113de03
    2011-06-04 16:01:10 [INFO] [dynmap] enabled: true
    2011-06-04 16:01:10 [INFO] [dynmap] title: world_nether
    2011-06-04 16:01:10 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=nether, title=Surface, prefix=nt, maximumheight=127, colorscheme=default}]}]
    2011-06-04 16:01:10 [INFO] [dynmap] name: world_nether
    2011-06-04 16:01:10 [INFO] [dynmap] Loading maps of world 'world_nether'...
    2011-06-04 16:01:10 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-06-04 16:01:10 [INFO] [dynmap] Loaded 1 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-06-04 16:01:10 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-06-04 16:01:10 [INFO] [dynmap] Loaded 8 components.
    2011-06-04 16:01:10 [INFO] [dynmap] Dynmap WebServer started on null:12345
    2011-06-04 16:01:10 [INFO] [dynmap] version 0.17 is enabled
    2011-06-04 16:01:10 [INFO] Elevators version 1.4.3 is enabled and linked to Permissions! 0 elevators in worlds "world", "world_nether" loaded.
    2011-06-04 16:01:10 [INFO] FalseBookBlock v0.84alpha by GeMo enabled
    2011-06-04 16:01:10 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-06-04 16:01:10 [INFO] FalseBookChat v0.84alpha by GeMo enabled
    2011-06-04 16:01:10 [INFO] [FalseBook Core] FalseBookCore v0.84alpha by GeMo enabled!
    2011-06-04 16:01:10 [INFO] FalseBookExtra v0.84alpha by GeMo enabled
    2011-06-04 16:01:10 [INFO] FalseBookIC v0.84alpha by GeMo enabled
    2011-06-04 16:01:10 [INFO] WallClimber version 0.0.1 is enabled!
    2011-06-04 16:01:10 [INFO] [Fight] Plugin Started. (version 1.1.4)
    2011-06-04 16:01:10 [INFO] Fridges - Version 1.0 has been enabled.
    2011-06-04 16:01:10 [INFO] Growbie version 2.4 enabled.
    2011-06-04 16:01:10 [INFO] [HeadBlocks] Enabling...
    2011-06-04 16:01:10 [INFO] [HeadBlocks] successfully loaded Permissions.
    2011-06-04 16:01:10 [INFO] [HeadBlocks] Enabled
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\commandbook.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\elevators.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\iconomy.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\lockette.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\lwc.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\magiccarpet.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\multiverse.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\weclip.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\wegen.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\wehistory.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\wenav.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\wesel.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\wetool.yml
    2011-06-04 16:01:10 [INFO] plugins\Help\ExtraHelp\weutil.yml
    2011-06-04 16:01:11 [INFO] plugins\Help\ExtraHelp\worldedit.yml
    2011-06-04 16:01:11 [INFO] plugins\Help\ExtraHelp\worldguard.yml
    2011-06-04 16:01:11 [INFO] [HELP] 170 extra help entries loaded
    2011-06-04 16:01:11 [INFO] [HELP] Permissions enabled using: Permissions v3.1.2
    2011-06-04 16:01:11 [INFO] [HELP] Help 0.2.4.1 enabled
    2011-06-04 16:01:11 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-04 16:01:11 [INFO] [iChat] Found Permissions (v3.1.2)
    2011-06-04 16:01:11 [INFO] iChat (v2.3.0) enabled
    2011-06-04 16:01:11 [INFO] [ItemDetector] Permission plugin found, Adding these
    2011-06-04 16:01:11 [INFO] ItemDetector version 1.0 is enabled!
    2011-06-04 16:01:11 [INFO] [Landmarks] Loading D:\Antonysze\Bukkit Server\plugins\Landmarks\..\dynmap\web\markers.json
    2011-06-04 16:01:11 [INFO] [Landmarks] Successfully loaded 1 markers.
    2011-06-04 16:01:11 [INFO] [Landmarks] Landmarks 0.2 enabled.
    2011-06-04 16:01:11 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-06-04 16:01:13 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-06-04 16:01:13 [INFO] LWC    Loading SQLite
    2011-06-04 16:01:13 [INFO] SQLite    Using: Native
    2011-06-04 16:01:13 [INFO] LWC    At version: v2.31
    2011-06-04 16:01:13 [INFO] MapClone version 0.3.1 is enabled!
    2011-06-04 16:01:13 [INFO] MobSpawn version 0.2.1 loaded
    2011-06-04 16:01:13 [INFO] mxImgImport loaded
    2011-06-04 16:01:13 [INFO] [NeoMeteorites v0.4] is enabled (with permissions)
    2011-06-04 16:01:13 [INFO] [OpenInv] version 1.1.1 is enabled!
    2011-06-04 16:01:13 [INFO] [Permissions] SQL Interface enabled!
    2011-06-04 16:01:13 [INFO] PluginManager 1.0.0 is enabled.
    2011-06-04 16:01:13 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-06-04 16:01:13 [INFO] [QuickStrasse] 0.8.1 enabled.
    2011-06-04 16:01:13 [INFO] QuickStrasse: Integrated with Permissions
    2011-06-04 16:01:13 [INFO] [RaveBlox] Permissions 3.1.2 enabled for use.
    2011-06-04 16:01:13 [INFO] [RaveBlox] Loaded 0 blocks.
    2011-06-04 16:01:13 [INFO] RaveBlox 1.3a enabled
    2011-06-04 16:01:13 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    2011-06-04 16:01:13 [INFO] ScrollingMenuSign: Permissions detected
    2011-06-04 16:01:13 [INFO] ScrollingMenuSign version 0.1.1 is enabled!
    2011-06-04 16:01:13 [INFO] SecretDoors v0.2 by MrChick enabled
    2011-06-04 16:01:13 [INFO] [ShelfSpeak] version 0.6 is enabled!
    2011-06-04 16:01:13 [INFO] Showcase version 0.5.9 is enabled!
    2011-06-04 16:01:13 [INFO] Simple Barter version 1.2 is enabled!
    2011-06-04 16:01:13 [INFO] [SlowHealth] version [3.0.1] (actruncale) is loaded.
    2011-06-04 16:01:13 [INFO] Snowballz v1.5.1 has been enabled with the following options:
    2011-06-04 16:01:13 [INFO]     Snow damage: 1
    2011-06-04 16:01:13 [INFO]     Snow range: 100
    2011-06-04 16:01:13 [INFO]     Snow douses fire: true
    2011-06-04 16:01:13 [INFO]     Snow makes ice: false
    2011-06-04 16:01:13 [INFO] SpongeRestore version 0.9.4 is enabled!
    2011-06-04 16:01:13 [INFO] Stackable: Configuration file loaded.
    2011-06-04 16:01:13 [INFO] Stackable: Version 0.5.1 enable.
    2011-06-04 16:01:13 [INFO] [SuperJump] Invalid value for timeout, must be a number, defaulting to 0.5 seconds
    2011-06-04 16:01:13 [INFO] SuperJump version 0.7 has been enabled!
    2011-06-04 16:01:13 [INFO] [Tele++] initializing version [1.3.4]
    2011-06-04 16:01:13 [INFO] [Tele++] 'Help' support enabled
    2011-06-04 16:01:13 [INFO] [Tele++] version [1.3.4] loaded
    2011-06-04 16:01:13 [INFO] [Tetris] Permission plugin found, Adding these
    2011-06-04 16:01:13 [INFO] Tetris version 0.4 is enabled!
    2011-06-04 16:01:13 [INFO] Tombstone v.1.2.9 is enabled.
    2011-06-04 16:01:13 [INFO] [Tombstone] Using Permissions (v3.1.2)
    2011-06-04 16:01:13 [INFO] [Tombstone] Using LWC (v2.31)
    2011-06-04 16:01:13 [INFO] Tossers: Loaded plugin version 1.1!
    2011-06-04 16:01:13 [INFO] [WaffleDate] version 1.2 by [Darklust] Loaded.
    2011-06-04 16:01:13 [INFO] WorldEdit 4.4 enabled.
    2011-06-04 16:01:13 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 16:01:13 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 16:01:13 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-04 16:01:13 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-06-04 16:01:13 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-04 16:01:13 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-04 16:01:13 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-06-04 16:01:13 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-04 16:01:14 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-04 16:01:14 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-04 16:01:14 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-04 16:01:14 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-04 16:01:14 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-04 16:01:14 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-04 16:01:14 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-04 16:01:14 [INFO] [NeoMeteorites v0.4] successfully linked with WorldGuard
    2011-06-04 16:01:14 [INFO] [Wrath] Started
    2011-06-04 16:01:14 [INFO] [Wrath] Attached to Permissions
    2011-06-04 16:01:14 [INFO] Done (0.751s)! For help, type "help" or "?"
    2011-06-04 16:01:14 [INFO] [Citizens]: Loaded 0 NPCs.
    2011-06-04 16:01:14 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-06-04 16:01:14 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-06-04 16:01:14 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-06-04 16:01:14 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-06-04 16:01:14 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    2011-06-04 16:01:14 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    2011-06-04 16:01:14 [INFO] [FalseBook IC] 0 Sensors loaded.
    
    plugins\Permissions\storageconfig.yml
    Code:
    
    permissions:
        storage:
            type: YAML
    
    
    plugins\Permissions\world\groups.yml

    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:
        Default:
            default: true
            info:
                prefix: '&7'
                suffix: '&7'
                build: false
            permissions:
                - 'foo.bar'
                - 'elevators.builder'
                - 'commandbook.who'
                - 'commandbook.motd'
                - 'commandbook.rules'
                - 'commandbook.spawn'
                - 'commandbook.say.me'
                - 'commandbook.msg'
                - 'commandbook.whois'
                - 'pvpreward.getreward'
                - 'pvpreward.givereward'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'stargate.use'
                - 'snowballz.aremadebyhand'
                - 'bandages.use'
                - 'vampire.default.*'
                - 'lwc.protect'
                - 'MobBounty.mb'
                - 'gastronomic.player.*'
                - 'gs.use.sprint'
                - 'monstertamer.player.*'
                - 'tombstone.use'
                - 'tombstone.lwc'
                - 'tombstone.sign'
                - 'tombstone.quickloot'
                - 'archers.bow.Normal'
                - 'PortableTorch.Allow'
                - 'PortableTorch.Permanent'
                - 'slots.create.hook'
                - 'archers.bow.normal'
                - 'archers.bow.three'
                - 'chaircraft.sit'
                - 'fight.user'
                - 'scrollingmenusign.scroll'
                - 'scrollingmenusign.execute'
                - 'disarm.disarm'
                - 'quickstrasse.use'
        Moderator:
            default: false
            info:
                prefix: '&2'
                suffix: '&2'
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
                - 'elevators.advancedbuilder'
                - 'worldedit.region.set'
                - 'worldedit.history.undo'
                - 'worldedit.region.replace'
                - 'worldedit.superpickaxe'
                - 'worldedit.wand'
                - 'commandbook.teleport'
                - 'commandbook.say'
                - 'commandbook.bans.unban'
                - 'commandbook.bans.ban'
                - 'commandbook.kick'
                - 'commandbook.give'
                - 'snowballz.dodamage'
                - 'magiccarpet.mc'
                - 'commandbook.slap'
                - 'commandbook.rocket'
                - 'commandbook.barrage'
                - 'commandbook.thor'
                - 'commandbook.unthor'
                - 'wrath.*'
                - 'falsebook.anyic'
                - 'falsebook.blocks .*'
                - 'helloworld.goto'
                - 'gs.use.goldenapple'
                - 'slots.buy'
                - 'ThunderJoin.join'
                - 'archers.bow.fire'
                - 'archers.bow.fly'
                - 'archers.bow.Zeus'
                - 'archers.bow.Lighting'
        Admins:
            default: false
            info:
                prefix: '&9'
                suffix: '&9'
                build: true
            permissions:
                - '*'
    
    


    plugins\Permissions\world\users.yml
    Code:
    ##
    # 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 have a prefix and suffix of their own.
    ##
    users:
        AntonySzeX:
            groups:
                - Admins
            permissions:
        wongkathy13:
            groups:
                - Moderator
            permissions:
        alx008:
            groups:
                - Moderator
            permissions:
        kwokweng:
            groups:
                - Moderator
            permissions:
        jeffreyto:
            groups:
                - Moderator
            permissions:
    

    thank you for your help
    sorry about my English
     
  29. I have some problems too with that Plugin ;p
    The can´t build and Permissions can´t handle Permissions....

    Here the ymls
    groups.yml

    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:
        Default:
            default: true
            info:
                prefix: '&d'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'commandbook.spawn'
                - 'commandbook.rules'
                - 'commandbook.msg'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'commandbook.kit.user'
                - 'lwc.protect'
                - 'worldguard.slay'
                - 'commandbook.who'
                - 'commandbook.clear'
                - 'myhome.home.*'
        Vip:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'commandbook.kit.vip'
                - 'worldguard.god'
                - 'worldguard.heal'
                - 'worldguard.locate'
                - 'commandbook.teleport'
                - 'commandbook.return'
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
                - Vip
            permissions:
                - 'commandbook.kit.mod'
                - 'lwc.mod'
                - 'bb.admin.rollback'
                - 'worldguard.god.other'
                - 'worldguard.heal.other'
                - 'worldguard.slay.other'
                - 'worldedit.*'
                - 'commandbook.kick'
                - 'commandbook.clear.other'
                - 'commandbook.give'
        Admins:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    and users.yml
    Code:
    users:
        Razael88:
            groups:
                - Admins
            permissions:
    
        TheShadowX:
            groups:
                - Admins
            permissions:
    
        TheRealMadClown:
            groups:
                - Member
            permissions:
    
        Hallodri100:
            groups:
                - Vip
            permissions:
    
        Julian_USAfan96:
            groups:
                - Vip
            permissions:
    
        selfco:
            groups:
                - Admins
            permissions:
    
        rednaxela0405:
            groups:
                - Vip
            permissions:
    
        Larsvegas94:
            groups:
                - Member
            permissions:
    
        Akuba:
            groups:
                - Member
            permissions:
    
        W0nd3rFool:
            groups:
                - Member
            permissions:
    
        DeAnschuetz:
            groups:
                - Mod
            permissions:
    
        0_ToXiC_0:
            groups:
                - Member
            permissions:
    
        33Storm33:
            groups:
                - Member
            permissions:
    
        suchtikus99:
            groups:
                - Member
            permissions:
    
        letsplayer007:
            groups:
                - Vip
            permissions:
    
        Nilsen1994:
            groups:
                - Vip
            permissions:
    
        mampfmampf:
            groups:
                - Member
            permissions:
    
        MakotoMizu:
            groups:
                - Member
            permissions:
    
        BladerX:
            groups:
                - Admin
            permissions:
    
        Pommes_Baer:
            groups:
                - Mod
            permissions:
    
        Chartrex:
            groups:
                - Member
            permissions:
    
        xXDany95Xx:
            groups:
                - Member
            permissions:
    
        NothingGamer94:
            groups:
                - Mod
            permissions:
    
        jucher:
            groups:
                - Member
            permissions:
    
        Loneguard:
            groups:
                - Member
            permissions:
    
        ChrisKringel:
            groups:
                - Member
            permissions:
    
        Garnele2074:
            groups:
                - Member
            permissions:
    
        electr0n:
            groups:
                - Member
            permissions:
    
        zocker97:
            groups:
                - Member
            permissions:
    
        Marmania:
            groups:
                - Member
            permissions:
     
  30. Offline

    Blobinet

    I'm still getting this error(s) when I start my server. Groups are not recognised:

    Start log (open)
    Code:
    2011-06-04 09:57:54 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-04 09:57:54 [WARNING] **** NOT ENOUGH RAM!
    2011-06-04 09:57:54 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-06-04 09:57:54 [INFO] Loading properties
    2011-06-04 09:57:54 [INFO] Starting Minecraft server on 83.222.245.63:25565
    2011-06-04 09:57:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-04 09:57:54 [INFO] Preparing level "world"
    2011-06-04 09:57:54 [INFO] Preparing start region for level 0
    2011-06-04 09:57:55 [INFO] Preparing start region for level 1
    2011-06-04 09:57:55 [INFO] Preparing spawn area: 77%
    2011-06-04 09:57:55 [INFO] LWC Loading shared objects
    2011-06-04 09:57:55 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-06-04 09:57:56 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-04 09:57:56 [SEVERE] at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-04 09:57:56 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:180)
    2011-06-04 09:57:56 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-06-04 09:57:56 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-04 09:57:56 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-04 09:57:56 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-04 09:57:56 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-04 09:57:56 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-04 09:57:56 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-04 09:57:56 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-04 09:57:56 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-04 09:57:56 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-04 09:57:56 [INFO] CommandBook 1.5.1-customized enabled.
    2011-06-04 09:57:56 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-04 09:57:56 [INFO] CommandBook: 0 kit(s) loaded.
    2011-06-04 09:57:56 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:56 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-06-04 09:57:56 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:56 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-06-04 09:57:56 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:56 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:56 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-06-04 09:57:56 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:56 [WARNING] cauldron-recipes.txt had no recipes
    2011-06-04 09:57:56 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-06-04 09:57:56 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:56 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-04 09:57:56 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-04 09:57:56 [INFO] [HeroicRebuke] Loaded 0 active warnings.
    2011-06-04 09:57:56 [INFO] [HeroicRebuke] 1.2.6.86 enabled.
    2011-06-04 09:57:58 [INFO] [iConomy] Logging is currently disabled.
    2011-06-04 09:57:58 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-04 09:57:58 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-04 09:57:58 [INFO] LWC Loaded 116 locale strings (0 overrides)
    2011-06-04 09:57:59 [INFO] LWC Using Nijikokun's permissions plugin for permissions
    2011-06-04 09:57:59 [INFO] [Permissions] version [3.1.2] (Yeti) loaded
    2011-06-04 09:57:59 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:59 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:59 [INFO] [HeroChat] Permissions 3.1.2 found.
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] LWC Loading SQLite
    2011-06-04 09:57:59 [INFO] SQLite Using: Native
    2011-06-04 09:57:59 [INFO] LWC At version: v2.31
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] [MobBounty] v3.02 (Carbon) loaded.
    2011-06-04 09:57:59 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-06-04 09:57:59 [INFO] [MobBounty] Config loaded.
    2011-06-04 09:57:59 [INFO] [MobBounty] hooked into iConomy.
    2011-06-04 09:57:59 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] [MYHOME]: 12 homes loaded
    2011-06-04 09:57:59 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.2
    2011-06-04 09:57:59 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-04 09:57:59 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] [Residence] Found Permissions Plugin!
    2011-06-04 09:57:59 [INFO] [Residence] Successfully linked with iConomy!
    2011-06-04 09:57:59 [INFO] [Residence] - FAILED INITIALIZATION! DISABLED! ERROR:
    2011-06-04 09:57:59 [SEVERE] null
    unacceptable character #0 special characters are not allowed
    in "<reader>", position 0
    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:68)
    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:159)
    at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:117)
    at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:106)
    at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:964)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:237)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produce(ParserImpl.java:200)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:104)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:74)
    at com.bekvon.bukkit.residence.Residence.loadYml(Residence.java:1524)
    at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:191)
    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: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)
    2011-06-04 09:57:59 [SEVERE] Error occurred while enabling Residence vv2.1.4 (Is it up to date?): null
    java.lang.NullPointerException
    at com.bekvon.bukkit.residence.Residence.saveYml(Residence.java:1505)
    at com.bekvon.bukkit.residence.Residence.onDisable(Residence.java:137)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:259)
    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: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)
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] [Spawnr] v1.63 has been enabled
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] SupplySign loaded 2 config parameters from config.yml.
    2011-06-04 09:57:59 [INFO] SupplySign loaded 1108 items from items.csv.
    2011-06-04 09:57:59 [INFO] SupplySign loaded 13 kits from kits.yml.
    2011-06-04 09:57:59 [INFO] SupplySign version 1.5 is enabled!
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] Whitelist: Trying to load whitelist and settings...
    2011-06-04 09:57:59 [INFO] done.
    2011-06-04 09:57:59 [INFO] Whitelist version 2.7 is enabled!
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] WorldEdit 4.4 enabled.
    2011-06-04 09:57:59 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:57:59 [INFO] WorldGuard: Blacklist loaded.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world) Fire spread is limited to 2 block types.
    2011-06-04 09:57:59 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-04 09:57:59 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-04 09:57:59 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-04 09:57:59 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-04 09:57:59 [INFO] WorldGuard: 1 regions loaded for 'world'
    2011-06-04 09:57:59 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-04 09:57:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:57:59 [INFO] Done (0.481s)! For help, type "help" or "?"
    2011-06-04 09:58:10 [INFO] Whitelist: Player Blobinet is trying to join...
    2011-06-04 09:58:10 [INFO] allow!
    2011-06-04 09:58:10 [INFO] Blobinet [***] logged in with entity id 1 at (-423.96875, 69.0, 924.53125)
    2011-06-04 09:58:10 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-06-04 09:58:10 [INFO] [H] Blobinet has joined the channel
    2011-06-04 09:58:10 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    2011-06-04 09:58:10 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-06-04 09:58:10 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-04 09:58:10 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-04 09:58:10 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-06-04 09:58:10 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    2011-06-04 09:58:10 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-06-04 09:58:10 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-04 09:58:10 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-04 09:58:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-06-04 09:58:21 [INFO] <Global>Blobinet: I'm now placing a block
    
    2011-06-04 09:58:23 [SEVERE] java.lang.NullPointerException
    2011-06-04 09:58:23 [SEVERE] at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    2011-06-04 09:58:23 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    2011-06-04 09:58:23 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-04 09:58:23 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-04 09:58:23 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    2011-06-04 09:58:23 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.ItemBlock.a(ItemBlock.java:76)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:219)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:556)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-04 09:58:23 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-04 09:58:30 [INFO] <Global>Blobinet: And it does not work

    Groups and Users .yml (open)
    Code:
    groups:
        Player:
            default: true
            info:
                build: true
            permissions:
            - mywarp.warp.sign.warp
            - myhome.home.*
            - iConomy.payment
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - spawnr.tp
            - buttonwarp.use
            - buttonwarp.getreward
            - herochat.color
            - heroicrebuke.list
            - MobBounty.mb
            - mcmmo.regeneration
            - mcmmo.commands.ability
            - mcmmo.commands.whois
            - mcmmo.ability.woodcutting
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.excavation
            - mcmmo.ability.swords
            - mcmmo.ability.unarmed
            - mcmmo.item.chimaerawing
            - mcmmo.skills.*
            - citizens.blacksmith.*
            - citizens.healter.status
            - citizens.wizard.help
            - citizens.wizard.locations
            - citizens.wizard.changeteleport
            - citizens.wizard.useteleport
            - citizens.basic.*
            - citizens.general.*
            - citizens.help
            - citizens.trader.*
            - craftbook.mech.*
            - commandbook.who
            - commandbook.intro
            - commandbook.midi
            - commandbook.rules
            - commandbook.call
            - commandbook.say.me
            - commandbook.msg
            - commandbook.whereami.compass
        Moderator:
            default: false
            info:
                prefix: '&c[&bMod&c]'
                build: true
            inheritance:
            - Player
            permissions:
            - mywarp.*
            - worldedit.navigation.*
            - worldedit.history.*
            - worldedit.selection.*
            - worldedit.region.*
            - worldedit.drain
            - worldedit.fill
            - worldedit.fixlava
            - worldedit.fixwater
            - worldedit.extinguish
            - worldedit.replacenear
            - worldedit.removenear
            - commandbook.*
            - myhome.*
            - iConomy.*
            - herochat.admin
            - lwc.mod
            - localshops.manage.owner
            - localshops.create.free
            - localshops.move.free
            - localshops.destroy
            - localshops.reload
            - localshops.admin
            - MobBounty.mbreward
            - MobBounty.mbmulti
            - mcmmo.tools.mmoedit
            - mcmmo.tools.mcrefresh
            - heroicrebuke.add
            - heroicrebuke.clear
            - heroicrebuke.active
            - heroicrebuke.info
            - heroicrebuke.list.others
        Admins:
            default: false
            info:
                prefix: '&c[&4Admin&c]'
                build: true
            inheritance: null
            permissions:
            - '*'
    
    
    users:
        Blobinet:
            groups:
                - Admins
            permissions: null
        Valgeir:
            groups:
                - Admins
            permissions: null
        GrafixGFX:
            groups:
                - Admins
            permissions: null
        Runix:
            groups:
                - Admins
            permissions: null
        Sadclock:
            groups:
                - Moderator
            permissions: null
        Adthegreat:
            groups:
                - Moderator
            permissions: null
    
    
     
  31. Offline

    uncovery

    I upgraded and all seems to work fine as long as I use the yml files in the world directories.(did not try sql yet).
    What I would like to use however are the global groups & users. Those do not seem to work at all.
    Here are the questions I have:
    • In the root config directory, there is a users.yml, group.yml, globalGroups.yml and globalUsers.yml - which one do I use? the globalGroups.yml or the groups.yml? (neither seem to work btw) The latter are not created on /reload but only later, I think when a user logs in. All logged in users are automatically added to the users.yml in the config root.
    • I remove the group "owner" from the world-specific files and added the group to the above group files (both) but the owner user is not recognized. This is the code I use:
      This works fine if I put it in the world-specific groups.yml, but it does not work in the files in the config root.
    • Do the global groups only work if the user is in the users.yml file in the same folder?
    Any help on the global permissions would be great!
     
Thread Status:
Not open for further replies.

Share This Page