Inactive [ADMN/DEV] Permissions v2.7.4 (Phoenix) - DISCONTINUED! 3.0 has a new home!

Discussion in 'Inactive/Unsupported Plugins' started by TheYeti, Feb 25, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    TheYeti

    Permissions 2.7.4 (Phoenix) - Now with AntiBuild built in!
    Download:
    Latest Stable: Full Zip | Jar Only
    Latest Dev Build: Full Zip | Jar Only
    Previous Versions: 2.7.3 (JAR) | 2.7.2 (JAR) | 2.7.1 (JAR) | 2.7 (JAR) | 2.6 (JAR) | 2.5.5 (JAR) | 2.5.4 (JAR) | 2.5.3 (JAR) | 2.5.2 (JAR) | 2.5.1 (JAR) | 2.5 (JAR) | 2.4 (JAR) | 2.3 (JAR) | 2.2 (JAR)

    Plugin Authors: How to hook into Permissions

    Permissions 2.x is being discontinued! 3.0 can be found HERE!!!


    I am discontinuing Permissions 2.x and leaving the project. Permissions is not going away though! Since 2.6 I have been working closely with another developer and added them to the team. For the past several version they have not only been assisting with 2.x but also doing a lot of the development of much anticipated 3.x. rcjrrjcr will be taking over as lead developer of Permissions from 3.x forward. I have full faith in them and after working closely with them on the development on the last few version and the next major version I feel that I am leaving this project in more than capable hands. I put way to much work into this project to just leave it with anyone, and this is one of the few programs that I am incredibly proud of.

    Many people will probably wonder why I am leaving again after taking over the project just a few months ago. I could quote drama and headaches, of which there were quite a few with this project. Unfortunately real life happens. Many people already know that I have been having medical issues here lately. Unfortunately while they have gotten better, they have not gone away. This coupled with other real life commitments, going to school full time, and starting up my own company, I am currently in the process of being laid off from work. At this point I have so much stuff going on in my life and am being pulled in so many directions that I am not able to get any work done on anything. This has lead to me missing commitments and letting people down on multiple things.

    Permissions is also a very high maintenance plugin that requires a lot of attention and time. Right now I am not able to devote that time and do not feel it is fair for me to try to continue to be the lead developer on it. I had originally thought that adding other members to the team would be helpful, but unfortunately this just lead to frustration for them and myself as I just was not able to commit to the project enough. Hence, 3.0 has been rewritten almost exclusively by rcjrrjcr with minimal contributions by myself.

    At this point I will be stepping away from the project to focus more on real life and to try to free up some time for other projects and to work with more individual like the wonderful HeroCraft Coding team to fulfill some commitments that I made to them a long time ago and sadly did not come through on. I feel that this is the best for all involved, both myself and the other Permissions developers, as well as the community who deserve someone who can contribute more time and attention to them and supporting them. I do not want to see Permissions end up like many other plugins with an absentee programmer and just slowly wasting away from a great plugin with a lot of potential to a headache with no support.

    I will still be active in the community, just not as much as not in the same way. I'm sure my server will be more than happy to have their head admin back and active again as well.

    Thank you and happy gaming.




    Changelog
    • 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
    • 2.6
      • Pulled in commits by rcjrrjcr
      • Fixed versioning. Last version should have technically been 2.6
      • Fixed invalid config file being written
      • Fixed erroneous conversion message.
    • 2.5.5
      • Updated to be compliant with CB600+
      • Further Maven Integration and Autobuilding
      • Better handling of configuration file errors.
        • If you do not have a world config file for the default world at startup it will now look for config.yml
        • If it cannot find that it will look for world.yml instead in case you named it that when that is not what is in level-name:
        • It will rewrite the config file to be the proper name. At this time it does not delete the old one though.
      • Removed defunct public abstract calls. If your not using the right one by now you should be shot anyway.
    • 2.5.4
        • Added Command aliases for perms and pr
        • Changed the way directories are handled.
        • Stopped it from creating an empty <world>.yml file in base directory
        • Moved project to using Maven.
    • 2.5.3
      • Change from File.pathSeparator to File.separator to fix multiworld perms
    • 2.5.2
      • Added more instructions to the included config file within the plugin
      • Added a check that will use the default world permissions if a world specific config file cannot be found.
      • Added a function to get only the group that a player is assigned to without checking for group inheritance.
      • Added a change to colorize() to fix it hopefully not adding an extra unneeded ascii character and thus creating a linebreak/color switch issue
      • Removed permissions.info as it was not needed and was a artifact of testing I was doing.
    • 2.5.1
      • Fixed a bug that could cause a group to be returned as null for getGroups()
    • 2.5
      • Added in AntiBuild functionality to Permissions
      • Minor code tweaks
      • Added getGroups(world, player) to PermissionHandler so that plugins can call it to get all of a users groups
      • Fixed the inability to use the permissions -reload all command from within the console. I still need to do some more work on this as it doesn't seem to like to accept anything other than all from console.
    • 2.4
      • Refactored namespaces to keep in line with Java & Bukkit policy
        • This was cancelled as it ended up being not needed
      • Fixed setupPermissions()
    • 2.3
      • Undid removal of some code that I had overzealously purged during cleanup
      • Merged in last of Nijikokun's changes
      • Re-ordered the main class to attempt to fix the problems with Plugin API
    • 2.2
      • Developer change
      • Fixed reloading of configuration files
      • Moved commands to registering with plugin.yml
      • Commands now use onCommand instead of onPlayerCommand
      • Command is now /permissions instead of /pr
    [/SPOILER]
     
    mruczek, kahlilnc, Pii and 58 others like this.
  2. Offline

    leetgamer

    @Octane You need to fix this line: - 'myhome.home.*' 'myhome.home.*'
    There can only be one permission per line. Also remember when you give your default group every single command in a plugin, things can go wrong.

    Also, remove - 'bar.foo' from the Moderators commands, that was just an example.

    @ryanbrothers That is covered in the OP, try a plugin like essentials or general. (I use General and it works like a charm.)

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

    Octane


    lol, well, that double my home was my bad, i accidently pasted it in extra, but i thought i had removed it, guess i forgot to, so basically i have it correct, - that extra myhome.home next to the -'myhome.home' one
     
  4. Offline

    llamalords

    For some reason permissions don't work on my server.
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the 
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies: 
    
    ##        
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true. 
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        llamalords:
            group: Admins
            permissions:
        xsoban:
            group: Admins
            permissions:
        AlmightyKFC:
            group: Admins
            permissions:
        omgitspure:
            group: Admins
            permissions:
        samdamana:
            group: Admins
            permissions:
    
     
  5. Offline

    karl

    would be quite nice to hear from yeti that he is making a new version...
     
  6. Offline

    qrux

    Can you please implement a function/option that automatically reloads the permissions file every x minutes?
    I have written a PHP registration form on my servers website that edits the world.yml file and adds the user to the end of the file. The only problem is that the user isn't recognized by Permissions until the next restart (or if i type /permissions -reload, of course). Thanks! :)
     
  7. Offline

    saturnine_nl

    search for the cron plugin in the bukkit pluginlist.
     
  8. Offline

    robin0van0der0v

    I get this error:
    Code:
    [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:260)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:221)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:380)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.VerifyError: (class: com/nijikokun/bukkit/Permissions/Permissions, method: setupPermission signature: ()V) Bad type in putfield/putstatic
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
            ... 11 more
     
  9. Offline

    Ryole

    Same here... Hope Yeti will Update it fast... My Users are waiting :/


    EDIT: I tested it with the newest Bukkit version and wir Build 531 same problem, same error...
     
  10. Offline

    Zorkin3

    I have bukkit version 556 (the last recommended build) and the same error. Debian linux, permissions 2.5.4.
     
  11. Offline

    Cubic Meter

    Bukkit Version 526

    Plugins:
    CraftBook
    CraftBookCircuits
    CraftBookMechanisms
    DropBonus
    iConomy
    LocalShops
    LWC
    MultiVerse
    Permissions v2.5.4
    RegionMarket
    WorldEdit
    WorldGuard

    Error on Startup:
    Code:
    08:06:24 [SEVERE] Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
            ... 8 more
    Caused by: java.lang.NullPointerException
            at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
            ... 13 more
    
    
     
  12. Offline

    Revenger

    Similar error for us.

    Works sometimes then just randomly stops working with that error for many restarts and then it starts working again for some unknown reason.

    Code:
    2011-03-20 23:30:44 [SEVERE] Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:260)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:221)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:380)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.VerifyError: (class: com/nijikokun/bukkit/Permissions/Permissions, method: setupPermissions signature: ()V) Bad type in putfield/putstatic
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
        ... 11 more
     
  13. We all need a new version of Permissions :(
     
  14. Offline

    Ryole

    I whish, that we get one today :/
     
  15. Offline

    Avous

    chances are you screwed something up setting up your permissions. like used tabs or used notepad++ (when you start a new line it has three tabs i believe and not spaces. so it will mess up permissions.

    and my permissions runs fine and i have a list of plugins a mile wide. never any errors

    just to name a few.

    the latest permissions works with me using...

    Bedrock Control
    Painting Switch
    Cabinet
    CommandBook
    mcMMO
    CommandHelper
    FenceStack
    MagicCarpet
    MagnetBlock
    MCDocs
    Varietree
    MultiInv
    MultiVerse
    WorldEdit
    WorldGuard
    AutoPlant

    and i never see a error. so it has to be something you messed up in your permissions file.. like not naming the rename-me file to your world server or using tabs instead of spaces... at the very least try reinstalling your permissions
     
  16. Offline

    Imitation

    Well I put the file through notepad++ and did a leading space conversion so there can't be any tabs. Also checked it for tabs using the tab view.. there's nothing.
     
  17. Offline

    puyttre

    STOP POSTING THE ERROR! It just bumps the thread up higher and when people find out its broken, there are more comments about the error.

    Its this error right here:
    [SEVERE] Could not load plugins/Permissions.jar in plugins: null

    If you get that error, don't repost what everyone else has been for the past 3 days.
     
  18. yea, that's right, but there are also other problems with this plugins ;)
    For example when I use an older bukkit version, it is also broken^^
    I hope there will come an update for Permissions soon!
     
  19. Offline

    Newman513

    Can someone check my groups.yml?

    Code:
    groups:
      Jail:
        default: false
        permissions:
        inheritance: []
        info:
          prefix: '&8'
          build: false
          suffix: '&8'
      Guest:
        default: true
        permissions:
        - essentials.help
        - essentials.motd
        - essentials.spawn
        inheritance: []
        info:
          prefix: ''
          build: false
          suffix: ''
      Member:
        default: false
        permissions:
        - essentials.signs.mail.create
        - essentials.signs.mail.use
        - essentials.signs.sell.use
        - essentials.signs.sell.create
        - essentials.signs.buy.use
        - essentials.signs.buy.create
        - essentials.signs.trade.use
        - essentials.signs.trade.create
        - essentials.depth
        - essentials.getpos
        - essentials.compass
        - essentials.back
        - essentials.back.ondeath
        - essentials.sethome
        - essentials.home
        - essentials.balance
        - essentials.pay
        - essentials.msg
        - essentials.afk
        - essentials.me
        - essentials.list
        - essentials.mail.send
        - essentials.helpop
        - essentials.whois
        - lwc.protect
        inheritance:
        - guest
        info:
        prefix: '&e'
        build: true
        suffix: ''
      Trusted:
        default: false
        permissions:
        - essentials.warp
        - essentials.warp.list
        - essentials.warp.[warpname]
        inheritance:
        - Member
        info:
        prefix: '&2'
        build: true
        suffix: ''
      SemiAdmin:
        default: false
        permissions:
        - +groupmanager.mandemote
        - +groupmanager.manpromote
        - -groupmanager.*
        - '*'
        inheritance:
        - moderator
        info:
      Admin:
        default: false
        permissions:
        - essentials.eco
        - lwc.admin
        - worldedit.clipboard.copy
        - worldedit.clipboard.flip
        - worldedit.clipboard.rotate
        - worldedit.clipboard.cut
        - worldedit.clipboard.paste
        - worldedit.history.redo
        - worldedit.history.undo
        - worldedit.navigation.ascend
        - worldedit.navigation.descend
        - worldedit.navigation.thru
        - worldedit.navigation.jumpto
        - worldedit.navigation.ceiling
        - worldedit.navigation.up
        - worldedit.region.walls
        - worldedit.region.faces
        - worldedit.region.smooth
        - worldedit.region.replace
        - worldedit.region.set
        - worldedit.selection.pos
        - worldedit.selection.hpos
        - worldedit.wand
        - worldedit.fixlava
        - worldedit.fixwater
        - worldedit.butcher
        - magiccarpet.mc
        inheritance:
        - semiadmin
        info:
          prefix: ''
          build: true
          suffix: ''
      Mod:
        default: false
        permissions:
        - essentials.tp
        - essentials.tphere
        - essentials.item
        - essentials.give
        - essentials.jump
        - essentials.setwarp
        - essentials.delwarp
        - essentials.nick
        - essentials.ban
        - essentials.mute
        - essentials.kick
        - essentials.unban
        - essentials.togglejail
        - essentials.setjail
        - essentials.give
        - essentials.item
        - essentials.time
        - essentials.heal
        - essentials.god
        - lwc.mod
        - blockhead.hat
        inheritance:
        - Trusted
        info:
          prefix: '&d'
          build: true
          suffix: ''
      Founder:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&a'
          build: true
          suffix: ''
    
     
  20. Offline

    allisgood888

    Where did you get a groups.yml? I only have the yml it tells you to rename.
     
  21. the yml must have the same name as your Minecraft World!
     
  22. Offline

    TheYeti

    You could reload the permissions from the console if you have it running in screen. There really is no call to have it reload every X minutes though. Nothing within permissions needs it, nor in the newer stuff I am working on.

    @karl I believe I have stated multiple times I am working on a new version. I am currently on vacation though so not getting much done as I am resolving a long list of things that needed done at home for awhile now.
     
  23. Offline

    Newman513

    I'm using Essentials Group Manager. And the world thing didn't help/.
     
  24. Offline

    TheYeti

    There is absolutely nothing wrong with this plugin and 556. I just tested it and it works. And yes, this is using the same 2.5.4 download is as in the OP

    Code:
    12:32:19 [INFO] Starting minecraft server version Beta 1.3
    12:32:19 [INFO] Loading properties
    12:32:19 [INFO] Starting Minecraft server on *:25566
    12:32:19 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-g6c6c30a-b556jnks (MC: 1.3)
    12:32:19 [INFO] Preparing level "Home"
    12:32:19 [INFO] Preparing start region
    12:32:20 [INFO] [Permissions] version [2.5.4] (Phoenix) was Initialized.
    12:32:20 [INFO] [Permissions] version [2.5.4] (Phoenix)  loaded
    12:32:20 [INFO] [HeroChat] Permissions 2.5.4 found.
    12:32:20 [INFO] [HeroChat] HeroChat version 4.1.1 enabled.
    12:32:21 [INFO] Done (0.156s)! For help, type "help" or "?"
    
     
  25. Offline

    Superhykle

    when im reading this i suggest im not the only one having problems with the permissions?(ppl can use command they should use and default can build) hoping for update:D
     
  26. Offline

    alienman298

    I NEED HELP!!!
    13:57:48 [INFO] Starting minecraft server version Beta 1.3
    13:57:48 [INFO] Loading properties
    13:57:48 [INFO] Starting Minecraft server on 5.227.141.128:25565
    13:57:48 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-
    g6c6c30a-b556jnks (MC: 1.3)
    13:57:48 [INFO] Preparing level "world"
    13:57:48 [INFO] Preparing start region
    13:57:49 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:109)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    77)
    ... 13 more
    13:57:49 [SEVERE] [mcMMO] Permissions isn't loaded, there are no restrictions.
    13:57:49 [INFO] mcMMO version 0.9.2 is enabled!
    13:57:49 [INFO] Done (0.113s)! For help, type "help" or "?"
    >
     
  27. Your Version of Permissions is too old for your Craftbukkit build!
    You must wait for a new version of Permissions ;)

    This can't be! When I start a complete new server (I downloaded the 556 bukkit build from the website and copied it into a new folder) I get the same error as everybody! (There are no other plugins, i started a complete new server, just to try!):
    Code:
    2011-03-20 21:08:36 [INFO] Starting minecraft server version Beta 1.3
    2011-03-20 21:08:36 [INFO] Loading properties
    2011-03-20 21:08:36 [INFO] Starting Minecraft server on 192.168.0.16:25565
    2011-03-20 21:08:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-03-20 21:08:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-03-20 21:08:36 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-03-20 21:08:36 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-03-20 21:08:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-g6c6c30a-b556jnks (MC: 1.3)
    2011-03-20 21:08:36 [INFO] Preparing level "1.3_01"
    2011-03-20 21:08:36 [INFO] Preparing start region
    2011-03-20 21:08:37 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
        ... 8 more
    Caused by: java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
        ... 13 more
    2011-03-20 21:08:37 [INFO] Done (0,102s)! For help, type "help" or "?"
    2011-03-20 21:08:42 [INFO] Stopping the server..
    2011-03-20 21:08:42 [INFO] CONSOLE: Stopping the server..
    2011-03-20 21:08:42 [INFO] Stopping server
    2011-03-20 21:08:42 [INFO] Saving chunks
    
    greetings
    Chriss

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  28. Offline

    karl

    ok thats fine, sorry i didn't see any of your posts stating that you where away
     
  29. Offline

    Tfs Halo

    okay i know this isn't helping the problem but i have a different ending but i still have the '' permission.jar in plugins : null.''

    here is mine and i had the permissions all good before but everyone had every command which was horrible so i finally fixed them today but i can't seem to fix it well here is the log.

    16:23:54 [INFO] Starting minecraft server version Beta 1.3
    16:23:54 [INFO] Loading properties
    16:23:54 [INFO] Starting Minecraft server on 192.168.1.101:25565
    16:23:54 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    16:23:54 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    16:23:54 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    16:23:54 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    16:23:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-
    g6c6c30a-b556jnks (MC: 1.3)
    16:23:54 [INFO] Preparing level "serverworld"
    16:23:54 [INFO] Preparing start region
    16:23:55 [INFO] LWC Loading shared objects
    16:23:55 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/x86/sqlit
    ejdbc.dll
    16:23:55 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:109)
    ... 8 more
    Caused by: while parsing a block collection
    in "<reader>", line 69, column 9:
    - 'commandbook.give'
    ^
    expected <block end>, but found Scalar
    in "<reader>", line 72, column 12:
    - 'commandbook.time'
    ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(
    ParserImpl.java:520)
    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.composeSequenceNode(Composer.jav
    a:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    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:12
    2)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:73)
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    82)
    ... 13 more
    16:23:55 [INFO] [Authorization] 2 user registrations loaded
    16:23:55 [INFO] [Authorization] Authorization plugin build 19 is enabled
    16:23:55 [INFO] [Cleaner : 1.0] Enabled!
    16:23:55 [INFO] CommandBook 1.2 enabled.
    16:23:55 [INFO] CommandBook: 0 banned name(s) loaded.
    16:23:55 [WARNING] CommandBook: Unknown kit item 'null'
    16:23:55 [INFO] CommandBook: 3 kit(s) loaded.
    16:23:55 [INFO] CommandBook: No known permissions plugin detected. Using configu
    ration file for permissions.
    16:23:55 [INFO] CraftBookCommon 3.0-alpha1 enabled.
    16:23:55 [INFO] CraftBookCircuits 3.0-alpha1 enabled.
    16:23:56 [INFO] CraftBookMechanisms 3.0-alpha1 enabled.
    16:23:56 [INFO] CraftBookVehicles 3.0-alpha1 enabled.
    16:23:56 [INFO] [DevilsFun] Your server is haunted at night, however Angel's kee
    p it safe during the day.
    16:23:56 [INFO] LWC Loading SQLite
    16:23:56 [INFO] SQLite Using: Native
    16:23:56 [INFO] LWC At version: v1.66
    16:23:56 [INFO] [MusicCraft] Enabling! Version: 1.2.1 by bekvon
    16:23:56 [INFO] [MusicCraft] Permissions Plugin NOT Found!
    16:23:56 [INFO] [MYHOME]: 7 homes loaded
    16:23:56 [SEVERE] [MYHOME] Permissions isn't loaded, there are no restrictions.
    16:23:56 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    16:23:56 [INFO] MyHome 1.9.2 enabled
    16:23:56 [INFO] [PlugMan] Starting Up! - Version: 1.2.2 by bekvon
    16:23:56 [INFO] [PlugMan] Permissions Plugin NOT Found, using OP!
    16:23:56 [INFO] [Prefixer] v1.5 has been enabled.
    16:23:56 [INFO] [SignColours] Permission system not enabled. Enabling coloured s
    igns for all users
    16:23:56 [INFO] Trade version 0.3 is enabled!
    16:23:56 [INFO] WorldEdit 4.0-beta8 enabled.
    16:23:56 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    16:23:56 [INFO] Done (0.194s)! For help, type "help" or "?"



    idk i thought it was just me because of the messing around with permissions today.
     
  30. Offline

    h3ndy_

    Running fine @ my server (clan intern), but i just got a question.
    Does the plugin add users the 1st time they connect automatically or do i have to add them if they are not going to the default group?
     
  31. Offline

    OrtwinS

    but everything IS supported, because groupmanager (with the fakepermissions.jar) DOES work with all plugins, I have never got ANY error with plugins written for permissions 2 to 2.5+, it just works.
     
Thread Status:
Not open for further replies.

Share This Page