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

    Jeyge

    @rcjrrjcr
    It looks like getGroup changed from getGroup(world, playername) in 2.7.4 to getGroup(world, group) in 3.0. I know the function is deprecated but it is causing a lot of problems with the chat plugins. Could the 3.0 version be changed back to taking a playername?

    Are your global files still empty and your storageconfig.yml? And are both your groups.yml and users.yml in your world folder with the correct casing? IE - World is different than world in some operating systems.

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

    Akuma

    The global files are empty and my storageconfig is configured to MySQL, and yeah, it's Casing is correct.
     
  4. Offline

    Jeyge

    If you are using MySQL, then those files we have been looking at will do nothing. :(
     
  5. Offline

    Revenger

    Guys Ill let you know use permissions 2 series if want stability this v3 is still very much under development and should only be used on testing servers as allot of plugins aren't supported yet so don't get confused and load this on your main server just yet.
     
  6. Offline

    Tyrant451

    You, my friend, are awesome! It's working now :) Thank you very much for the help! it's crazy how small things can be :p
     
  7. Offline

    DJ411

    ok, i was wondering if there is a method i can use so that i don't have to copy and paste all permission nodes.
    I basically have mods permissions as '*' right now. But lets say i don't want them to use the /lightning command! what would i do so they can't use that command without removing the '*'?
     
  8. Offline

    Jeyge

    Use "- '-<lightning permission>'".
     
  9. Offline

    DJ411

    so just a - before the permission! Thanks!
     
  10. Offline

    Revenger

    Use flat files YML for now mysql is very undocumented at the moment.
     
  11. Offline

    ARasputin

    How exactly do I set this up for MySQL?

    I have Logblock running, and it generates it's own tables and the like, uses the database "minecraft."
    So should I configure permissions to use the minecraft database or create a new one like "permissions"
    I'm very new to using MySQL for bukkit or in general so any and all help is greatly appreciated.

    This is what I put my storageconfig.yml file as

    Code:
    permissions:
        storage:
            type: SQL
            dbms: 'MYSQL'
            uri: 'jdbc:mysql://localhost:3306/permissions'
            username: 'root'
            password: 'password'
    Edit:

    Also, I am using Windows 7 to host my server and use the MySQL workbench, this is a screenshot of the windows, I THINK I have things set correctly but when I go ingame I am treated like a default user instead of an Admin
    Show Spoiler

    [​IMG]


    For good measure:

    globalGroups.yml
    Show Spoiler

    Code:
    groups:
        Newbies:
            default: true
            info:
                prefix: '&f[&dNewbie&f] '
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'commandbook.who'
                - 'commandbook.motd'
                - 'commandbook.rules'
                - 'commandbook.kit.list'
                - 'commandbook.kit.kits.starter'
                - 'commandbook.say'
                - 'commandbook.say.me'
                - 'craftbook.mech.cauldron'
                - 'worldedit.navigation.unstuck'
        Members:
            default: false
            info:
                prefix: '&f[&6Member&f] '
                suffix: ''
                build: true
            inheritance:
                - Newbies
            permissions:
                - 'citizens.basic.create'
                - 'citizens.basic.settext'
                - 'citizens.basic.help'
                - 'citizens.general.setname'
                - 'citizens.general.remove.singular'
                - 'citizens.help'
                - 'citizens.general.color'
                - 'citizens.general.colour'
                - 'citizens.general.setitem'
                - 'citizens.general.move'
                - 'citizens.general.getid'
                - 'citizens.general.select'
                - 'citizens.general.talkwhenclose'
                - 'citizens.general.lookatplayers'
                - 'citizens.trader.help'
                - 'citizens.trader.create'
                - 'citizens.trader.stock'
                - 'citizens.trader.viewmoney'
                - 'citizens.trader.balance'
                - 'citizens.blacksmith.repair'
                - 'citizens.healer.help'
                - 'citizens.heal.status'
                - 'citizens.wizard.help'
                - 'citizens.wizard.locations'
                - 'citizens.wizard.useteleport'
                - 'commandbook.spawn'
                - 'commandbook.return'
                - 'commandbook.call'
                - 'commandbook.msg'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.whois'
                - 'commandbook.whois.other'
                - 'craftbook.mech.*'
                - 'craftbook.ic.safe'
                - 'herochat.create'
                - 'herochat.color'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.bank.*'
                - 'myhome.home.basic.*'
                - 'myhome.home.soc.*'
                - 'worldedit.fixlava'
                - 'worldedit.fixwater'
                - 'worldguard.slay'
                - 'worldguard.locate'
                - 'worldguard.region.claim'
                - 'worldguard.region.info'
                - 'logblock.lookup'
                - 'logblock.tool'
                - 'logblock.toolblock'
                - 'logblock.me'
                - 'logblock.area'
                - 'lockchest.*'
        Moderators:
            default: false
            info:
                prefix: '&f[&bMod&f] '
                suffix: ''
                build: true
            inheritance:
                - Members
            permissions:
                - 'citizens.healer.create'
                - 'citizens.wizard.create'
                - 'citizens.blacksmith.create'
                - 'citizens.wizard.addloc'
                - 'citizens.wizard.removeloc'
                - 'citizens.wizard.changeteleport'
                - 'citizens.healer.level'
                - 'citizens.general.tp'
                - 'commandbook.give'
                - 'commandbook.more'
                - 'commandbook.spawnmob'
                - 'commandbook.teleport'
                - 'commandbook.mute'
                - 'commandbook.clear.other'
                - 'commandbook.kick'
                - 'commandbook.bans.*'
                - 'craftbook.ic.*'
                - 'worldedit.brush.*'
                - 'worldedit.clipboard.*'
                - 'worldedit.navigation.*'
                - 'worldedit.history.*'
                - 'worldedit.region.*'
                - 'worldedit.regen'
                - 'worldedit.scripting.*'
                - 'worldedit.selection.*'
                - 'worldedit.wand'
                - 'worldedit.wand.toggle'
                - 'worldedit.analysis.*'
                - 'worldedit.snapshots.*'
                - 'worldedit.superpickaxe'
                - 'worldedit.tool.info'
                - 'worldedit.fill'
                - 'worldedit.extinguish'
                - 'worldedit.remove'
                - 'worldguard.heal'
                - 'worldguard.region.define'
                - 'worldguard.region.redefine'
                - 'worldguard.region.select'
                - 'worldguard.region.list'
                - 'worldguard.region.flag'
                - 'worldguard.region.setpriority'
                - 'worldguard.region.setparent'
                - 'worldguard.region.remove'
                - 'worldguard.region.addmember'
                - 'worldguard.region.addowner'
                - 'worldguard.region.removemember'
                - 'worldguard.removeowner'
                - 'logblock.rollback'
                - 'backup.canbackup'
        SemiAdmins:
            default: false
            info:
                prefix: '&f[&cSemiAdmin&f] '
                suffix: ''
                build: true
            inheritance:
                - Moderators
            permissions:
                - 'citizens.admin.unlimitedstock'
                - 'commandbook.give.*'
                - 'commandbook.more.infinite'
                - 'commandbook.intro'
                - 'commandbook.midi'
                - 'commandbook.kit.kits.*'
                - 'commandbook.setspawn'
                - 'commandbook.time'
                - 'commandbook.spawnmob.more'
                - 'commandbook.weather'
                - 'commandbook.weather.thunder'
                - 'commandbook.teleport.other'
                - 'commandbook.broadcast'
                - 'commandbook.reload'
                - 'herochat.admin'
                - 'iConomy.admin.*'
                - 'myhome.admin'
                - 'myhome.convert'
                - 'worldedit.generation.*'
                - 'worldedit.chunkinfo'
                - 'worldedit.listchunks'
                - 'worldedit.delchunks'
                - 'worldedit.superpickaxe.*'
                - 'worldedit.tool.*'
                - 'worldedit.fill.recursive'
                - 'worldedit.drain'
                - 'worldedit.removeabove'
                - 'worldedit.removebelow'
                - 'worldedit.removenear'
                - 'worldedit.replacenear'
                - 'worldedit.snow'
                - 'worldedit.thaw'
                - 'worldedit.butcher'
                - 'worldedit.reload'
                - 'worldguard.god'
                - 'worldguard.god.other'
                - 'worldguard.heal.other'
                - 'worldguard.slay.other'
                - 'worldguard.fire-toggle.stop'
                - 'worldguard.reload'
                - 'worldguard.report'
                - 'xauth.admin.*'
        Admins:
            default: false
            info:
                prefix: '&f[&4Admin&f] '
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - '-xauth.exclude'
    


    globalUsers.yml
    Show Spoiler

    Code:
    users:
        ARasputin:
            groups:
                - Admins
            permissions:
        khadji:
            groups:
                - SemiAdmins
            permissions:
        Mr_Cotton_Candy:
            groups:
                - Moderators
            permissions:
        candy_commando:
            groups:
                - Moderators
            permissions:
        cymi:
            groups:
                - Newbies
            permissions:
        caelan:
            groups:
                - Newbies
            permissions:
        ilovefred:
            groups:
                - Members
            permissions:
        ixitacosixi:
            groups:
                - Members
            permissions:
        sleeping_panda:
            groups:
                - Members
            permissions:
        deitylink:
            groups:
                - Members
            permissions:
            
     
  12. Offline

    rcjrrjcr

    3.0.2 released. Fixes getGroup bug. Chat plugins should (hopefully) be functional again.
     
  13. Offline

    Pim1234

    on startup:
    Code:
    13:43:48 [SEVERE] tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.2 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
        at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:111)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:104)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    and when i disable:
    Code:
    13:44:26 [SEVERE] Error occurred while disabling Permissions v3.0.2 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:126)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
        at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:290)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:309)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:243)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:127)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:271)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:386)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    did i do something wrong?
     
  14. Offline

    Joegabe

    Odd, thank you for finding that out though. The hosting company I use installed something called Chunkster onto my server too, could that have anything to do with it?
     
  15. Offline

    rcjrrjcr

    It's with Permissions, at least for 3.0.1. It should be fixed in 3.0.2.
    I'm guessing it's a problem with your JVM. Post the output of "java -version" on the command line please.
     
  16. Offline

    Revenger

    I had the same error as you read above I took every plugin out and adding them one by one its working atm though a few plugins to put back still, if I find out I'll let you know.

    Also can you make /permissions not a global command to everyone.

    I can use it without a permission to use /permissions.
     
  17. Offline

    andrewkm

    @rcjrrjcr
    So glad to see this! <3 thanks so much for this! Old thread should be closed and pointed towards this one! See if mods can do it please :) Would get lots more attention here and more bug reports thus leading to more fixes :D
     
  18. Offline

    rcjrrjcr

    There are permissions for the commands. See https://github.com/TheYeti/Permissions/wiki/Chat-Commands . Also, that error is weird as it should have been detected at compile time, hence I asked for his/her version of Java.
    I'm keeping the old one alive as there are still some issues to iron out in 3.x. I'll close it when P3 is more stable than it is now. And I can't edit the OP of the old thread to get people to come here.
     
  19. Offline

    Revenger

    Ok then why can I do these permissions in the screenshot when I have no permission stuff in my configs?

    Same with 3.2 I thought i grabbed and just added then.

    [​IMG]

    Sigh put 3.0.2 in mcdocs broke :( so a change between 3.0.1 to 3.0.2 did it :/

    Code:
    23:02:10 [SEVERE] Could not pass event PLAYER_JOIN to MCDocs
    java.lang.NullPointerException
            at com.tazzernator.bukkit.mcdocs.MCDocsListener.groupMotd(MCDocsListener.java:655)
            at com.tazzernator.bukkit.mcdocs.MCDocsListener.onPlayerJoin(MCDocsListener.java:641)
            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.a(ServerConfigurationManager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    23:02:10 [WARNING] Missing a prefix or suffix for null
    
    Below is what you mentioned to use :/

    Global Users
    Code:
    users:
        drguild:
            permissions:
            groups:
            - '?,Member'
    World Users auto populated when logging into the world
    Code:
        drguild:
            permissions: null
            groups: null
     
  20. Offline

    Pim1234

    not done giving errors yet:
    when joining:
    Code:
    13:59:46 [INFO] pim16aap2 [/94.215.160.147:45564] logged in with entity id 1533 at (-90.5, 80.62000000476837, 0.5)
    13:59:46 [SEVERE] Exception in thread "Timer-2"
    13:59:46 [SEVERE] 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"
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    13:59:46 [SEVERE]     at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:150)
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcTimer.run(mcTimer.java:32)
    13:59:46 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:512)
    13:59:46 [SEVERE]     at java.util.TimerThread.run(Timer.java:462)
    13:59:46 [SEVERE] Could not pass event PLAYER_JOIN to mcMMO
    java.lang.LinkageError: 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:88)
        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.a(ServerConfigurationManager.java:94)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    13:59:46 [SEVERE] Exception in thread "Timer-0"
    13:59:46 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    13:59:46 [SEVERE]     at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:150)
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcTimer.run(mcTimer.java:32)
    13:59:46 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:512)
    13:59:46 [SEVERE]     at java.util.TimerThread.run(Timer.java:462)
    13:59:46 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    13:59:46 [SEVERE]     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    13:59:46 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    13:59:46 [SEVERE]     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    13:59:46 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    13:59:46 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    13:59:46 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    13:59:46 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    13:59:46 [SEVERE]     ... 6 more
    13:59:46 [SEVERE] Exception in thread "Timer-1"
    13:59:46 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    13:59:46 [SEVERE]     at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:150)
    13:59:46 [SEVERE]     at com.gmail.nossr50.mcTimer.run(mcTimer.java:32)
    13:59:46 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:512)
    13:59:46 [SEVERE]     at java.util.TimerThread.run(Timer.java:462)
    13:59:46 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    13:59:46 [SEVERE]     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    13:59:46 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    13:59:46 [SEVERE]     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    13:59:46 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    13:59:46 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    13:59:46 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    13:59:46 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    13:59:46 [SEVERE]     ... 6 more
    
    and when placing a block:
    Code:
    15:48:12 [SEVERE] java.lang.NullPointerException
    15:48:12 [SEVERE]     at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:44)
    15:48:12 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
    15:48:12 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    15:48:12 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    15:48:12 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    15:48:12 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    15:48:12 [SEVERE]     at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    15:48:12 [SEVERE]     at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    15:48:12 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    15:48:12 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
    15:48:12 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
    15:48:12 [SEVERE]     at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    15:48:12 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    15:48:12 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    15:48:12 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    15:48:12 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    15:48:12 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
     
  21. Offline

    Atticusmas

    yep. i need new pants.
     
  22. Offline

    desht

    The on-the-fly permissions modification looks very interesting, but is there any documentation on how to do this via an API? I've just released another command sign plugin (ScrollingMenuSign), and one feature I'm toying with is to allow commands to be executed with elevated privileges, i.e. bypassing default permissions checks. If there's an API to do this, my plugin could temporarily grant permission to a user for a specific command, run the command for the user (via Player.chat()), and then revoke the permission again. Feasible?
     
  23. Offline

    Joegabe

    I'm still having no luck with it. It loads fine, no errors, I just don't have any permissions to do anything.

    I have this for my GlobalUsers.yml and Users.yml:
    Code:
    users:
      joegabe:
        groups:
            - THE-OWNER
      mrsippycups:
        groups:
            - MOD
      WhiteaaaasauR:
        groups:
             - ADMIN
      acm09d:
        groups:
            - PLAYER
      alatham:
        groups:
            - PLAYER
      biooml:
        groups:
            - PLAYER
      bambi5511:
        groups:
            - KINDA-OWNERISH
      yankeesown27:
        groups:
            - KINDA-OWNERISH
      Nate_Tauer:
        groups:
            - PLAYER
      Gusman12:
        groups:
            - PLAYER
      Darkman4555:
        groups:
            - PLAYER
      matoro_toa:
        groups:
            - PLAYER
      totalown:
        groups:
            - PLAYER
    
    and I have this for my GlobalGroups and Groups.yml
    Code:
    groups:
      NOOB:
        default: true
        info: {prefix: '&b', suffix: '', build: false}
        inheritance: null
        permissions: [essentials.signs.free.use, essentials.signs.disposal.use, essentials.signs.heal.use,
          essentials.depth, essentials.getpos, essentials.compass, essentials.top, essentials.back,
          essentials.back.ondeath, essentials.msg, essentials.afk, essentials.list, essentials.spawn,
          essentials.kit, essentials.kit.starter, epiczones.willhouse.build.deny, epiczones.willhouse.destroy.deny,
          epiczones.joehome.build.deny, epiczones.joehome.destroy.deny, epiczones.jakehome.build.deny,
          epiczones.jakehome.destroy.deny, epiczones.andrewhome.build.deny, epiczones.andrewhome.destroy.deny,
          epiczones.spawn.build.deny, epiczones.spawn.destroy.deny, epiczones.store.build.deny,
          epiczones.store.destroy.deny, epiczones.fstore.build.deny, epiczones.fstore.destroy.deny,
          epiczones.jail.build.deny, epiczones.jail.destroy.deny, epiczones.willmine1.build.deny,
          epiczones.willmine1.destroy.deny, epiczones.joemine.build.deny, epiczones.joemine.destroy.deny,
          epiczones.casino.build.deny, epiczones.casino.destroy.deny, epiczones.joefarm.build.deny,
          epiczones.joefarm.destroy.deny, epiczones.fountain.build.deny, epiczones.fountain.destroy.deny,
          epiczones.andrewfarm.destroy.deny, epiczones.andrewfarm.build.deny, epiczones.willcactus.build.deny,
          epiczones.willcactus.destroy.deny, epiczones.emberhome.destroy.deny, epiczones.emberhome.build.deny,
          epiczones.metrohome.destroy.deny, epiczones.metrohome.build.deny, epiczones.whitehome.build.deny,
          epiczones.whitehome.destroy.deny, epiczones.cargo.build.deny, epiczones.cargo.destroy.deny,
          epiczones.geruhome.build.deny, epiczones.geruhome.destroy.deny, epiczones.metrobro.build.deny,
          epiczones.metrobro.destroy.deny, epiczones.joehill.build.deny, epiczones.joehill.destroy.deny,
          epiczones.target.build.deny, epiczones.target.destroy.deny, wolfnames.set, wolfnames.show,
          epiczones.games.build.deny, epiczones.games.destroy.deny, epiczones.gameport.build.deny,
          epiczones.gameport.destroy.deny, epiczones.dun1.build.deny, epiczones.dun1.destroy.deny,
          epiczones.labydoor.build.deny, epiczones.labydoor.destroy.deny, epiczones.lavamaze.build.deny,
          epiczones.lavamaze.destroy.deny, epiczones.arrow.build.deny, epiczones.arrow.destroy.deny,
          epiczones.adminroom.build.deny, epiczones.adminroom.destroy.deny, mothernature.command.umbrella,
          essentials.rules]
      PLAYER:
        default: false
        info: {prefix: '&3', suffix: '', build: true}
        inheritance: null
        permissions: [essentials.signs.protection.create, essentials.signs.protection.use,
          essentials.signs.free.use, essentials.signs.disposal.use, essentials.signs.heal.use,
          essentials.depth, essentials.getpos, essentials.compass, essentials.top, essentials.back,
          essentials.back.ondeath, essentials.tptoggle, essentials.tpa, essentials.tpaccept,
          essentials.tpdeny, essentials.tp, essentials.tpahere, essentials.tphere, essentials.home,
          essentials.sethome, essentials.warp, essentials.warp.list, essentials.msg, essentials.afk,
          essentials.list, essentials.mail.send, essentials.kit, essentials.kit.farm,
          essentials.kit.landscape, essentials.kit.starter, essentials.spawn, superheat.sh,
          turnstile.use, turnstile.make, turnstile.link, turnstile.owner, localshops.buysell,
          localshops.manage, localshops.manage.owner, localshops.create, localshops.create.free,
          localshops.move, localshops.move.free, localshops.destroy, localshops.reload,
          iConomy.payment, iConomy.rank, iConomy.list, bColoredChat.color, minestalker.use,
          wolfnames.set, wolfnames.show, mothernature.command.umbrella, essentials.rules,
          essentials.warp.aquahouse, essentials.warp.bulletin, essentials.warp.cargo,
          essentials.warp.dispense, essentials.warp.free, essentials.warp.gametime, essentials.warp.harbor,
          essentials.warp.lookout, essentials.warp.minecart, essentials.warp.sand, essentials.warp.skydive,
          essentials.warp.store, essentials.warp.town]
      LABYRINTH:
        default: false
        info: {prefix: '&a', suffix: '', build: true}
        inheritance: null
        permissions: [essentials.warp, essentials.back, turnstile.use]
      CO-OP:
        default: false
        info: {prefix: '&f', suffix: '', build: true}
        inheritance: null
        permissions: [essentials.warp, essentials.back, turnstile.use]
      MOD:
        default: false
        info: {prefix: '&1', suffix: '', build: true}
        inheritance: null
        permissions: [essentials.signs.protection.create, essentials.signs.protection.use,
          essentials.signs.free.use, essentials.signs.disposal.create, essentials.signs.disposal.use,
          essentials.signs.heal.create, essentials.signs.heal.use, essentials.depth, essentials.getpos,
          essentials.compass, essentials.top, essentials.jump, essentials.back, essentials.back.ondeath,
          essentials.tptoggle, essentials.tpa, essentials.tpaccept, essentials.tpdeny,
          essentials.tp, essentials.tpo, essentials.tpahere, essentials.tphere, essentials.tpohere,
          essentials.home, essentials.sethome, essentials.warp, essentials.warp.list,
          essentials.setwarp, essentials.delwarp, essentials.msg, essentials.afk, essentials.rules,
          essentials.motd, essentials.list, essentials.whois, essentials.burn, essentials.ext,
          essentials.mute, essentials.kick, essentials.kit, essentials.tree, essentials.bigtree,
          essentials.spawn, essentials.kit.starter, essentials.kit.farm, essentials.kit.landscape,
          superheat.sh, turnstile.use, turnstile.make, turnstile.link, turnstile.owner,
          localshops.buysell, localshops.manage, localshops.manage.owner, localshops.create,
          localshops.create.free, localshops.move, localshops.move.free, localshops.reload,
          iConomy.payment, iConomy.rank, iConomy.list, bColoredChat.color, essentials.time,
          minestalker.use, wolfnames.set, wolfnames.show, mothernature.command.umbrella,
          essentials.warp.aquahouse, essentials.warp.bulletin, essentials.warp.cargo,
          essentials.warp.dispense, essentials.warp.free, essentials.warp.gametime, essentials.warp.harbor,
          essentials.warp.lookout, essentials.warp.minecart, essentials.warp.sand, essentials.warp.skydive,
          essentials.warp.store, essentials.warp.town, essentials.warp.castle, mothernature.command.sun,
          essentials.togglejail]
      ADMIN:
        default: false
        info: {prefix: '&4', suffix: '', build: true}
        inheritance: null
        permissions: [essentials.signs.protection.create, essentials.signs.protection.use,
          essentials.signs.free.create, essentials.signs.free.use, essentials.signs.disposal.create,
          essentials.signs.disposal.use, essentials.depth, essentials.getpos, essentials.compass,
          essentials.top, essentials.jump, essentials.back, essentials.back.ondeath, essentials.tptoggle,
          essentials.tpa, essentials.tpaccept, essentials.tpdeny, essentials.tp, essentials.tpo,
          essentials.tpahere, essentials.tphere, essentials.tpohere, essentials.home,
          essentials.sethome, essentials.warp, essentials.warp.list, essentials.setwarp,
          essentials.delwarp, essentials.msg, essentials.afk, essentials.rules, essentials.motd,
          essentials.list, essentials.whois, essentials.gc, essentials.spawnmob, essentials.clearinventory,
          essentials.broadcast, essentials.burn, essentials.ext, essentials.ping, essentials.ban,
          essentials.banip, essentials.mute, essentials.kickall, essentials.unban, essentials.unbanip,
          essentials.kit.starter, essentials.kit.landscape, essentials.kit.farm, essentials.time,
          essentials.tree, essentials.bigtree, essentials.heal, superheat.sh, turnstile.use,
          turnstile.make, turnstile.link, turnstile.owner, turnstile.delete, turnstile.price,
          turnstile.admin.list, turnstile.admin.locate, localshops.buysell, localshops.manage,
          localshops.manage.owner, localshops.create, localshops.create.free, localshops.move,
          localshops.move.free, localshops.reload, iConomy.payment, iConomy.rank, iConomy.list,
          iConomy.admin.grant, bColoredChat.color, minestalker.use, minestalker.optin,
          minestalker.optout, wolfnames.set, wolfnames.show, essentials.invsee, essentials.togglejail,
          mothernature.command.umbrella, essentials.warp.aquahouse, essentials.warp.bulletin,
          essentials.warp.cargo, essentials.warp.dispense, essentials.warp.free, essentials.warp.gametime,
          essentials.warp.harbor, essentials.warp.lookout, essentials.warp.minecart, essentials.warp.sand,
          essentials.warp.skydive, essentials.warp.store, essentials.warp.town, essentials.warp.castle,
          mothernature.command.sun, essentials.weather, essentials.spawn]
      KINDA-OWNERISH:
        default: false
        info: {prefix: '&a', suffix: '', build: true}
        inheritance: null
        permissions: [essentials.signs.protection.create, essentials.signs.protection.use,
          essentials.signs.free.create, essentials.signs.free.use, essentials.signs.disposal.create,
          essentials.signs.disposal.use, essentials.depth, essentials.getpos, essentials.compass,
          essentials.top, essentials.jump, essentials.back, essentials.back.ondeath, essentials.tptoggle,
          essentials.tpa, essentials.tpaccept, essentials.tpdeny, essentials.tp, essentials.tpo,
          essentials.tpahere, essentials.tphere, essentials.tpohere, essentials.home,
          essentials.sethome, essentials.warp, essentials.warp.list, essentials.setwarp,
          essentials.delwarp, essentials.msg, essentials.afk, essentials.rules, essentials.motd,
          essentials.list, essentials.whois, essentials.gc, essentials.spawnmob, essentials.clearinventory,
          essentials.broadcast, essentials.burn, essentials.ext, essentials.ping, essentials.ban,
          essentials.banip, essentials.mute, essentials.kickall, essentials.unban, essentials.unbanip,
          essentials.kit.starter, essentials.kit.landscape, essentials.kit.farm, essentials.time,
          essentials.tree, essentials.bigtree, essentials.heal, superheat.sh, turnstile.use,
          turnstile.make, turnstile.link, turnstile.owner, turnstile.delete, turnstile.price,
          turnstile.admin.list, turnstile.admin.locate, localshops.buysell, localshops.manage,
          localshops.manage.owner, localshops.create, localshops.create.free, localshops.move,
          localshops.move.free, localshops.reload, iConomy.payment, iConomy.rank, iConomy.list,
          iConomy.admin.grant, bColoredChat.color, minestalker.use, minestalker.optin,
          minestalker.optout, wolfnames.set, wolfnames.show, essentials.invsee, essentials.togglejail,
          mothernature.command.umbrella, essentials.warp.aquahouse, essentials.warp.bulletin,
          essentials.warp.cargo, essentials.warp.dispense, essentials.warp.free, essentials.warp.gametime,
          essentials.warp.harbor, essentials.warp.lookout, essentials.warp.minecart, essentials.warp.sand,
          essentials.warp.skydive, essentials.warp.store, essentials.warp.town, essentials.warp.castle,
          mothernature.command.sun, yeditor.editor, essentials.item, epiczones.admin,
          essentials.weather]
      THE-OWNER:
        default: false
        info: {prefix: '&2', suffix: '', build: true}
        inheritance: null
        permissions: [essentials.signs.mail.create, essentials.signs.mail.use, essentials.signs.protection.create,
          essentials.signs.protection.use, essentials.signs.protection.override, essentials.signs.free.create,
          essentials.signs.free.use, essentials.signs.disposal.create, essentials.signs.disposal.use,
          essentials.signs.heal.create, essentials.signs.heal.use, essentials.depth, essentials.getpos,
          essentials.compass, essentials.top, essentials.jump, essentials.back, essentials.back.ondeath,
          essentials.tptoggle, essentials.tpa, essentials.tpaccept, essentials.tpdeny,
          essentials.tp, essentials.tpo, essentials.tpahere, essentials.tphere, essentials.tpohere,
          essentials.home, essentials.sethome, essentials.warp, essentials.warp.list,
          essentials.setwarp, essentials.delwarp, essentials.eco, essentials.worth, essentials.sell,
          essentials.balance, essentials.pay, essentials.msg, essentials.afk, essentials.rules,
          essentials.motd, essentials.list, essentials.mail.send, essentials.whois, essentials.essentials,
          essentials.reloadall, essentials.gc, essentials.plugin, essentials.spawnmob,
          essentials.clearinventory, essentials.broadcast, essentials.antioch, essentials.burn,
          essentials.ext, essentials.kill, essentials.ping, essentials.ban, essentials.banip,
          essentials.mute, essentials.kickall, essentials.unban, essentials.unbanip, essentials.togglejail,
          essentials.jail.exempt, essentials.setjail, essentials.give, essentials.item,
          essentials.kit.*, essentials.time, essentials.tree, essentials.bigtree, essentials.god,
          essentials.heal, essentials.spawn, essentials.setspawn, epiczones.admin, epiczones.who,
          epiczones.admin, superheat.sh, chickenBombs, turnstile.use, turnstile.make,
          turnstile.link, turnstile.owner, turnstile.delete, turnstile.price, turnstile.admin.bank,
          turnstile.admin.list, turnstile.admin.locate, turnstile.admin.ignore.price,
          turnstile.admin.ignore.cost, turnstile.admin.ignore.owner, localshops.buysell,
          localshops.manage, localshops.manage.owner, localshops.create, localshops.create.free,
          localshops.move, localshops.move.free, localshops.destroy, localshops.reload,
          localshops.admin, snowballz.aremadebyhand, snowballz.changeblocks, snowballz.dodamage,
          snowballz.putoutfire, iConomy.payment, iConomy.access, iConomy.rank, iConomy.list,
          iConomy.admin.grant, iConomy.admin.set, iConomy.admin.stats, iConomy.admin.reset,
          iConomy.admin.account.create, iConomy.admin.account.remove, bColoredChat.color,
          minestalker.use, minestalker.optin, minestalker.optout, slots.create, slots.remove,
          slots.set, slots.info, slots.save, slots.load, eggplugin, nocheat.notify, dungeongenerator.dungeongenerate,
          wolfnames.set, wolfnames.show, VIP.add, VIP.remove, VIP.enable, VIP.disable,
          VIP.kickToggle, VIP.VIP, essentials.invsee, yeditor.editor, colorme.list, colorme.self,
          colorme.other, colorme.remove, mothernature.command.help, mothernature.command.version,
          mothernature.command.reload, mothernature.command.rain, mothernature.command.thunder,
          mothernature.command.lightning, mothernature.command.sun, mothernature.command.umbrella,
          mothernature.wand, epiczones.admin, epiczones.who, to3.zeus.strike, to3.zeus.multiStrike,
          to3.zeus.strikeandexplode, choptree.chop, essentials.kill, essentials.seen]
    the storageconfig is empty
     
  24. Offline

    rcjrrjcr

    Permissions 3.0.3 released. Fixes a NPE when plugins attempt to call getGroup.
    PermissionHandler has the addUserPermission() and removeUserPermission() methods.
     
    desht likes this.
  25. Offline

    Revenger

    That fixed the grouping that but still have access to the permissions commands I shouldn't have.

    Want to jump on my server if your interested in doing some testing?

    I know I don't have those permissions nodes for the commands in.

    As this is all I have for some worlds and do have that permissions access by that screenshot above.

    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&f'
                suffix: ''
                build: false
            inheritance:
            permissions:
            - guestprev.access.commands
            - essentials.list
            - essentials.me
            - essentials.msg
            - essentials.mail
            - essentials.mail.read
            - essentials.mail.clear
            - essentials.mail.send
            - essentials.afk
            - essentials.suicide
            - mcdocs./registration
            - mcdocs./motd
            - mcdocs./rules
            - multiverse.list
            - multiverse.world.spawn
            - deathtpplus.streak
            - deathtpplus.deaths
            - deathtpplus.kills
        Member:
            default: false
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
            - guest
            permissions:
            - guestprev.is.authorized
            - essentials.depth
            - essentials.compass
            - essentials.getpos
            - logblock.me
            - iConomy.access
     
  26. Offline

    kaasinees

    question... i have groups.yml and users.yml outside a world folder, do i need to prefix them with global?
     
  27. Offline

    fugue2005

    didn't see it answered and can't find it in the docs.

    1: how do you define tracks
    2: my storageconfig is still empty, what exactly is supposed to go in there?
     
  28. Offline

    Fluff

    I'm trying to get all the permission nodes of a user, including the permissions for the groups to which the user belongs. Is there a method for this, or do I need to build this myself? Specifically, does User.getAllPermissions() do what I want, or does it only return the permissions defined to that user?
     
  29. Offline

    Pim1234

    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
     
  30. Offline

    eRko16

    WTF!

    On localhost(W7) it works perfectly but on Normal server(Linux) it doesn't work! :/ Every plugin write something with permissions in console..

    2011-05-26 17:39:22 [SEVERE] Could not pass event PLAYER_JOIN to BigBrother
    java.lang.NullPointerException
    at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java:44)
    at me.taylorkelly.bigbrother.BBPermissions.watch(BBPermissions.java:63)
    at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerJoin(BBPlayerListener.java:86)
    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.a(ServerConfigurationManager.java:94)
    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.a(NetworkManager.java:196)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  31. Offline

    Revenger

    Getting allot of those myself.

    Doing a fresh install of all plugins and working on them one by one configuring them till I get them loaded.
     
Thread Status:
Not open for further replies.

Share This Page