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

    hatstand

    There aren't any permissions for default commands. You can either alias it to do nothing, which will break it globally, or use a plugin that I can't seem to find (but it does exist), which adds permissions to the default commands.
     
  3. Offline

    JackTDawson

    dang.. yea.. I see a lot of people NEEDING this.. but no one has ever come up with an answer to this riddle. Its one of the most stupid ideas that was put into a server. Allowing STOP from inside the game. Uhgg.
     
  4. Offline

    msw1

    There isn't an internal error. It just says that and does nothing. And yes,
    /pr msw1 promote Admin
    Is a command.
     
  5. Offline

    Jeyge

    It sure is but you said "/pr promote" which isn't a command.
    You forgot to add a space after your prefix: and suffix: in both the Shadow and Guardian groups.
    Code:
        Shadow:
            default: false
            info:
                prefix:'&6'
                suffix:'&f'
                build: true
    
    Code:
        Galihadtdt:
            groups:
            -   Admins
            permissions:
    
    Looks like 4 spaces to me which would imply a tab but you might have already fixed it. Either way, please post the errors.

    And you remove this:
    Code:
        '{Admins        permissions=null}':
            permissions:
            inheritance:
            default: false
        Default:
            permissions:
            inheritance:
        '{Moderator       permissions=null}':
            permissions:
            inheritance:
    
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2019
  6. Offline

    Sethimine

    This may be a wall of text. If so I am sorry:

    I don't know what I am doing wrong. It messes with my players... I haven't written all the permissions. I still have to write them for: Essentials, Essentials Protect and Spawn, LazyRoad, MoveCraft, WirelessRedstone, and Styx Space

    I can't even use wireless redstone, it won't let me!
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '[Guest]'
                suffix: '[/]'
                build: false
            inheritance:
            permissions:
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.call
            - commandbook.spawn
            - commandbook.motd
            - commandbook.who
            - commandbook.rules
            - lwc.blockinventory
        Builder:
            default: false
            info:
                prefix: '[Builder]'
                suffix: '[/]'
                build: true
            inheritance:
            - Default
            permissions:
            - commandbook.kit.list
            - commandbook.kit.kits.[kit]
            - commandbook.time.check
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.slap
            - commandbook.slap.other
            - commandbook.whois
            - commandbook.whois.other
            - lwc.protect
        Moderator:
            default: false
            info:
                prefix: '[Moderator]'
                suffix: '[/]'
                build: true
            inheritance:
            - Builder
            permissions:
            - commandbook.give
            - commandbook.give.other
            - commandbook.more
            - commandbook.time
            - commandbook.spawnmob
            - commandbook.spawnmob.many
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.return
            - commandbook.broadcast
            - commandbook.mute
            - commandbook.rocket
            - commandbook.rocket.other
            - commandbook.barrage
            - commandbook.barrage.other
            - commandbook.shock
            - commandbook.shock.other
            - commandbook.kick
            - commandbook.bans.ban
            - commandbook.bans.unban
            - commandbook.bans.isbanned
            - worldedit.*
            - worldguard.*
            - permissions.*
        Admins:
            default: false
            info:
                prefix: '[/]'
                suffix: '[/]'
                build: true
            inheritance:
            permissions:
            - '*'
        '{Admins        permissions=null}':
            permissions:
            inheritance:
            default: false
        Default:
            permissions:
            inheritance:
        '{Moderator       permissions=null}':
            permissions:
            inheritance:
    
    Granted, I don't even know if I am sure how to use World Guard... Could someone please help?
    It simply crashes the server

    Ok, but do you know why it could be crashing the server and or not letting my friend build? Here is the users:
    Code:
    users:
        Sethimine:
            info:
                prefix: '&0'
            groups:
            - Admins
            permissions:
        Galihadtdt:
            groups:
            -   Admins
            permissions:
        Nubcaker:
            groups:
            -   Moderator
            permissions:
        UserTemplate:
            groups:
            - Builder
            permissions:
        Henkedinoco:
            permissions:
            groups:
            - Builder
    
    By the by, do you actually think I need to change anything in either of these, or should they be okay.

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

    Jeyge

    You have to fix the inheritance in your groups.yml. I would remove the bogus groups at the bottom of the file. You also need to remove the tabs from your users.yml file. Some of your groups are pushed over too many spaces past the -. There should only be 1 space.

    As for crashing the server, I'm guessing you are getting an error in your server.log. Post that and someone will be able to help.
     
  8. Offline

    Buffalo_Bill

    This fixed it all. Thank You!
     
  9. Offline

    Sethimine

    Ok... So remove administrator and moderator?

    And I dunno what tabs. There is only one space between the - and builder.
     
  10. Offline

    darkdar

    can anyone help me? my server was working properly but whenever i add ranks i get an error. can u check for any flaws here. groups: http://pastebin.com/ue2Us0rF
     
  11. Offline

    darkdar

    jeyge uhh i did that just now but its still getting errors in my server
     
  12. Offline

    kamakarzy

    Code:
    2011-07-29 22:39:46 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-29 22:39:46 [INFO] Loading properties
    2011-07-29 22:39:46 [INFO] Starting Minecraft server on 192.168.1.142:25565
    2011-07-29 22:39:46 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-29 22:39:46 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-29 22:39:46 [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-07-29 22:39:46 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-29 22:39:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-949-g25c4dd8-b1031jnks (MC: 1.7.3)
    2011-07-29 22:39:47 [INFO] DataSourcePool [Locker] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-29 22:39:47 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-29 22:39:48 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-29 22:39:48 [SEVERE] while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 26, column 1:
                permissions:
        ^
    
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:536)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-29 22:39:48 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-29 22:39:48 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-29 22:39:48 [SEVERE]     at com.nijiko.data.YamlUserStorage.performConversion(YamlUserStorage.java:35)
    2011-07-29 22:39:48 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:30)
    2011-07-29 22:39:48 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:33)
    2011-07-29 22:39:48 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    2011-07-29 22:39:48 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:95)
    2011-07-29 22:39:48 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-29 22:39:48 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-29 22:39:48 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-29 22:39:48 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-29 22:39:48 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-29 22:39:48 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-29 22:39:48 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-29 22:39:48 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-29 22:39:48 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-29 22:39:48 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-29 22:39:48 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-29 22:39:48 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-29 22:39:48 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-29 22:39:48 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-29 22:39:48 [INFO] Preparing level "world"
    2011-07-29 22:39:49 [INFO] Preparing start region for level 0 (Seed: -3088058029691730495)
    2011-07-29 22:39:50 [INFO] Preparing spawn area: 44%
    2011-07-29 22:39:51 [INFO] Preparing start region for level 1 (Seed: -3125973851868699216)
    2011-07-29 22:39:51 [INFO] Preparing spawn area: 16%
    2011-07-29 22:39:52 [INFO] Preparing spawn area: 85%
    2011-07-29 22:39:52 [INFO] AppleTree v0.6 activated.
    2011-07-29 22:39:52 [SEVERE] Error occurred while enabling BukkitUpdater v0.2.5 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at zauberstuhl.BukkitUpdater.BukkitUpdater.setupBukkitUpdater(BukkitUpdater.java:138)
        at zauberstuhl.BukkitUpdater.BukkitUpdater.onEnable(BukkitUpdater.java:59)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-07-29 22:39:52 [SEVERE] Error occurred while enabling DefaultCommands v3.5.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.vildaberper.DefaultCommands.Perm.setupPermissions(Perm.java:15)
        at com.vildaberper.DefaultCommands.SaveLoad.loadConfig(SaveLoad.java:357)
        at com.vildaberper.DefaultCommands.SaveLoad.loadAll(SaveLoad.java:48)
        at com.vildaberper.DefaultCommands.DefaultCommands.onEnable(DefaultCommands.java:119)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 14 more
    2011-07-29 22:39:52 [SEVERE] Error occurred while enabling Locker v1.5.2 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.vildaberper.Locker.Locker.setupPermissions(Locker.java:250)
        at com.vildaberper.Locker.Locker.loadConfig(Locker.java:499)
        at com.vildaberper.Locker.Locker.onEnable(Locker.java:74)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 13 more
    2011-07-29 22:39:52 [INFO] McMembers is Enabled!!Hooray
    2011-07-29 22:39:52 [SEVERE] Error occurred while enabling ModSiren v4.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at us.william.modsiren.ModSiren.setupPermissions(ModSiren.java:128)
        at us.william.modsiren.ModSiren.onEnable(ModSiren.java:48)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-07-29 22:39:53 [INFO] [OwnBlocks] Database read in from file
    2011-07-29 22:39:53 [SEVERE] Error occurred while enabling OwnBlocks v10.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at me.cvenomz.OwnBlocks.OwnBlocks.setupPermissions(OwnBlocks.java:366)
        at me.cvenomz.OwnBlocks.OwnBlocks.onEnable(OwnBlocks.java:131)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-07-29 22:39:53 [INFO] WorldEdit 4.6 enabled.
    2011-07-29 22:39:53 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 22:39:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-29 22:39:53 [INFO] Done (0.440s)! For help, type "help" or "?"
    2011-07-29 22:39:59 [INFO] Stopping the server..
    2011-07-29 22:39:59 [INFO] Stopping server
    2011-07-29 22:39:59 [INFO] AppleTree disabled.
    2011-07-29 22:39:59 [INFO] [BukkitUpdater] version 0.2.5 disabled.
    2011-07-29 22:40:01 [INFO] DefaultCommands 3.5.0 is disabled.
    2011-07-29 22:40:01 [INFO] Locker 1.5.2 is disabled.
    2011-07-29 22:40:01 [INFO] McMembers is now Disabled!
    2011-07-29 22:40:01 [INFO] ModSiren version 4.0 loaded.
    2011-07-29 22:40:01 [INFO] [OwnBlocks] Going to try to write database to file...
    2011-07-29 22:40:01 [INFO] Saving chunks
    2011-07-29 22:40:01 [INFO] Stopping server[/QUOTE]
    Code:
    groups
    [QUOTE]##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players 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 inherit from other groups.
    #   To make a group inherit the permissions and info nodes from another
    #   group, simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Wildcard Permission settings:
    #
    #       You can have wildcard nodes which encompass all nodes that match it.
    #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    #       "modplugin.settings.view", and so on.
    #
    ##
    #   A single asterisk means that this user/group has all permissions.
    #       - '*'
    ##
    #   Negated nodes are created by prefixing a normal node with "-".
    #   They prevent less specific wildcard nodes from matching the negated node.
    #   For example:
    #
    #   permissions:
    #       - 'foo.*'
    #       - '-foo.bar'
    #
    #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "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.
    ##
    #
    #   For more info, visit [URL]https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs[/URL]
    #
    ##
    
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            User: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.'
                - 'locker.unlock.password'
                - 'locker.lock.self'
                - 'dc.do.'
                - 'dc.help'
                - 'dc.who'
                - 'OwnBlocks.use'
                - 'creative:
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
                - 'locker.unlock.password'
                - 'locker.lock.self'
                - 'Mod.Report'
                - 'Mod.Siren'
                - 'Mod.Reply'
                - 'Mod.Jail'
                - 'Mod.Litter'
                - 'dc.do.'
                - 'dc.help'
                - 'dc.who'
                - 'OwnBlocks.use'
        Archetect:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                 - 'locker.unlock.password'
                 - 'locker.lock.self'
                 - 'dc.give.self'
                 - 'dc.do.'-
                 - 'dc.fly.self'
                 - 'dc.help'
                 - 'dc.who'
                 - 'OwnBlocks.use'
        CO-OWNER:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                 - 'modplugin.ban'
                 - 'modplugin.kick'
                 - 'modplugin.unban'
                 - 'locker.nolimit'
                 - 'locker.view.self'
                 - 'locker.lockinfo'
                 - 'locker.info'
                 - 'locker.validate'
                 - 'OwnBlocks.use'
                 - 'Mod.Report'
                 - 'Mod.Siren'
                 - 'Mod.Reply'
                 - 'Mod.Jail'
                 - 'Mod.Litter'
                 - 'dc.do.'
                 - 'dc.help'
                 - 'dc.who'
                 - 'dc.spawnmob.'
                 - 'dc.join.self.'
                 - 'dc.join.other.'
                 - 'dc.join.all.'
                 - 'dc.fly.self'
                 - 'dc.give.self'
                 - 'dc.give.other'
                 - 'dc.give.all'
                 - 'dc.spawn.self.'
                 - 'dc.spawn.other.'
                 - 'dc.spawn.all.'
                 - 'dc.stack'
                 - 'dc.remove'
                 - 'dc.teleport.self.'
                 - 'dc.teleport.other.'
                 - 'dc.teleport.all.'
                 - 'dc.home.self'
                 - 'dc.home.other'
                 - 'dc.home.all'
                 - 'dc.sethome.self'
                 - 'dc.warp.self.'
                 - 'dc.warp.other.'
                 - 'dc.warp.all.'
                 - 'dc.setwarp'
                 - 'dc.delwarp'
                 - 'dc.warps'
                 - 'dc.creative.self'
                 - 'dc.creative.other'
                 - 'dc.creative.all'
                 - 'dc.health.self'
                 - 'dc.health.all'
                 - 'dc.time.*'
                 - 'dc.inventory'
                 - 'dc.killnear.'
                 - 'dc.clearnear.'
                 - 'dc.jump.'
                 - 'dc.dc'
                 - 'dc.flint_and_steel.'
                 - 'dc.repeat'
                 - 'dc.online'
                 - 'dc.weather.'
                 - 'dc.ignoremob.self'
                 - 'dc.ignoremob.other'
                 - 'dc.ignoremob.all'
                 - 'dc.instakill.self'
                 - 'dc.hide.self'
                 - 'dc.hide.see'
                 - 'dc.reset.self'
                 - 'dc.message.self'
                 - 'dc.message.other'
                 - 'dc.message.all'
                 - 'dc.repair'
                 - 'dc.mount.animal.'
                 - 'dc.mount.monster.'
                 - 'dc.mount.player.'
                 - 'dc.mute.self'
                 - 'dc.mute.other'
                 - 'dc.mute.all'
                 - 'dc.fire.self'
                 - 'dc.fire.other'
                 - 'dc.fire.all'
                 - 'dc.portal.'
                 - 'dc.setportal'
                 - 'dc.delportal'
                 - 'dc.cuboid'
                 - 'dc.undo'
                 - 'dc.replace'
                 - 'dc.cuboidhollow'
                 - 'dc.spherehollow'
                 - 'dc.walls'
                 - 'dc.extinguish'
                 - 'dc.motd'
                 - 'dc.kit.self.'
                 - 'dc.kit.other.'
                 - 'dc.kit.all.'
                 - 'dc.kits'
                 - 'dc.portals'
                 - 'dc.clearinventory.self'
                 - 'dc.clearinventory.other'
                 - 'OwnBlocks.info'
                 - 'OwnBlocks.add'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'[/QUOTE]
    Code:
    USERS
    ##
    #
    # User entries are similar in syntax to groups, except that the groups they inherit from are denoted by
    # "groups:", instead of "inheritance:".
    #
    ##
    #
    # Users can have their own permissions, shown by FriendB,
    # and also can have a prefix and suffix of their own, as shown by FriendA.
    #
    ##
    #
    # For more info, visit [URL]https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs[/URL]
    #
    ##
    
    users:
    
    [QUOTE]users:
        nomad856:
            groups:
            - OWNER
            permissions:
        misskama:
            groups:
            - CO-OWNER
            permissions:
        FriendB:
            groups:
                - Moderator
            permissions:
                - 'warpplugin.manage.'
        NewGuy:
            groups:
                - Guest
        Herpina:
            groups:
                - Member
        Derpina:
            groups:
                - Member[/QUOTE]
    can someone please help me this is doing my head in nothink i try gets it working
     
  13. Offline

    Jeyge

    Post the errors and your new files.
     
  14. Offline

    darkdar

    heres my server log:
    2011-07-29 14:47:04 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-29 14:47:04 [INFO] Loading properties
    2011-07-29 14:47:04 [INFO] Starting Minecraft server on 192.168.1.66:25565
    2011-07-29 14:47:05 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-29 14:47:05 [INFO] LWC: Loading shared objects
    2011-07-29 14:47:05 [INFO] LWC: Protection cache: 0/10000
    2011-07-29 14:47:05 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-07-29 14:47:05 [SEVERE] while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 87, column 32:
    - 'essentials.back'
    ^

    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-29 14:47:05 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-29 14:47:05 [SEVERE] at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-29 14:47:05 [SEVERE] at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-29 14:47:05 [SEVERE] at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-29 14:47:05 [SEVERE] at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-29 14:47:05 [SEVERE] at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-29 14:47:05 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-29 14:47:05 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-29 14:47:05 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-29 14:47:05 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-29 14:47:05 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-29 14:47:05 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-29 14:47:05 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-29 14:47:05 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-29 14:47:05 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-29 14:47:05 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-29 14:47:05 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-29 14:47:05 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-29 14:47:05 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-29 14:47:05 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-29 14:47:05 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-29 14:47:05 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-29 14:47:05 [SEVERE] Error occurred while enabling PermissionsPlus v3.2 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at net.codej.permissionsplus.PermissionsPlus.loadPermissionsAddon(PermissionsPlus.java:276)
    at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:102)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:98)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    2011-07-29 14:47:05 [INFO] [P2Aliases] 1.3 Enabled.
    2011-07-29 14:47:05 [INFO] Preparing level "Epic-Craft"
    2011-07-29 14:47:05 [INFO] Preparing start region for level 0 (Seed: 5369265474964433641)
    2011-07-29 14:47:06 [INFO] Preparing start region for level 1 (Seed: 5369265474964433641)
    2011-07-29 14:47:06 [INFO] Preparing spawn area: 0%
    2011-07-29 14:47:07 [INFO] [BBROTHER] ------------------------------------
    2011-07-29 14:47:07 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-29 14:47:07 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-29 14:47:07 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-29 14:47:07 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-29 14:47:07 [INFO] [BBROTHER] ------------------------------------
    2011-07-29 14:47:07 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-29 14:47:07 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-29 14:47:07 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-29 14:47:07 [INFO] [BBROTHER] Building `bbactions` table...
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #1 - BrokenBlock
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #2 - PlacedBlock
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #3 - DestroySignText
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #4 - Teleport
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #5 - DeltaChest
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #6 - Command
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #7 - Chat
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #8 - Disconnect
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #9 - Login
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #10 - DoorOpen
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #11 - ButtonPress
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #12 - LeverSwitch
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #13 - CreateSignText
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #14 - LeafDecay
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #16 - TNTExplosion
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #18 - MiscExplosion
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #19 - ChestOpen
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #20 - BlockBurn
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #21 - Flow
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #22 - DropItem
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #23 - PickupItem
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #24 - SignDestroyed
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #25 - Heartbeat
    2011-07-29 14:47:07 [INFO] [BBROTHER] Action #26 - BlockPistoned
    2011-07-29 14:47:07 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-29 14:47:07 [SEVERE] Error occurred while enabling BigBrother v1.10.1-SNAPSHOT (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at me.taylorkelly.bigbrother.BBPermissions.setupPermissions(BBPermissions.java:77)
    at me.taylorkelly.bigbrother.BBPermissions.initialize(BBPermissions.java:46)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:150)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 13 more
    2011-07-29 14:47:08 [INFO] CommandBook 1.5.2-customized enabled.
    2011-07-29 14:47:08 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-29 14:47:08 [INFO] CommandBook: 2 banned name(s) loaded.
    2011-07-29 14:47:08 [INFO] CommandBook: 1 kit(s) loaded.
    2011-07-29 14:47:08 [INFO] CommandBook: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] Loaded Essentials build 2.5.5 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-07-29 14:47:08 [INFO] Loaded EssentialsSpawn build 2.5.5 by essentials team
    2011-07-29 14:47:08 [SEVERE] Error occurred while enabling mcMMO v1.0.49 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.gmail.nossr50.mcPermissions.initialize(mcPermissions.java:41)
    at com.gmail.nossr50.mcMM:confused:nEnable(mcMMO.java:106)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    2011-07-29 14:47:08 [INFO] [MYWARP] [MYWARP]: 0 warps loaded
    2011-07-29 14:47:08 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.6
    2011-07-29 14:47:08 [WARNING] [MYWARP] Help plugin not detected. Only providing help via /warp help.
    2011-07-29 14:47:08 [INFO] [MYWARP] MyWarp 2.0 enabled
    2011-07-29 14:47:08 [INFO] [SetRank] Booting...
    2011-07-29 14:47:08 [INFO] [SetRank] Permissions system detected!
    2011-07-29 14:47:08 [SEVERE] Error occurred while enabling SetRank v1.11 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.Baummann.SetRank.SetRank.SetRank.setupPermissions(SetRank.java:47)
    at com.Baummann.SetRank.SetRank.SetRank.onEnable(SetRank.java:112)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    2011-07-29 14:47:08 [INFO] WorldEdit 4.6 enabled.
    2011-07-29 14:47:08 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft) Single session is enforced.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft) TNT ignition is PERMITTED.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft) Lighters are PERMITTED.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft) Lava fire is blocked.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft) Fire spread is UNRESTRICTED.
    2011-07-29 14:47:08 [INFO] WorldGuard: Loaded configuration for world 'Epic-Craft"
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft_nether) Single session is enforced.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft_nether) TNT ignition is PERMITTED.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft_nether) Lighters are PERMITTED.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft_nether) Lava fire is blocked.
    2011-07-29 14:47:08 [INFO] WorldGuard: (Epic-Craft_nether) Fire spread is UNRESTRICTED.
    2011-07-29 14:47:08 [INFO] WorldGuard: Loaded configuration for world 'Epic-Craft_nether"
    2011-07-29 14:47:08 [INFO] WorldGuard: 2 regions loaded for 'Epic-Craft'
    2011-07-29 14:47:08 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-29 14:47:08 [INFO] [iChat] Permissions plugin not found or wrong version. Disabling
    2011-07-29 14:47:08 [INFO] [iChat] iChat Disabled
    2011-07-29 14:47:08 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-07-29 14:47:08 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-29 14:47:08 [INFO] CommandBook: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] CommandBook: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-29 14:47:08 [SEVERE] Error occurred while enabling LWC v3.3 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.griefcraft.lwc.LWC.load(LWC.java:1039)
    at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:330)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    2011-07-29 14:47:08 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-29 14:47:08 [INFO] Done (0.308s)! For help, type "help" or "?"
    2011-07-29 14:47:16 [INFO] Stopping the server..
    2011-07-29 14:47:16 [INFO] Stopping server
    2011-07-29 14:47:16 [INFO] mcMMO was disabled.
    2011-07-29 14:47:16 [INFO] [P2] has been disabled.
    2011-07-29 14:47:16 [INFO] [SetRank] Shutting down...
    2011-07-29 14:47:16 [INFO] [SetRank] Done!
    2011-07-29 14:47:16 [INFO] WorldGuard 5.2.2 disabled.
    2011-07-29 14:47:16 [INFO] LWC: Freeing SQLite
    2011-07-29 14:47:16 [INFO] [P2Aliases] Shutting down.
    2011-07-29 14:47:16 [INFO] Saving chunks
     
  15. Offline

    Jeyge

    @kamakarzy
    If you use code blocks ({} with a # in the lower right) instead of quotes, we will be able to see spacing and it won't take up as much room. Or post it all on pastebin.com.

    Code:
    2011-07-29 22:39:48 [SEVERE] while scanning for the next token
     found character     '\t' that cannot start any token
      in "<reader>", line 26, column 1:
                 permissions:
         ^
     
    This means that you have tabs in your file. YAML doesn't support tabs so they will need to be replaced with 4 spaces each. There is some information in the wiki FAQ on how to set up Notepad++ to not allow tabs and find and replace them with spaces.
     
  16. Offline

    Nick Hooper

    found character '\t' that cannot start any token
    in "<reader>", line 87, column 32:
    - 'essentials.back'
    ^

    This is the problem
     
  17. Offline

    Jeyge

    @darkdar
    Same thing as above.
    Code:
    2011-07-29 14:47:05 [SEVERE] while scanning for the next token
     found character 	'\t' that cannot start any token
      in "<reader>", line 87, column 32:
                     - 'essentials.back'	
                                        ^
    Post in code blocks or on pastebin.com and replace the tabs. Look at the information in the wiki FAQ for help on removing them.
     
  18. Offline

    Azlodin

    When attempting to add an info node to a user or group through a chat command, the value is stopping at the first space encountered.

    Example:

    /pr user1 info set suffix The Wise

    This sets the suffix node to "The" only, skipping out of the " Wise". The same goes if the string begins with a space. Is there a way you can have the commands parse an underscore "_" as a space when entering the values within the YML files?

    The reason I am inquiring is the current chat plugins are able to accept the info nodes within the chat, and adding spacing within the nodes allows for a better configuration of these plugins.

    Example - iChat configuration:

    +prefix+{ncolor}+name+suffix &7: &f+message

    This would allow something like: "[Mod] user1 The Wise : blah blah blah"

    The spaces are able to be added if the YML files are manually edited, but it does not work with the chat commands.
     
  19. Offline

    Jeyge

    You are correct about the bug and I think the dev was in the process of allowing double quotes to enclose strings with spaces but that hasn't made it into a build yet.
     
  20. Offline

    kamakarzy

    i did that and thanks for the help but now i have this error what does it mean
    Code:
    2011-07-29 23:08:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-949-g25c4dd8-b1031jnks (MC: 1.7.3)
    2011-07-29 23:08:15 [INFO] DataSourcePool [Locker] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-29 23:08:15 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-29 23:08:16 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-29 23:08:17 [SEVERE] while parsing a block collection
     in "<reader>", line 59, column 13:
                    - 'locker.unlock.password'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 75, column 16:
                    - 'locker.unlock.password'
                       ^
    
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-29 23:08:17 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-29 23:08:17 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-29 23:08:17 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-29 23:08:17 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-29 23:08:17 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-29 23:08:17 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-29 23:08:17 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-29 23:08:17 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-29 23:08:17 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-29 23:08:17 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-29 23:08:17 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-29 23:08:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-29 23:08:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-29 23:08:17 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-29 23:08:17 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-29 23:08:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-29 23:08:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-29 23:08:17 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-29 23:08:17 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-29 23:08:17 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-29 23:08:17 [INFO] [Permissions] (Yeti) disabled successfully.
     
  21. Offline

    Nick Hooper

    1. Citizen:
    2. default: false
    3. info:
    4. prefix: '&a'
    5. suffix: '&f'
    6. build: true
    7. inheritance:
    8. - Guest
    9. permissions:
    10. - 'commandbook.whereami'
    11. - 'commandbook.slap'
    12. - 'commandbook.whois'
    13. - 'essentials.back'
    14. - 'essentials.mail'
    15. - 'essentials.suiside'
    16. - 'essentials.me' <------ Problem You have a space after the .me'
    line 48
     
  22. Offline

    darkdar

    2011-07-29 15:18:34 [SEVERE] while parsing a block mapping
    in "<reader>", line 44, column 5:
    Guest:
    ^
    expected <block end>, but found BlockMappingStart
    in "<reader>", line 100, column 6:
    Shadow:
    ^
     
  23. Offline

    Azlodin

    Thanks for the reply, I will keep an eye out for a fix. =)

    This is usually a YML indentation error. Check your YML files against a something like yamllint.com

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

    Jeyge

    Both Shadow and Guest need to start in the same column but Guest is in column 5 and Shadow in 6. I'm guessing that Shadow should be moved back 1 space. The correct one will be the one that makes all groups line up in the same column.
     
  25. Offline

    kamakarzy

    thanks guys sorted it now
     
  26. Offline

    Jeyge

    Code:
                - 'creative:
    
    Yaml is quite confused about this in the middle of your Default groups Permissions. I'm guessing that used to be a group or something else. Either delete it or replace the : with a quote. Some of your groups are also inheriting from Member but you don't have a Member group. Either add the Member group or change the inheritance. You also have an extra - at the end of:
    Code:
                 - 'dc.do.'-
    
    You will want to remove the extra -.
     
  27. Offline

    kamakarzy

    i got it working but now new users still get everything whitch i didnt want if some 1 could help me out this would be brill
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            - Default
            permissions: -'none'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions: -'locker.unlock.password' -'locker.lock.self' -'Mod.Report' -'Mod.Siren' -'Mod.Reply' -'Mod.Jail' -'Mod.Litter' -'dc.do.' -'dc.help' -'dc.who' -'OwnBlocks.use'
        Archetect:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions: -'locker.unlock.password' -'locker.lock.self' -'dc.give.self' -'dc.do.' -'dc.fly.self' -'dc.help' -'dc.who' -'OwnBlocks.use'
        CO-OWNER:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions: -'locker.nolimit' -'locker.view.self' -'locker.lockinfo' -'locker.info' -'locker.validate' -'OwnBlocks.use' -'Mod.Report' -'Mod.Siren' -'Mod.Reply' -'Mod.Jail' -'Mod.Litter' -'dc.do.' -'dc.help' -'dc.who' -'dc.spawnmob.' -'dc.join.self.' -'dc.join.other.' -'dc.join.all.' -'dc.fly.self' -'dc.give.self' -'dc.give.other' -'dc.give.all' -'dc.spawn.self.' -'dc.spawn.other.' -'dc.spawn.all.' -'dc.stack' -'dc.remove' -'dc.teleport.self.' -'dc.teleport.other.' -'dc.teleport.all.' -'dc.home.self' -'dc.home.other' -'dc.home.all' -'dc.sethome.self' -'dc.warp.self.' -'dc.warp.other.' -'dc.warp.all.' -'dc.setwarp' -'dc.delwarp' -'dc.warps' -'dc.creative.self' -'dc.creative.other' -'dc.creative.all' -'dc.health.self' -'dc.health.all' -'dc.time.*' -'dc.inventory' -'dc.killnear.' -'dc.clearnear.' -'dc.jump.' -'dc.dc' -'dc.flint_and_steel.' -'dc.repeat' -'dc.online' -'dc.weather.' -'dc.ignoremob.self' -'dc.ignoremob.other' -'dc.ignoremob.all' -'dc.instakill.self' -'dc.hide.self' -'dc.hide.see' -'dc.reset.self' -'dc.message.self' -'dc.message.other' -'dc.message.all' -'dc.repair' -'dc.mount.animal.' -'dc.mount.monster.' -'dc.mount.player.' -'dc.mute.self' -'dc.mute.other' -'dc.mute.all' -'dc.fire.self' -'dc.fire.other' -'dc.fire.all' -'dc.portal.' -'dc.setportal' -'dc.delportal' -'dc.cuboid' -'dc.undo' -'dc.replace' -'dc.cuboidhollow' -'dc.spherehollow' -'dc.walls' -'dc.extinguish' -'dc.motd' -'dc.kit.self.' -'dc.kit.other.' -'dc.kit.all.' -'dc.kits' -'dc.portals' -'dc.clearinventory.self' -'dc.clearinventory.other' -'OwnBlocks.info' -'OwnBlocks.add'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            - Default
            permissions: -'locker.unlock.password' -'locker.lock.self' -'dc.do.' -'dc.help' -'dc.who' -'OwnBlocks.use' -'creative'
            inheritance:
    
    forgot to mension i am a compleate noob with minecraft servers lol

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

    Jeyge

    Give this one a try.
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            - Default
            permissions:
            - 'locker.unlock.password'
            - 'locker.lock.self'
            - 'dc.do.'
            - 'dc.help'
            - 'dc.who'
            - 'OwnBlocks.use'
            - 'creative'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'locker.unlock.password'
            - 'locker.lock.self'
            - 'Mod.Report'
            - 'Mod.Siren'
            - 'Mod.Reply'
            - 'Mod.Jail'
            - 'Mod.Litter'
            - 'dc.do.'
            - 'dc.help'
            - 'dc.who'
            - 'OwnBlocks.use'
        Archetect:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'locker.unlock.password'
            - 'locker.lock.self'
            - 'dc.give.self'
            - 'dc.do.'
            - 'dc.fly.self'
            - 'dc.help'
            - 'dc.who'
            - 'OwnBlocks.use'
        CO-OWNER:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'locker.nolimit'
            - 'locker.view.self'
            - 'locker.lockinfo'
            - 'locker.info'
            - 'locker.validate'
            - 'OwnBlocks.use'
            - 'Mod.Report'
            - 'Mod.Siren'
            - 'Mod.Reply'
            - 'Mod.Jail'
            - 'Mod.Litter'
            - 'dc.do.'
            - 'dc.help'
            - 'dc.who'
            - 'dc.spawnmob.'
            - 'dc.join.self.'
            - 'dc.join.other.'
            - 'dc.join.all.'
            - 'dc.fly.self'
            - 'dc.give.self'
            - 'dc.give.other'
            - 'dc.give.all'
            - 'dc.spawn.self.'
            - 'dc.spawn.other.'
            - 'dc.spawn.all.'
            - 'dc.stack'
            - 'dc.remove'
            - 'dc.teleport.self.'
            - 'dc.teleport.other.'
            - 'dc.teleport.all.'
            - 'dc.home.self'
            - 'dc.home.other'
            - 'dc.home.all'
            - 'dc.sethome.self'
            - 'dc.warp.self.'
            - 'dc.warp.other.'
            - 'dc.warp.all.'
            - 'dc.setwarp'
            - 'dc.delwarp'
            - 'dc.warps'
            - 'dc.creative.self'
            - 'dc.creative.other'
            - 'dc.creative.all'
            - 'dc.health.self'
            - 'dc.health.all'
            - 'dc.time.*'
            - 'dc.inventory'
            - 'dc.killnear.'
            - 'dc.clearnear.'
            - 'dc.jump.'
            - 'dc.dc'
            - 'dc.flint_and_steel.'
            - 'dc.repeat'
            - 'dc.online'
            - 'dc.weather.'
            - 'dc.ignoremob.self'
            - 'dc.ignoremob.other'
            - 'dc.ignoremob.all'
            - 'dc.instakill.self'
            - 'dc.hide.self'
            - 'dc.hide.see'
            - 'dc.reset.self'
            - 'dc.message.self'
            - 'dc.message.other'
            - 'dc.message.all'
            - 'dc.repair'
            - 'dc.mount.animal.'
            - 'dc.mount.monster.'
            - 'dc.mount.player.'
            - 'dc.mute.self'
            - 'dc.mute.other'
            - 'dc.mute.all'
            - 'dc.fire.self'
            - 'dc.fire.other'
            - 'dc.fire.all'
            - 'dc.portal.'
            - 'dc.setportal'
            - 'dc.delportal'
            - 'dc.cuboid'
            - 'dc.undo'
            - 'dc.replace'
            - 'dc.cuboidhollow'
            - 'dc.spherehollow'
            - 'dc.walls'
            - 'dc.extinguish'
            - 'dc.motd'
            - 'dc.kit.self.'
            - 'dc.kit.other.'
            - 'dc.kit.all.'
            - 'dc.kits'
            - 'dc.portals'
            - 'dc.clearinventory.self'
            - 'dc.clearinventory.other'
            - 'OwnBlocks.info'
            - 'OwnBlocks.add'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
    
     
  29. Offline

    kamakarzy

    no that still didnt work default users could still use the likes of godmode and other things
     
  30. Offline

    Jeyge

    Are they OPs? Did you assign them to the wrong group? What other plugins are you running? Post your server.log and all of your permissions yml files.
     
  31. Offline

    darkdar

    Thanks for the help im all fixed now :D
     
Thread Status:
Not open for further replies.

Share This Page