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

    arrow2pwnu

    I have been looking, but I have yet to yield a result. I know there is prefix support ingame, but is there a way to change a user's permission using commands ingame? Thanks - Arrow
     
  3. Offline

    Jeyge

    I believe /reload comes with CraftBukkit but it might be built in to Minecraft.
    You can use the commands defined in the Chat Commands topic on the wiki to change a users permissions or even change their group. To just add a simple permission to a user, you can use "/pr <user> perms add <permission>".
     
  4. Offline

    Ironsmith123

    Does anyone know if this will be updated to craftbukkit 1000? Cause I recently upgraded my server to 1.7.3 but permissions isnt upgraded yet. I dont really like the bukki permissions mainly because it doesnt log every player that joins, so its easier for me to promote them.
     
  5. Offline

    cjbh1996

    PLEASE HELP. ALL MY USERS HAVE ACCESS TO ADMIN PERMISSIONS.
    Build-1000
    Permissions- Latest (I'm sure)

    I've done everything. Nothing works. I'm not using global permissions. Sorry this is so short but I've eliminated so many variables there isn't even enough to write more than 5 sentences (excluding the explanation). Please help, I can't run my server. I have no idea when this started.

    -----------------------------------------

    Here's my entire Permissions folder, with all the configs. This could've started when I switched from using global configs, or when I completely redid my permissions.
     
  6. Offline

    Scolor

    What is a god damned parent
     
  7. Offline

    Jeyge

    Just like the 20 or so more of these questions, the dev will need to know what is broken before he can fix it. Post your errors with 1000 and someone will take a look. If you have no errors and just want to know if it works on 1000, then see the wiki FAQ.
    That would depend on the context. If you mean the parent listed on say "/pr <username> parents add <group>", then it means the group that the user is assigned to.

    Nothing jumps out at might right away but it would help if you said who could do everything and in what world. Including a server.log might help pinpoint any problems too. Oh, and what does Admin permissions mean to you? Are they able to do all OP commands or something else? And are they OPs?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  8. I had a similar problem. Here was my error message
    Show Spoiler
    Code:
    2011-07-24 18:19:37 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-24 18:19:37 [INFO] Loading properties
    2011-07-24 18:19:37 [INFO] Starting Minecraft server on 5.242.178.234:25565
    2011-07-24 18:19:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-24 18:19:38 [INFO] DataSourcePool [DimensionDoor] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-24 18:19:38 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-24 18:19:38 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-24 18:19:39 [INFO] DataSourcePool [DispNameChanger] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-24 18:19:39 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-24 18:19:39 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-24 18:19:39 [SEVERE] mapping values are not allowed here
     in "<reader>", line 2, column 12:
            Default:
                   ^
    
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:204)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:267)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:173)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-24 18:19:39 [SEVERE]         at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-24 18:19:39 [SEVERE]         at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-24 18:19:39 [SEVERE]         at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-24 18:19:39 [SEVERE]         at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-24 18:19:39 [SEVERE]         at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-24 18:19:39 [SEVERE]         at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-24 18:19:39 [SEVERE]         at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-24 18:19:39 [SEVERE]         at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-24 18:19:39 [SEVERE]         at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-24 18:19:39 [SEVERE]         at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-24 18:19:39 [SEVERE]         at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-24 18:19:39 [SEVERE]         at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-24 18:19:39 [SEVERE]         at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-24 18:19:39 [SEVERE]         at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-24 18:19:39 [SEVERE]         at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-24 18:19:39 [SEVERE]         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-24 18:19:39 [SEVERE]         at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-24 18:19:39 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-24 18:19:39 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-24 18:19:39 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-24 18:19:39 [INFO] [Permissions] (Yeti) disabled successfully.
    - snip -
    

    And yes, I have Help, but I followed the instructions in the first post to make Help work with permissions.
    EDIT: link now removed
     
    Jeyge likes this.
  9. Offline

    Jeyge

    I put some information on why it sometimes won't let you build on the wiki FAQ. Take a look at that and if it doesn't help, then post your files again but in code tags or on pastebin.com.
     
  10. HELP for some reason no body can build, even though build is on true. EDIT: for some1 reason i can build in nether but not in normal world

    Code:
    groups:
        Citizen:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Citizen
            permissions:
            - warpplugin.warp
            - econplugin.basic.*
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - '*'
        Admin:
            default: false
            info:
                prefix: '[Admin]'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
        Admin:
            permissions:
            inheritance:
    
     
  11. Offline

    Jeyge

    I like your setup. You have done everything the right way to make it the easiest to maintain and you didn't make anyone ask for any other information.

    As for your error, you are missing the : from the end of groups on line 1 of your plugins\permissions\world\groups.yml file.

    Edit - oops, I usually remove links so they can be removed from the original post if you want.
     
  12. It worked, thanks for the help and for the very quick reply.
     
  13. That was not my problem, here is my files

    This is from my world folder (nether i can build in for some reason)

    http://pastebin.com/uMMjjHRS groups

    http://pastebin.com/tN8HFr0n users
     
  14. Offline

    Jeyge

    I saw in your original post that you had both an Admins and Admin group but later changed Admins to Admin creating a duplicate group. Remove the second Admin group and you should be able to build again.

    Depending on which version of Permissions you are running, you can use the following:
    Code:
    track:
    - builder
    - admin
    tracks:
        foo:
        - builder
        - admin
    
    Then the command for 3.1.5 would be "/pr <user> (w:<world>) promote <current group (should be builder)> foo".
    For 3.1.6, you have 2 choices. For the default track, you would use "/pr <user> (w:<world>) promote" and for the real track, you would use "/pr <user> (w:<world>) promote t:foo".
    From the error messages, it seems like you are trying to run multiple permission plugins. Post your whole server.log so we can see what is going on.

    @Jack Graham
    You will need a chat plugin for your prefix and suffix to work. As for the plugins not working, please post your server.log and your permission yml files again but in code blocks or on pastebin.com.

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

    cjbh1996

    Dude never mind it turns out everyone I was testing on was an op... I completely forgot about the ops.txt file I never use it.
     
  16. Ha ha thanks it worked!
     
  17. Offline

    mmerner

    I've been trying for a while to get in-chat promotions, but keep failing. can anyone help?

    I only have simple groups... can anyone show me a simple example? like builder and admin. how to promote a builder to admin in world? thanks
     
  18. Offline

    seifpic

    Everything on my server worked well until i installed Permissions :(

    Lockette 1.3.8 gives an error while being enabled:
    Code:
    03:07:38 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    03:07:38 [INFO] Lockette: Detected craftbukkit build [953] ok.
    03:07:38 [SEVERE] Error occurred while enabling Lockette v1.3.8 (Is it up to date?): loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/PermissionHandler"
    java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/PermissionHandler"
            at org.yi.acru.bukkit.PluginCore.setupPermissions(PluginCore.java:181)
            at org.yi.acru.bukkit.Lockette.Lockette.onEnable(Lockette.java:121)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
            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)
    WorldGuard gives an error while the admin logs in:
    Code:
    03:07:53 [INFO] seifpic [blah blah blah] logged in with entity id 203 at ([world] -110.40625, 65.0, 136.625)
    03:08:07 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
    03:08:07 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    03:08:07 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    03:08:07 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:250)
    03:08:07 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:168)
    03:08:07 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    03:08:07 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03:08:07 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    03:08:07 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    03:08:07 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    03:08:07 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    03:08:07 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    03:08:07 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03:08:07 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    03:08:07 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    03:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    03:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    03:08:07 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    03:08:07 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
    03:08:07 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    03:08:07 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    03:08:07 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:250)
    03:08:07 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:173)
    03:08:07 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    03:08:07 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03:08:07 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    03:08:07 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    03:08:07 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    03:08:07 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    03:08:07 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    03:08:07 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03:08:07 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    03:08:07 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    03:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    03:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    03:08:07 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    And finally, Jail 1.22 gives an error while being used by the admin but works flawlessly when used in the terminal:

    Code:
    03:14:06 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail' in plugin Jail v1.2.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/PermissionHandler"
            at com.matejdro.bukkit.jail.Util.permission(Util.java:55)
            at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:18)
            at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Can someone please help me ASAP!

    Edit:
    Show Spoiler

    The globalGroups.yml:
    Code:
    ##
    # 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 https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
    
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
    
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
    globalUsers.yml:
    Code:
    users:
        seifpic:
            groups:
            - Admins
            permissions:
    
    groups.yml:
    Code:
    ##
    # 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 https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    groups:
    
        Member:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - 'waypoint.basic.teleport'
                - 'waypoint.basic.invite'
                - 'waypoint.basic.invite.accept'
                - 'waypoint.basic.invite.decline'
                - 'waypoint.basic.list'
                - 'lockette.user.create.*'
                - 'jail.usercmd.jailstatus'
                - 'jail.usercmd.jailpay'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
    
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users.yml:
    Code:
    users:
        seifpic:
            groups:
            - Admins
            permissions:
            - '*'
    
     
  19. Offline

    Jack Graham

    What am i doing wrong here it simply won't work wont make me admin won't put a prefix to my name wont let me use my plugins

    # 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:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: false
    inheritance:
    permissions:
    - 'foo.bar'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'bar.foo'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    - 'godpowers.jar'

    ##
    # 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:
    TheNo1Yeti:
    group: Admins
    permissions:
    mcgrahamkracker:
    group: Admins
    info:
    prefix: '[Admin]'
    suffix: ''
    permissions:
    - '*'
    - 'godpowers.jar'
    Derpina:
    group: Admins
    permissions:
    - '-derp.derp'
     
  20. Offline

    OverSizedRabbit

    how do you make it so your default world and your default world nether permissions automatically stay the same like the user is still admin on nether and none nether world?
     
  21. Offline

    Jeyge

    The easiest and best way to do it is to use world mirroring. Take a look at the Storageconfig.yml Options topic on the wiki for more information.
     
  22. Offline

    tony687

    can someone tell me how to have global permissions, because I don't really need it per world.
     
  23. Offline

    7eggert

    The behavior of the global config does not seem to match the description. According to the docs, if I enter a new world, my name should be first looked up in the (non-existing) world permission files, then the global files should be used and subsequently the global groups file and (optionally) the world's group file.

    Instead, a new user is created in that world being in no group (since there is no local groups file that could define a local group).
     
  24. Will this have some kind of SuperPerm support or be some kind og SuperPerm addon?
    just want to know the future of this plugin before I start transfer over to SuperPerm

    Some plugins already lost support for this permission plugin and i guess more plugins will follow.
     
  25. Offline

    Roodzee

     
  26. Offline

    seifpic

    Here is the server log from when I start the server until I use the '/Jail' commands. Don't mind the BigBrothers or the LCForgerey errors:
    Code:
    2011-07-25 03:07:28 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-25 03:07:28 [INFO] Loading properties
    2011-07-25 03:07:28 [INFO] Starting Minecraft server on *:25565
    2011-07-25 03:07:28 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-25 03:07:28 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-25 03:07:28 [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-25 03:07:28 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-25 03:07:28 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-25 03:07:29 [SEVERE] ebean.properties not found
    2011-07-25 03:07:29 [INFO] DataSourcePool [rTriggers] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-25 03:07:29 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-25 03:07:30 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-25 03:07:30 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-25 03:07:30 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-25 03:07:30 [INFO] Preparing level "world"
    2011-07-25 03:07:31 [INFO] Preparing start region for level 0 (Seed: 2018344670994877458)
    2011-07-25 03:07:32 [INFO] Preparing spawn area: 65%
    2011-07-25 03:07:32 [INFO] Preparing start region for level 1 (Seed: 5470540168371153553)
    2011-07-25 03:07:33 [INFO] Preparing spawn area: 8%
    2011-07-25 03:07:34 [INFO] Preparing spawn area: 97%
    2011-07-25 03:07:34 [INFO] [AdminCmd] Plugin Enabled. (version 4.15)
    2011-07-25 03:07:34 [INFO] [AdminCmd] Successfully linked with Permissions.
    2011-07-25 03:07:34 [INFO] Need to download 3 object(s)
    2011-07-25 03:07:34 [INFO]  - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlite.jar
    2011-07-25 03:07:34 [SEVERE] [BBROTHER] Could not download dependencies
    java.io.FileNotFoundException: http://stethoscopesmp.com/tkelly/lib/sqlite.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at java.net.URL.openStream(Unknown Source)
        at me.taylorkelly.bigbrother.griefcraft.util.Updater.update(Updater.java:118)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:95)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    2011-07-25 03:07:36 [SEVERE] [BBROTHER] Error getting a connection, disabling BigBrother...
    java.sql.SQLException: invalid database address: jdbc:jdc:jdcpool
        at org.sqlite.JDBC.createConnection(JDBC.java:74)
        at org.sqlite.JDBC.connect(JDBC.java:64)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at me.taylorkelly.bigbrother.datasource.ConnectionManager.getConnection(ConnectionManager.java:20)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:109)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    2011-07-25 03:07:36 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother
    2011-07-25 03:07:36 [INFO] bLift version 1.1 is enabled!
    2011-07-25 03:07:36 [INFO] [BukkitUpdater] version 0.2.4 enabled.
    2011-07-25 03:07:36 [INFO] [ChopTree] Using Permissions.
    2011-07-25 03:07:36 [INFO] ChopTree 1.23 enabled!
    2011-07-25 03:07:36 [INFO] Loading ColoredSigns
    2011-07-25 03:07:36 [INFO] CommandBook 1.5.2-customized enabled.
    2011-07-25 03:07:37 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-25 03:07:37 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-25 03:07:37 [INFO] CommandBook: 1 kit(s) loaded.
    2011-07-25 03:07:37 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:37 [INFO] CraftBookCommon 46-a9b78b6 enabled.
    2011-07-25 03:07:37 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:37 [INFO] CraftBookCircuits 46-a9b78b6 enabled.
    2011-07-25 03:07:37 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:37 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:37 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    2011-07-25 03:07:37 [INFO] CraftBook: 1250 chunk(s) for 2 world(s) processed (0s elapsed)
    2011-07-25 03:07:37 [INFO] CraftBookMechanisms 46-a9b78b6 enabled.
    2011-07-25 03:07:37 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:37 [INFO] 1 cauldron recipe(s) loaded
    2011-07-25 03:07:37 [INFO] CraftBookVehicles 46-a9b78b6 enabled.
    2011-07-25 03:07:37 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:37 [INFO] [FirstSpawn] version 2  booted.
    2011-07-25 03:07:37 [INFO] [HeroicDeath] 1.8.2.157 enabled.
    2011-07-25 03:07:38 [INFO] [iConomy] Logging is currently disabled.
    2011-07-25 03:07:38 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-25 03:07:38 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-25 03:07:38 [INFO] [iConomy] hooked into Permissions.
    2011-07-25 03:07:38 [INFO] InfChests: Loading InfChests...
    2011-07-25 03:07:38 [INFO] InfChests: Count: 2
    2011-07-25 03:07:38 [INFO] InfChests version 0.5.1 is enabled!
    2011-07-25 03:07:38 [INFO] [iOP] v0.6 Enabled
    2011-07-25 03:07:38 [INFO] [Jail] Loaded 1 jail zones.
    2011-07-25 03:07:38 [INFO] [Jail] Loaded 1 prisoners.
    2011-07-25 03:07:38 [INFO] [Jail] Loaded 13 cells.
    2011-07-25 03:07:38 [INFO] [LC] Level Combat Loaded
    2011-07-25 03:07:38 [INFO] [LC] Level Dexterity Loaded.
    2011-07-25 03:07:38 [INFO] [LC] Level Excavation Loaded
    2011-07-25 03:07:38 [INFO] [LC] Level Explosives 0.1 Loaded
    2011-07-25 03:07:38 [SEVERE] Error occurred while enabling LCForgery v0.1.2 (Is it up to date?): net.minecraft.server.FurnaceRecipes.a()Lnet/minecraft/server/FurnaceRecipes;
    java.lang.NoSuchMethodError: net.minecraft.server.FurnaceRecipes.a()Lnet/minecraft/server/FurnaceRecipes;
        at me.samkio.lcforgery.LCForgery.addFurnaceRecipe(LCForgery.java:362)
        at me.samkio.lcforgery.LCForgery.onEnable(LCForgery.java:321)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    2011-07-25 03:07:38 [INFO] [LC] Level Mining Loaded
    2011-07-25 03:07:38 [INFO] [LC] Level Range Loaded.
    2011-07-25 03:07:38 [INFO] [LC] Level Scavenger 0.1 Loaded
    2011-07-25 03:07:38 [INFO] [LC] Level WoodCutting Loaded
    2011-07-25 03:07:38 [INFO] [LC] Using Permissions.
    2011-07-25 03:07:38 [INFO] [LC] Using FlatFile To Store Data.
    2011-07-25 03:07:38 [INFO] [LC] LevelCraftCore 0.1.7.1 Loaded
    2011-07-25 03:07:38 [INFO] [LC] Loaded levels:[Forgery, Explosives, Combat, Dexterity, Range, Excavation, WoodCutting, Scavenger, Mining]
    2011-07-25 03:07:38 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-07-25 03:07:38 [INFO] Lockette: Detected craftbukkit build [953] ok.
    2011-07-25 03:07:38 [SEVERE] Error occurred while enabling Lockette v1.3.8 (Is it up to date?): loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/PermissionHandler"
    java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/PermissionHandler"
        at org.yi.acru.bukkit.PluginCore.setupPermissions(PluginCore.java:181)
        at org.yi.acru.bukkit.Lockette.Lockette.onEnable(Lockette.java:121)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    2011-07-25 03:07:38 [INFO] [Questioner] v0.4 - Enabled
    2011-07-25 03:07:38 [INFO] Rakamak activation... Security is yours
    2011-07-25 03:07:38 [INFO] Rakamak version 3.1.0 is enabled. Plugin provided by [Erwyn]
    2011-07-25 03:07:38 [INFO] [rTriggers] Attached to Permissions.
    2011-07-25 03:07:38 [INFO] [rTriggers] Loaded: Version 2.3
    2011-07-25 03:07:38 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-07-25 03:07:38 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    2011-07-25 03:07:38 [INFO] [Showcase] Registered type [infinite] (4 items loaded)
    2011-07-25 03:07:38 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-07-25 03:07:38 [INFO] [Showcase] version 0.6.13 has been enabled.
    2011-07-25 03:07:38 [INFO] [Showcase] Payment method found (iConomy version: 5)
    2011-07-25 03:07:38 [INFO] SimpleTips v0.5 by keithlawless has been enabled.
    2011-07-25 03:07:38 [INFO] SimpleTips v0.5 by keithlawless Success! SimpleTips will be displayed on your schedule.
    2011-07-25 03:07:38 [INFO] SuperPowers v0.8 loaded!
    2011-07-25 03:07:38 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-07-25 03:07:39 [INFO] [Towny] Using: iConomy, Questioner
    2011-07-25 03:07:39 [INFO] [Towny] Version: 0.73.1 - Mod Enabled
    2011-07-25 03:07:39 [INFO] [Waypoint] Set home to bed is enabled.
    2011-07-25 03:07:39 [INFO] [Waypoint] Permissions plugin detected. Using Permissions v3.1.6
    2011-07-25 03:07:39 [INFO] [Waypoint] Enabled version 1.4.5
    2011-07-25 03:07:39 [INFO] [Waypoint] Warps: loaded permission groups: general, mod, admin
    2011-07-25 03:07:39 [INFO] [Paste] Version 1.0 has been enabled!
    2011-07-25 03:07:39 [INFO] WorldEdit 4.6 enabled.
    2011-07-25 03:07:39 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:40 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-07-25 03:07:40 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-25 03:07:40 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-07-25 03:07:40 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-07-25 03:07:40 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-07-25 03:07:40 [INFO] WorldGuard: 5 regions loaded for 'world'
    2011-07-25 03:07:40 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-25 03:07:40 [INFO] [Citizens] Loaded 0 quests.
    2011-07-25 03:07:40 [INFO] [Citizens] Permissions enabled.
    2011-07-25 03:07:40 [INFO] [Citizens] version [1.0.9b] (Odyssey) loaded
    2011-07-25 03:07:40 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-07-25 03:07:40 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    2011-07-25 03:07:40 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defaulting to no limits !
    2011-07-25 03:07:40 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    2011-07-25 03:07:40 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    2011-07-25 03:07:40 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Digger is missing the max-level property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Fisherman is missing the max-level property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs] - Job Fisherman is missing the slots property. defaulting to no limits !
    2011-07-25 03:07:41 [INFO] [Jobs v2.3.1] has been enabled succesfully.
    2011-07-25 03:07:41 [INFO] [Jobs] Successfully linked with iConomy 5+.
    2011-07-25 03:07:41 [INFO] [Jobs] Successfully linked with Permissions.
    2011-07-25 03:07:41 [INFO] Done (1.102s)! For help, type "help" or "?"
    2011-07-25 03:07:42 [INFO] [Showcase] Autosaved
    2011-07-25 03:07:42 [INFO] [Citizens] Loaded 10 NPCs.
    2011-07-25 03:07:53 [INFO] seifpic [Censored Stuff] logged in with entity id 203 at ([world] -110.40625, 65.0, 136.625)
    2011-07-25 03:08:07 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:250)
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:168)
    2011-07-25 03:08:07 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-07-25 03:08:07 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-25 03:08:07 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-25 03:08:07 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:250)
    2011-07-25 03:08:07 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:173)
    2011-07-25 03:08:07 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-07-25 03:08:07 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-25 03:08:07 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-25 03:08:07 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-25 03:08:54 [INFO] [Showcase] Autosaved
    2011-07-25 03:09:54 [INFO] [Showcase] Autosaved
    2011-07-25 03:10:54 [INFO] [Showcase] Autosaved
    2011-07-25 03:11:54 [INFO] [Showcase] Autosaved
    2011-07-25 03:12:54 [INFO] [Showcase] Autosaved
    2011-07-25 03:13:54 [INFO] [Showcase] Autosaved
    2011-07-25 03:14:06 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail' in plugin Jail v1.2.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/nijiko/permissions/PermissionHandler"
        at com.matejdro.bukkit.jail.Util.permission(Util.java:55)
        at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:18)
        at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-07-25 03:14:17 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail' in plugin Jail v1.2.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
        at com.matejdro.bukkit.jail.Util.permission(Util.java:55)
        at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:18)
        at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
     
  27. Help! my server was running fine until an hour ago, when I made people trusted and mod and now every time I start it I get this?
    Code:
    20:36:42 [SEVERE] while scanning an anchor
     in "<reader>", line 68, column 22:
                    prefix: '&1'
                             ^
    expected alphabetic or numeric character, but found '(39)
     in "<reader>", line 68, column 24:
                    prefix: '&1'
                               ^
    
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1164)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:794)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:317)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:508)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    20:36:42 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:36:42 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:54)
    20:36:42 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    20:36:42 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    20:36:42 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    20:36:42 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    20:36:42 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:93)
    20:36:42 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    20:36:42 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:105)
    20:36:42 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
    20:36:42 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    20:36:42 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    20:36:42 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    20:36:42 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    20:36:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    20:36:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    20:36:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    This is my groups.yml file
    Code:
    groups:
    
        Player:
    
            default: true
    
            info:
    
                prefix: '&2'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
            permissions:
    
                - 'minecraft.help'
    
                - 'minecraft.list'
    
                - 'minecraft.tell'
    
                - 'EasyTP.to'
    
                - 'worldguard.god'
    
                - 'worldguard.heal'
    
                - 'lwc.protect'
    
                - 'PhysicalShop.use'
    
                - 'magiccarpet.*'
    
                - 'lottery.buy'
    
                - 'multihome.*'
    
                - 'mcdocs.*'
    
        Trusted:
    
            default: false
    
            info:
    
                prefix: '&2'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
                - Player
    
            permissions:
    
                - 'worldguard.fire.disable-all-fire-spread'
    
                - 'minecraft.pardon'
    
                - 'minecraft.kick'
    
                - 'EasyTP.from'
    
                - 'supplysign.access'
    
                - 'superpowers.fly'
    
                - 'superpowers.use'
    
                - 'superpowers.infinitehp'
    
                - 'mobRider.*'
    
                - 'choptree.chop'
    
                - 'freezer.freeze'
    
                - 'choptree.command.toggle'
                - 'PhysicalShop.build'
    
        Moderator:
    
            default: false
    
            info:
    
                prefix: '&6'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
                - Player
    
                - Trusted
    
            permissions:
    
                - 'spyer.spy'
    
                - 'minecraft.time'
    
                - 'minecraft.ban'
    
                - 'spawnmob.*'
    
                - 'bb.*'
    
                - 'worldguard.*'
    
                - 'lwc.mod'
    
                - 'wrath.*'
    
                - 'discosheep.*'
    
                - 'minecraft.tp
    
        Admin:
    
            default: false
    
            info:
    
                prefix: '&1'
    
                suffix:
    
                build: true
    
            inheritance:
    
                - Player
    
                - Trusted
    
                - Moderator
    
            permissions:
    
                - 'worldedit.*'
    
                - 'superpowers.*'
    
        Owner:
    
            default: false
    
            info:
    
                prefix: '&4'
    
                suffix: ''
    
                build: true
    
            inheritance:
    
            permissions:
    
                - '*'
    it is probably some stupid mistake, but please help asap

    Edit: nvm fixed the problem, I didn't have a " ' " after minecraft.tp in the moderator group (told you it was a stupid mistake) if anyone else has a problem like this make sure you commas in the right places. This helped allot: "http://yaml-online-parser.appspot.com/"
     
  28. Offline

    Mhalkyer

    I'm glad I could help =D
     
  29. Offline

    morizuki

    I'm having a problem.. I tried the Globalgroups and GlobalUser.. and it's working fine.. but there's one thing I want to know..

    whenever a new player came to my server it always end up in world/user.yml instead of globaluser.. how can I changed that?
     
  30. Offline

    Fabis94

    I created a new world with WorldManager, I set the permissions like this:
    Code:
    track:
    - FreeBuilder
    - Moderator
    - Admin
    groups:
        FreeBuilder:
            default: true
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - lytreehelper.destroyall
            - essentials.ping
            - essentials.warp
            - econplugin.basic.*
            - essentials.help
            - essentials.spawn
            - essentials.sethome
            - essentials.home
            - essentials.help
            - essentials.rules
            - essentials.signs.mail.use
            - essentials.signs.mail.create
            - essentials.signs.disposal.create
            - essentials.signs.disposal.use
            - essentials.signs.warp.use
            - essentials.signs.heal.use
            - essentials.signs.trade.use
            - essentials.signs.trade.create
            - essentials.kit
            - essentials.kit.starter
            - essentials.kit.travel
            - cenotaph.use
            - cenotaph.large
            - cenotaph.lwc
            - cenotaph.sign
            - cenotaph.freesign
            - cenotaph.quickloot
            - essentials.list
            - lwc.protect
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.me
            - essentials.mail
            - essentials.balance
            - essentials.warp
            - essentials.back
            - essentials.mail
            - essentials.mail.send
            - essentials.afk
            - essentials.compass
            - essentials.depth
            - essentials.getpos
            - essentials.helpop
            - essentials.ignore
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.seen
            - essentials.suicide
            - essentials.clearinventory
            - essentials.tptoggle
            - essentials.portal
            - essentials.world
            - minecartmania.signs.create.holdingsign
            - minecartmania.signs.break.holdingsign
            - minecartmania.signs.create.announcementsign
            - minecartmania.signs.break.announcementsign
            - minecartmania.signs.create.ejectionsign
            - minecartmania.signs.break.ejectionsign
            - minecartmania.signs.create.ejectionconditionsign
            - minecartmania.signs.break.ejectionconditionsign
            - minecartmania.signs.create.setstationsign
            - minecartmania.signs.break.setstationsign
            - minecartmania.signs.create.stopatdestinationsign
            - minecartmania.signs.break.stopatdestinationsign
            - minecartmania.signs.create.minecarttypesign
            - minecartmania.signs.break.minecarttypesign
            - minecartmania.signs.create.autotillsign
            - minecartmania.signs.break.autotillsign
            - minecartmania.signs.create.tilloffsign
            - minecartmania.signs.break.tilloffsign
            - minecartmania.signs.create.autoseedsign
            - minecartmania.signs.break.autoseedsign
            - minecartmania.signs.create.seedoffsign
            - minecartmania.signs.break.seedoffsign
            - minecartmania.signs.create.autoharvestsign
            - minecartmania.signs.break.autoharvestsign
            - minecartmania.signs.create.harvestoffsign
            - minecartmania.signs.break.harvestoffsign
            - minecartmania.signs.create.autosugarsign
            - minecartmania.signs.break.autosugarsign
            - minecartmania.signs.create.sugaroffsign
            - minecartmania.signs.break.sugaroffsign
            - minecartmania.signs.create.autoresugarsign
            - minecartmania.signs.break.autoresugarsign
            - minecartmania.signs.create.autoplant
            - minecartmania.signs.break.autoplant
            - minecartmania.signs.create.resugaroffsign
            - minecartmania.signs.break.resugaroffsign
            - minecartmania.signs.create.autocactussign
            - minecartmania.signs.break.autocactussign
            - minecartmania.signs.create.cactusoffsign
            - minecartmania.signs.break.cactusoffsign
            - minecartmania.signs.create.autorecactussign
            - minecartmania.signs.break.autorecactussign
            - minecartmania.signs.create.recactusoffsign
            - mcbans.vote.kick
            - mcbans.vote.msg
            - essentials.item
            - nocheat.*
            - wm.list
            - wm.join
        Moderator:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - mcbans.mod
            - mcbans.ban.view
            - mcbans.ban.temp
            - mcbans.ban.local
            - mcbans.mute.player
            - mcbans.reload
            - mcbans.unban
            - mcbans.kick
            - mcbans.lookup
            - essentials.togglejail
            - essentials.jail.exempt
            - essentials.signs.mail.*
            - essentials.signs.disposal.*
            - essentials.signs.warp.*
            - essentials.warp.list
            - nocheat.*
            - essentials.tp
            - essentials.tpohere
            - lwc.mod
            - essentials.helpop.receive
            - essentials.broadcast
            - essentials.clearinventory.others
            - essentials.burn
            - essentials.ext
            - essentials.invsee
            - essentials.jails
            - essentials.togglejail
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - -essentials.antioch
    Even though FreeBuilders (everyone becomes that when they join the world) have build: true, builders on my server couldn't build anything.

    I created a new world with WorldManager, I set the permissions like this:
    Code:
    track:
    - FreeBuilder
    - Moderator
    - Admin
    groups:
        FreeBuilder:
            default: true
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - lytreehelper.destroyall
            - essentials.ping
            - essentials.warp
            - econplugin.basic.*
            - essentials.help
            - essentials.spawn
            - essentials.sethome
            - essentials.home
            - essentials.help
            - essentials.rules
            - essentials.signs.mail.use
            - essentials.signs.mail.create
            - essentials.signs.disposal.create
            - essentials.signs.disposal.use
            - essentials.signs.warp.use
            - essentials.signs.heal.use
            - essentials.signs.trade.use
            - essentials.signs.trade.create
            - essentials.kit
            - essentials.kit.starter
            - essentials.kit.travel
            - cenotaph.use
            - cenotaph.large
            - cenotaph.lwc
            - cenotaph.sign
            - cenotaph.freesign
            - cenotaph.quickloot
            - essentials.list
            - lwc.protect
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.me
            - essentials.mail
            - essentials.balance
            - essentials.warp
            - essentials.back
            - essentials.mail
            - essentials.mail.send
            - essentials.afk
            - essentials.compass
            - essentials.depth
            - essentials.getpos
            - essentials.helpop
            - essentials.ignore
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.seen
            - essentials.suicide
            - essentials.clearinventory
            - essentials.tptoggle
            - essentials.portal
            - essentials.world
            - minecartmania.signs.create.holdingsign
            - minecartmania.signs.break.holdingsign
            - minecartmania.signs.create.announcementsign
            - minecartmania.signs.break.announcementsign
            - minecartmania.signs.create.ejectionsign
            - minecartmania.signs.break.ejectionsign
            - minecartmania.signs.create.ejectionconditionsign
            - minecartmania.signs.break.ejectionconditionsign
            - minecartmania.signs.create.setstationsign
            - minecartmania.signs.break.setstationsign
            - minecartmania.signs.create.stopatdestinationsign
            - minecartmania.signs.break.stopatdestinationsign
            - minecartmania.signs.create.minecarttypesign
            - minecartmania.signs.break.minecarttypesign
            - minecartmania.signs.create.autotillsign
            - minecartmania.signs.break.autotillsign
            - minecartmania.signs.create.tilloffsign
            - minecartmania.signs.break.tilloffsign
            - minecartmania.signs.create.autoseedsign
            - minecartmania.signs.break.autoseedsign
            - minecartmania.signs.create.seedoffsign
            - minecartmania.signs.break.seedoffsign
            - minecartmania.signs.create.autoharvestsign
            - minecartmania.signs.break.autoharvestsign
            - minecartmania.signs.create.harvestoffsign
            - minecartmania.signs.break.harvestoffsign
            - minecartmania.signs.create.autosugarsign
            - minecartmania.signs.break.autosugarsign
            - minecartmania.signs.create.sugaroffsign
            - minecartmania.signs.break.sugaroffsign
            - minecartmania.signs.create.autoresugarsign
            - minecartmania.signs.break.autoresugarsign
            - minecartmania.signs.create.autoplant
            - minecartmania.signs.break.autoplant
            - minecartmania.signs.create.resugaroffsign
            - minecartmania.signs.break.resugaroffsign
            - minecartmania.signs.create.autocactussign
            - minecartmania.signs.break.autocactussign
            - minecartmania.signs.create.cactusoffsign
            - minecartmania.signs.break.cactusoffsign
            - minecartmania.signs.create.autorecactussign
            - minecartmania.signs.break.autorecactussign
            - minecartmania.signs.create.recactusoffsign
            - mcbans.vote.kick
            - mcbans.vote.msg
            - essentials.item
            - nocheat.*
            - wm.list
            - wm.join
        Moderator:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - mcbans.mod
            - mcbans.ban.view
            - mcbans.ban.temp
            - mcbans.ban.local
            - mcbans.mute.player
            - mcbans.reload
            - mcbans.unban
            - mcbans.kick
            - mcbans.lookup
            - essentials.togglejail
            - essentials.jail.exempt
            - essentials.signs.mail.*
            - essentials.signs.disposal.*
            - essentials.signs.warp.*
            - essentials.warp.list
            - nocheat.*
            - essentials.tp
            - essentials.tpohere
            - lwc.mod
            - essentials.helpop.receive
            - essentials.broadcast
            - essentials.clearinventory.others
            - essentials.burn
            - essentials.ext
            - essentials.invsee
            - essentials.jails
            - essentials.togglejail
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - -essentials.antioch
    Even though FreeBuilders (everyone becomes that when they join the world) have build: true, builders on my server couldn't build anything.

    The same thing happens on my other world which has the same permissions as my main world just copied over, so it should all work, but it doesn't.

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

    ACStache

    @Roodzee yes it does work on build 1000
     
Thread Status:
Not open for further replies.

Share This Page