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

    JamesS

    As for a guide on how to use it, did you consider the Wiki or posting your questions in this topic where someone will eventually give you an answer?[/quote]

    While that sheds a miniscule piece of light on this, Im still at a loss as to where you put stuff like "Build: true/false" and how these nodes fit in, do I just copy and paste them into a file or do I have to place them with a certain order. All this stuff about not using tabs but something else and users/groups etc. None of it is explained in the "guides" they are very much. Here's lots of text and off you go.

    Nope, I still have NO CLUE. Take "Fastmining" for example. It gives the node "fastmining or fastmining.fastmining" Just what the hell do I do with that? All of the files such as storageconfig and globalGroups are just empty text files, and I can't find anything on these "guides" that tells you what you need to put in them. About the only thing permissions does is turn your server into a vegetable until you can crack the arcane codes.

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

    niccholaspage

    They have access to the permissions in nWorld. I checked for errors with Online YAML Parser and I didn't get any.
     
  4. Offline

    Junrall

    Haha... just discovered that myself. Thats what I get for being Mr. Smarty Pants over here!:rolleyes:

    ?? Weird.
    Could you post the full listing of your groups.yml here with your reply... with so many eyes, someone is bound to see something out of place. Wouldn't hurt to repost the globalGroups.yml again that way they are on the same page... makes it easier to compare the two.;)

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

    DuckNest

    Is this actually a bug? Just reporting.

    I have configured my groups.yml to add tracks. But on testing it, i noticed something:

    If a person on users.yml is like :

    TestSubject:
    permissions: []
    groups: []

    It wont work. When a new user is created, usually they are in Guest, and groups in users.yml is like that. When I try using promote command, it says they are promoted, but they still stay as Guest. But, if the users.yml is like :

    TestSubject:
    permissions: []
    groups:
    - Guest

    It works? Is there any way to create - Guest automatically when they are registered? This gets very annoying when ranking people in game.
     
  6. Offline

    TheGurw

    try this instead:

    Code:
    Build:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - -'essentials.give'
            - -'essentials.item'
    or this, if that doesn't work:
    Code:
    Build:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - '-essentials.give'
            - '-essentials.item'
    i'm only guessing that that is your issue, as i don't remove privileges in my config, too much of a hassle because of the number of nodes i have (over 280 :s).

    i do know, however, that the quotes are required when adding, seems logical that they'd be required when removing as well.

    I seem to recall them stating that this was a known issue, and for the time being you would have to add players manually to the groups before they could be promoted. You can do this in-game by typing:
    Code:
    /pr username w:worldname parents add groupname
    Note that all the variables are case-sensitive (so if the group is Guest, guest won't work).

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

    niccholaspage

    It is the full version.

    globalGroups.yml - http://pastie.org/2086088

    nWorld groups.yml - http://pastie.org/2086089
     
  8. Offline

    wizzy86

    I dunno if this has been asked already, but is there multi-world support? do i just copy a RENAME-ME folder for each world i have?
     
  9. Offline

    Bloodykittens

    I'm having issues with this. Hopefully someone will answer this time.

    - Config Files are named correctly
    - I don't have the permissionsql.jar installed, but i've tried putting it in
    and I still get the error
    - I'm using cb860 but I was getting this error on 818 as well. (I heard they're practically the same build anyway)
    - I'm also using the latest version of permissions. If I need to downgrade the permissions. I will

    Heres a pic of my console on startup. Does anyone know what the error that i'm getting
    from permissions means and do you know how I can fix this?

    Our server is sitting unused until I get permissions working. We completely rely on this plugin to run.

    http://i.imgur.com/KtwT1.png
    (Let me know if you can't make out the console on this pic)

    Any help would be greatly appreciated
     
  10. Offline

    wizzy86

    I think found it. Right?
     
  11. Offline

    Graysonw

    Hey I just switched from GroupManager and GroupManager was working fine but when I started server using the newest Permissions I got this:


    148 recipes
    16 achievements
    11:02:37 [INFO] Starting minecraft server version Beta 1.6.6
    11:02:37 [INFO] Loading properties
    11:02:37 [INFO] Starting Minecraft server on 5.123.52.52:25565
    11:02:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-
    g3fc0460-b818jnks (MC: 1.6.6)
    11:02:37 [INFO] Preparing level "world1"
    11:02:37 [INFO] Preparing start region for level 0
    11:02:39 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko
    .permissions.ModularControl$RefreshTask from class com.nijiko.permissions.Modula
    rControl
    11:02:39 [SEVERE] at com.nijiko.permissions.ModularControl.<clinit>(Modula
    rControl.java:45)
    11:02:39 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:184)
    11:02:39 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    11:02:39 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:106)
    11:02:39 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    11:02:39 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    11:02:39 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    11:02:39 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:285)
    11:02:39 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    11:02:39 [SEVERE] [Permissions] Unable to load permission data.
    11:02:39 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    11:02:39 [INFO] [Permissions] (Yeti) was initialized.
    11:02:39 [INFO] [Alpha Chest] loaded 1 chests
    11:02:39 [INFO] [AlphaChest] version [1.7.0] enabled
    11:02:39 [INFO] Loaded Essentials build 2.3.1 by Zenexer, ementalo, Aelux, Brett
    flan, KimKandor, snowleo, ceulemans and Xeology
    11:02:39 [INFO] Loaded EssentialsChat build 2.3.1 by Zenexer, ementalo, Aelux, B
    rettflan, KimKandor, snowleo, ceulemans and Xeology
    11:02:39 [INFO] Loaded EssentialsGeoIP build 2.3.1 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    11:02:39 [INFO] This product includes GeoLite data created by MaxMind, available
    from http://www.maxmind.com/.
    11:02:39 [INFO] Loaded EssentialsSpawn build 2.3.1 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    11:02:39 [INFO] [HelpCommands] HelpCommands v1.3 by matjer has been enabled!
    11:02:39 [INFO] Lockette version 1.3.8 is being enabled! Yay! (Core version 1.
    0)
    11:02:39 [INFO] Lockette: Detected craftbukkit build [818] ok.
    11:02:39 [INFO] [Permissions] (Yeti) disabled successfully.
    11:02:39 [INFO] Lockette: Failed to link to Permissions plugin version 3.1.5!
    11:02:39 [INFO] Lockette: Using ops file for admin permissions.
    11:02:39 [INFO] Lockette: Ready to protect your containers.
    11:02:39 [INFO] [LoginMessage] 0.6.61 enabled
    11:02:39 [INFO] [LoginMessage] Attempting to fill in local fields...
    11:02:39 [INFO] [LoginMessage] Unable to fill in local fields.
    11:02:39 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    11:02:39 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
    or /mc.
    11:02:39 [INFO] [MagicCarpet] Restricted to: []
    11:02:39 [INFO] [MYHOME]: 3 homes loaded
    11:02:39 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.5
    11:02:39 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    11:02:39 [INFO] [MYHOME] MyHome 1.9.5 enabled
    11:02:39 [INFO] [MYWARP] [MYWARP]: 12 warps loaded
    11:02:39 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.5
    11:02:39 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    11:02:39 [INFO] [MYWARP] MyWarp 2.0 enabled
    11:02:39 [INFO] [Permissions] (Yeti) disabled successfully.
    11:02:39 [INFO] [Permissions] SQL Interface enabled!
    11:02:39 [INFO] PlgSetspawn version 4.1 is enabled!
    11:02:39 [INFO] ScheduledAnnouncer v1.6.3 is enabled!

    11:02:40 [INFO] SupplySign loaded 2 config parameters from config.yml.
    11:02:40 [INFO] SupplySign loaded 1108 items from items.csv.
    11:02:40 [INFO] SupplySign loaded 13 kits from kits.yml.
    11:02:40 [INFO] SupplySign version 1.5 is enabled!
    11:02:40 [INFO] WorldEdit 4.6 enabled.
    11:02:40 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    11:02:40 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    11:02:40 [INFO] WorldGuard: (world1) Single session is enforced.
    11:02:40 [INFO] WorldGuard: (world1) TNT ignition is PERMITTED.
    11:02:40 [INFO] WorldGuard: (world1) Lighters are PERMITTED.
    11:02:40 [INFO] WorldGuard: (world1) Lava fire is blocked.
    11:02:40 [INFO] WorldGuard: (world1) All fire spread is disabled.
    11:02:40 [INFO] WorldGuard: Loaded configuration for world 'world1"
    11:02:40 [INFO] WorldGuard: 9 regions loaded for 'world1'
    11:02:40 [INFO] WorldGuard 5.0-alpha10 enabled.
    11:02:40 [INFO] Done (0.246s)! For help, type "help" or "?"



    Everything works its just there isn't any groups because if you read it it says:

    11:02:39 [SEVERE] [Permissions] Shutting down Permissions due to error(s).


    Here are my groups:

    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    Guest:
    default: true
    info:
    prefix: '&8[Guest&8]'
    suffix: ''
    build: true
    permissions:
    - essentials.back
    - essentials.help
    - essentials.list
    - essentials.mail
    - essentials.msg
    - essentials.signs.disposal.use
    - essentials.signs.mail.create
    - essentials.signs.warp.use
    - essentials.spawn
    - mywarp.warp.sign.warp
    - '{essentials.signs.mail.use=null}'
    inheritance: []
    Builder:
    default: false
    info:
    prefix: '&6[&2Builder&6]'
    suffix: ''
    build: true
    permissions:
    - ac.chest
    - ac.workbench
    - essentials.clearinventory
    - essentials.home
    - essentials.kit.tools
    - essentials.me
    - essentials.sethome
    - essentials.signs.heal.use
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - lockette.user.create.*
    - myhome.home.basic.delete
    - myhome.home.basic.home
    - myhome.home.basic.set
    - myhome.home.soc.invite
    - myhome.home.soc.list
    - myhome.home.soc.others
    - myhome.home.soc.private
    - myhome.home.soc.public
    - myhome.home.soc.uninvite
    - mywarp.warp.basic.list
    - mywarp.warp.basic.warp
    - supplysign.access
    - supplysign.access.kitname
    inheritance:
    - guest
    VIP:
    default: false
    info:
    prefix: '&6[&3VIP&6]'
    suffix: ''
    build: true
    permissions:
    - essentials.tp
    - magiccarpet.mc
    - magiccarpet.ml
    - mywarp.warp.basic.createpublic
    inheritance:
    - builder
    VIP(2):
    default: false
    info:
    prefix: '&6[&9VIP(2)&6]'
    suffix: ''
    build: true
    permissions:
    - essentials.home.others
    - essentials.item
    - essentials.signs.disposal.create
    - essentials.signs.free.use
    - essentials.signs.heal.create
    inheritance:
    - vip
    VIP(3):
    default: false
    info:
    prefix: '&6[&cVIP(3)&6]'
    suffix: ''
    build: true
    permissions:
    - essentials.back.ondeath
    - essentials.signs.free.use
    - essentials.tphere
    - lockette.admin.snoop
    - mywarp.warp.sign.create
    - supplysign.create
    - supplysign.destroy
    inheritance:
    - vip(2)
    STAFF1:
    default: false
    info:
    prefix: '&6[&5STAFF1&6]'
    suffix: ''
    build: true
    permissions:
    - announcer.broadcast
    - essentials.give
    - essentials.god
    - essentials.god.others
    - essentials.kill
    - lockette.admin.break
    - mywarp.admin
    - mywarp.warp.basic.delete
    inheritance:
    - vip(3)
    STAFF2:
    default: false
    info:
    prefix: '&6[&5STAFF2&6]'
    suffix: ''
    build: true
    permissions:
    - essentials.ban
    - essentials.clearinventory.others
    - essentials.kick
    - essentials.tempban
    - essentials.unban
    - worldedit.compassport
    - worldedit.navigation.jumpto
    - worldedit.navigation.thru
    - worldedit.selection.*
    - worldguard.region.bypass.world1
    - worldguard.region.define
    inheritance:
    - staff1




    Can Anyone Help Me? And If so make it easy to understand im not really a tech kind of guy so talk like a human rather than a robot please thanks. :)
     
  12. Offline

    peas

    Code:
     Could not load 'plugins/Permissions.jar' in folder 'plugins':
    while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 102, column 21:
    
        ^
    
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:82)
            at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:156)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:174)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    wut do?????

    same error with your old permissions version, trying to link with towny

    do halp plox
     
  13. Offline

    incrjaysen

    hi.

    im using perm 3.0b - but the only ingame commands that lists valid to me is pr -reload [world]
    or the simple /pr

    i cant use the variety that is listed @ the wiki. each different command will tell me to use the reload commands in different ways....

    the wiki says, iG commands do work with 3.x
    is it a bug im stepping in, which has been fixed with the recent version?

    im admin with * permission / op on this server

    thanks for any advice guys
     
  14. Offline

    nzumbe

    Hey guys, i have a problem with permissions...
    I created my groups and tried to put me as an admin and a fried of mine as a moderator, but it won't work.
    I'm using craftbukkit818.
    Here are my files:

    GlobalGroups:
    groups:

    Default:

    default: true

    info:

    prefix: '&c'

    suffix: ''

    build: false


    permissions:

    - 'commandbook.who'

    - 'commandbook.motd'
    - 'commandbook.rules'
    - 'commandbook.spawn'
    - 'commandbook.teleport'
    - 'commandbook.whereami'
    - 'commandbook.bans.isbanned'
    - 'warpz0r.list'
    User:
    default: false
    info:
    prefix: '&2'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'commandbook.call'
    - 'commandbook.clear'
    - 'worldguard.region.claim'
    - 'worldguard.region.info'
    - 'worldedit.selection.*'
    - 'worldguard.region.addmember'
    - 'worldguard.region.removemember'
    - 'iConomy.rank'
    - 'iConomy.payment'
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.buy'
    - 'iConomyChestShop.command.iteminfo'
    - 'warpz0r.home'
    - 'warpz0r.sethome'
    - 'warpz0r.worldwarp'
    - 'warpz0r.worldhome'
    - 'warpz0r.set'
    Mod:

    default: false

    info:

    prefix: '&9'

    suffix: ''

    build: true

    inheritance:

    - User

    permissions:

    - 'commandbook.say.me'

    - 'ommandbook.kick'
    - 'commandbook.bans.ban'
    - 'commandbook.weather'
    Admin:

    default: false

    info:

    prefix: '&4'

    suffix: ''

    build: true

    inheritance:

    permissions:

    - '*'

    GlobalUsers:

    users:

    ME:

    groups:

    - Admin

    permissions:

    - simplereserve.enter.full

    - simplereserve.kick.prevent

    FRIEND:

    groups:

    - Mod

    permissions:

    - simplereserve.enter.kick

    - simplereserve.kick.prevent


    I hope you guys could find the mistake...
     
  15. Offline

    msw1

    Hmm....I upgraded from 2.7.4 to 3.1.5 and now I get this in the console
    [Permissions] version [2.7.2] (Yeti) loaded
     
  16. Offline

    Maxis010

    Everyone with permissions errors
    Go to the Permissions thread to get it sorted
     
  17. Offline

    ViruSpreadeR

    what does tracks do?
    i need help with this and pls qoute this message to reply
     
  18. Offline

    goblix

    Thanks for the reply, I guess I missed the table layouts in the wiki there, but anyways..
    Wondering if the commands are integrated at all to the SQL database anyways, it seems like they just update the YAML file and ignores SQL entirely..
    Also trying to figure out what goes in the permission string fields when enabling permissions.
    Is there a nice master list somewhere for the basic build, op, kick, etc.. commands?

    Tracks allow you list a set of groups together in which you can promote a using that list of groups in that track.
    Example: (code goes into groups.yaml or globalGroups.yaml)
    Code:
    tracks:
        trackname:
        - God
        - Admin
        - Moderator
        - Builder
    So if a user was set as a Builder you can issue the promote command on that user using the desired track and the user would then be moved to the group above it. So the promotion track would be:
    Builder -> Moderator -> Admin -> God

    Command Syntax:
    Code:
    /permissions <target> (w:<world>) promote <parent> (w:<parentworld>) <track>
    Hope this explains it..

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

    ViruSpreadeR

    so whats the point of the <parent> in the command?
     
  20. Offline

    Maxis010

    I looked in to simplifying the commands and I suppose it could be done, but the penalty would be while some would be easier the rest would become more difficult without a rebuild of the command handler
    Anyone who is interested in having the command structure changed go to my fork
    https://github.com/Maxis010/Permissions
    And put an issue in with what you want changed, I'll see what I can do and when I'm satisfied that I've made things easier on everyone I'll send a pull request to @TheYeti and @rcjrrjcr and see if they are willing to accept the changes
    I will only change the command arguments, so all commands will still run through /permissions and /pr so don't ask for /add, /remote etc
     
  21. Offline

    goblix

    Not gonna lie, not really sure what the <parent> refers to, maybe the current group the user is assigned to?
    it's probably going to have to be something to play around with, but I won't have my permissions up until I figure out how to integrate it with MySQL fully.
    But here is the link where I found my info from anyways:
    https://github.com/TheYeti/Permissions/wiki/Tracks
     
  22. Offline

    ViruSpreadeR

    i got it now...jeyge explained it to me already
    its in this site
     
  23. Offline

    incrjaysen

    did i provide too less info?
    as i use a hosted gameforge server, im not able to update/downgrade easily. any hint would be just awesome...
     
  24. Offline

    Phealoon

    I got this error:

    Code:
    2011-06-18 16:55:11 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-18 16:55:11 [SEVERE]     at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-18 16:55:11 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-18 16:55:11 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-18 16:55:11 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-18 16:55:11 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-18 16:55:11 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-18 16:55:11 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-18 16:55:11 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-18 16:55:11 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-18 16:55:11 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-18 16:55:11 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    The list of plugins I currently have are: AetaPriest,AlchemicalCauldron,automessages,CommandBook,CookieMonster,dynmap,FireControl,Gastronomic,iChat,iConomy,LocalShops,mcMMO,MuddersMilk,MyHome,NoWeather,Permissions,PhatLoots,Residence,Tuto,uQuest,VanishNoPickup,VoxelSniper,WorldEdit

    What can I do about my error?

    -Phea
     
  25. Offline

    parker_digg

    Resubmitting my question.
     
    RustyDagger likes this.
  26. Offline

    RustyDagger

    Wrap his name in ' ' Permissions thinks you have put a number in the file atm not a name so it is going wtf boom.

    Putting a ' at each end of his name will fix it issue because it makes it into text :D
     
  27. Offline

    ubentobox

    I once again am having odd issues. I dont see LOAD errors when I launch the shard at all. Though it seems certain commands just decide to throw an error. I am unable to run the Residence plugin commands, and the iConomyChestShop throws errors as well.

    I have Jobs plugin on here, and when I hit a block, I get the following errors SPAMMING my log. Talking a 20mb log for 100 hits or something.

    Pastebin - Crash Log

    My permissions file is here.

    My server start up file is here.

    After doing a restart an error did pop up but it is referring to the permissions linked above. I have contacted the Kits plugin dev but he said it seemed to be with the Permissions plugin. And since all the errors thrown involve permissions, I think I am setting something up incorrectly.

    If I restart the server it seems like a 50/50 chance that it will load without that error listed in the server startup.

    ********EDIT**********

    The list of plugins for the most part is listed on my site in my signature.
     
  28. Offline

    luckyslayer92

    I cannot get my tracks to work... I keep promoting and demoting with the success message but it actually does nothing to my commands...
     
  29. Offline

    KuroSnow

    Been having a weird bug spam comin on. Not really sure what's going on. Had no errors no errors no errors, now it's spamming the logs after anyone joins/moves and anybody who joins in can't do anything at all (regardless of level on the permissions file).

    Bukkit 860, Perm 3.1.5, McMMO 1.0.16 MultiVerse 1.7.2, etc etc (98% of my plugins are latest). Have had no changes since last working run.

    Tried reverting permissions to 2.7.4, fixed errors. Re=upgraded to 3.1.5, this happens again.

    Please and thank you.

    Show Spoiler

    2011-06-18 21:52:17 [INFO] Done (1.672s)! For help, type "help" or "?"
    2011-06-18 21:52:31 [INFO] KuroSnow [/127.0.0.1:49651] logged in with entity id 2592 at ([ Test] 183.78064007748995, 72.0, -604.323653257046)
    2011-06-18 21:52:31 [SEVERE] Could not pass event PLAYER_JOIN to mcMMO
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    at com.gmail.nossr50.mcPermissions.motd(mcPermissions.java:126)
    at com.gmail.nossr50.mcPlayerListener.onPlayerJoin(mcPlayerListener.java:103)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    at net.minecraft.server.Packet1Login.a(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    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)
    ... 16 more
    2011-06-18 21:52:31 [SEVERE] Could not pass event PLAYER_JOIN to MOTDAdvanced
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at ca.ziddia.motd.MOTDAdvancedPlayerListener.onPlayerJoin(MOTDAdvancedPlayerListener.java:11)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    at net.minecraft.server.Packet1Login.a(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    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-06-18 21:52:31 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    2011-06-18 21:52:31 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-06-18 21:52:31 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-18 21:52:31 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-18 21:52:31 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-06-18 21:52:31 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    2011-06-18 21:52:31 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-06-18 21:52:31 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-18 21:52:31 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    2011-06-18 21:52:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-18 21:52:32 [SEVERE] Exception in thread "Timer-0"
    2011-06-18 21:52:32 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    2011-06-18 21:52:32 [SEVERE] at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    2011-06-18 21:52:32 [SEVERE] at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    2011-06-18 21:52:32 [SEVERE] at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:151)
    2011-06-18 21:52:32 [SEVERE] at com.gmail.nossr50.mcTimer.run(mcTimer.java:34)
    2011-06-18 21:52:32 [SEVERE] at java.util.TimerThread.mainLoop(Unknown Source)
    2011-06-18 21:52:32 [SEVERE] at java.util.TimerThread.run(Unknown Source)
    2011-06-18 21:52:33 [SEVERE] Could not pass event PLAYER_MOVE to DiamondDetector
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at net.nekin.bukkit.plugin.diamonddetector.LocalPlayerListener.onPlayerMove(LocalPlayerListener.java:26)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    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-06-18 21:52:33 [SEVERE] Could not pass event PLAYER_MOVE to DiamondDetector
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at net.nekin.bukkit.plugin.diamonddetector.LocalPlayerListener.onPlayerMove(LocalPlayerListener.java:26)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-18 21:52:33 [SEVERE] Could not pass event PLAYER_MOVE to DiamondDetector
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at net.nekin.bukkit.plugin.diamonddetector.LocalPlayerListener.onPlayerMove(LocalPlayerListener.java:26)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-18 21:52:33 [SEVERE] Could not pass event PLAYER_MOVE to DiamondDetector
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at net.nekin.bukkit.plugin.diamonddetector.LocalPlayerListener.onPlayerMove(LocalPlayerListener.java:26)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-18 21:52:33 [SEVERE] Could not pass event PLAYER_MOVE to DiamondDetector
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at net.nekin.bukkit.plugin.diamonddetector.LocalPlayerListener.onPlayerMove(LocalPlayerListener.java:26)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  30. Offline

    acb5649

    Hello, I am having issues getting Permissions to work. Me and a friend tried all night editing the groups.yml to get it to work to no avail.
    Here's the server.log and here's the groups.yml.
    To summarize my problem, I think it's just a formatting error, but we have scoured it 3 times now and it all seems like it should work.
    Installed plugins: ChestShop, DefaultCommands, HeroChat, iConomy, LazyRoad, OwnBlocks, and WorldEdit.
    Any and all help is appreciated. Reply if you need more info.
     
  31. Offline

    caron300

    Hello, id need help. I set up my permissions so admin (me) have all permissions ('*') and added some to other groups.
    But the problem is: Alot of commands give internals errors, and defaults group ( Guest) can build even tho i set it to false. I think it is something with my YAML, because i used the YAML parser and it found an error, but i cant find it.

    EDIT: ONLY PERMISSIONS I ADDED MYSELF GIVE ME AN ERROR, THE ONES IN ESSENTIALS DOESNT (THEY WERE THERE BY DEFAULT)
    Ofcourse, it is my error, can some one tell me?

    EDIT2: i think that is groupmanagers, is it the same?

    Can some1 help me?
    Code:
    groups:
      Guest:
        default: true
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        inheritance: []
        info:
          prefix: 'Guest'
          build: false
          suffix: ''
      Super-Moderator:
        default: false
        permissions:
        - -groupmanager.mantogglesave
        - essentials
        - essentials.clearinventory
        - essentials.cooldown.bypass
        - essentials.deljail
        - essentials.give
        - essentials.god
        - essentials.heal
        - essentials.heal.others
        - essentials.invsee
        - essentials.item
        - essentials.jails
        - essentials.kickall
        - essentials.kit.*
        - essentials.mute
        - essentials.sell
        - essentials.setjail
        - essentials.signs.protection.override
        - essentials.spawnmob
        - essentials.teleport.cooldown.bypass
        - essentials.teleport.timer.bypass
        - essentials.togglejail
        - groupmanager.*
        - essentials.burn
        - vanish.vanish
        - vanish.list
        - vanish.nopickup
        - vanish.noaggromobs
        inheritance:
        - moderator
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions:
        - essentials.afk
        - essentials.back.ondeath
        - essentials.balance
        - essentials.chat.shout
        - essentials.compass
        - essentials.home
        - essentials.kit
        - essentials.kit.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.portal
        - essentials.protect
        - essentials.sethome
        - essentials.signs.buy.use
        - essentials.signs.disposal.create
        - essentials.signs.disposal.use
        - essentials.signs.free.use
        - essentials.signs.heal.use
        - essentials.signs.mail.create
        - essentials.signs.mail.use
        - essentials.signs.protection.create
        - essentials.signs.protection.use
        - essentials.signs.sell.use
        - essentials.signs.trade.create
        - essentials.signs.trade.use
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - bColoredChat.signColor
        - lwc.protect
        inheritance:
        - default
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.back
        - essentials.ban
        - essentials.banip
        - essentials.broadcast
        - essentials.delwarp
        - essentials.depth
        - essentials.eco
        - essentials.getpos
        - essentials.jump
        - essentials.kick
        - essentials.kill
        - essentials.setwarp
        - essentials.time
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.whois
        - essentials.world
        - groupmanager.listgroups
        - groupmanager.mandemote
        - groupmanager.manload
        - groupmanager.manpromote
        - groupmanager.mansave
        - groupmanager.manselect
        - groupmanager.manuadd
        - groupmanager.manudel
        - essentials.ext
        - bColoredChat.chatColor
        - lwc.mod
        - vanish.vanish
        - vanish.nopickup
        - vanish.noaggromobs
        inheritance:
        - builder
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - '*'
        - -essentials.protect.damage.*
        - vanish.vanish
        - vanish.list
        - vanish.nopickup
        - vanish.nopickup.list
        - vanish.noaggromobs
        - vanish.dont.hide
        inheritance:
        - semiadmin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    
    EDIT: i dont think i used any tabs, bu
     
Thread Status:
Not open for further replies.

Share This Page