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

    vfern_fern

    Hmmmmm do I need to be an op?
     
  3. Offline

    Jesse57

    I could be mistaking but I dont see - 'essentials.list' anywhere in your permissions??
     
  4. Offline

    Hitman4Hire

    Its right at the bottom of the default group
     
  5. Offline

    Psycho Robot

    Have you perhaps installed the Spyer plugin at some point?
     
  6. Offline

    Hitman4Hire

    Spyer? No I haven't
     
  7. Offline

    Psycho Robot

    The reason I ask is because Spyer disable some parts of Essentials, including /list. I thought that might be the cause of your problem. But clearly its not!
     
  8. Offline

    Hitman4Hire

    Ok, is there any other explanation or fix?
     
  9. Offline

    Matt Gill

    I'm having some problems here. My default group won't apply to people who just joined my server so they don't have permission for anything at all. They can only walk around. Only way for it to work is if i manually add them to group default. Here is my yml file:

    Show Spoiler


    # 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: '(noob)'
    suffix: ''
    build: false
    inheritance:
    permissions:
    - 'mcmmo.commands.ability'
    - 'mcmmo.regeneration'
    - 'mcmmo.ability.woodcutting'
    - 'mcmmo.ability.mining'
    - 'mcmmo.ability.excavation'
    - 'mcmmo.ability.swords'
    - 'mcmmo.ability.unarmed'
    - 'mcmmo.skills.*'
    - 'essentials.help'
    - 'essentials.signs.mail.create'
    - 'essentials.signs.mail.use'
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.compass'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.warp'
    - 'essentials.warp.list'
    - 'essentials.warp.[warpname]'
    - 'essentials.afk'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.me'
    - 'essentials.list'
    - 'essentials.msg'
    - 'essentials.mail'
    - 'essentials.mail.send'
    - 'essentials.spawn'
    - 'minecartmania.signs.*'
    Builder:
    default: false
    info:
    prefix: '(Builder)'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:

    Moderator:
    default: false
    info:
    prefix: '[Mod]'
    suffix: ''
    build: true
    inheritance:
    - Builder
    permissions:

    Admins:
    default: false
    info:
    prefix: '[Admin]'
    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:
    Metalmatt13:
    group: Admins
    permissions:
    Nazaxprime:
    group: Admins
    permissions:
    mediacommand:
    group: Admins
    permissions:

     
  10. thanks now it is working again
     
  11. Offline

    Joeyy

    Code:
    plugin:
        permissions:
            system: default
    groups:
        Default:
            default: true
            info:
                prefix: null
                suffix: null
                build: true
            inheritance: null
            permissions:
            - sendgift.send
            - general.list
            - essentials.afk
            - essentials.rules
            - essentials.msg
            - essentials.motd
            - essentials.me
            - essentials.list
            - essentials.help
            - lockette.create.*
            - essentials.helpop
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tptoggle
            - essentials.tpahere
        Moderator:
            default: false
            info:
                prefix: null
                suffix: null
                build: true
            inheritance:
            - Default
            permissions:
            - sendgift.send
            - general.list
            - essentials.afk
            - essentials.rules
            - essentials.msg
            - essentials.motd
            - essentials.me
            - essentials.list
            - essentials.help
            - essentials.helpop
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tptoggle
            - essentials.tpahere
        Admins:
            default: false
            info:
                prefix: null
                suffix: null
                build: true
            inheritance:
            - Moderator
            permissions:
            - essentials.*
            - '*'
            - lockette.admin.snoop
    users:
        Joeyy:
            group: Admins
            permissions: null
        Dunky13:
            group: Admins
            permissions: null
        Sonnesan:
            group: Admins
            permissions: null
        Alaineman:
            group: Admins
            permissions: null
        Spaceco:
            group: Admins
            permissions: null
        Danzeman:
            group: Admins
            permissions: null
      
    Somehow, it keeps telling me I am unable to use that command (just moved from my own host to another host). it worked before the new host though!


    However, if i make myself op, i am able to use commands..
     
  12. Offline

    rcjrrjcr

    Admins already have '*'. They don't need 'essentials.*', 'lockette.admin.snoop', let alone inherit from Moderator.
     
  13. Offline

    Joeyy

    Well, that doesnt really fix my problem with default players not being able to type commands..
    Also, it seems like OP has to do something with this
     
  14. Offline

    fugue2005

    try essentials.who
     
  15. Offline

    clawdz18

    ive watched about 8 tutorials now.. everything is up and working permissions is on but even tho i have put myself in the groups under admins i still dont have access to any node nor can i build what and i doing wrong?
     
  16. Offline

    Nick Lozon

    Quick question - why does Permissions create the file /plugins/Permissionsworld.yml instead of /plugins/Permissions/world.yml?

    I am on servercraft.co and I can't move/rename files. McMyAdmin has experimental Permissions exporting, but i doesn't create the file.

    Anyone have a simple solution other than writing my own mini plugin to create the file?
     
  17. Offline

    Jmcmax

    Where do you get the command nodes? and how do you put someone in a group? Also, could you also give me a link to like a wiki that explains all of this?
    - jmcmax
     
  18. Offline

    rcjrrjcr

    Uh, the wiki IS linked in the first post.
    Right here.
     
  19. Offline

    banius

    Is there a way to permit a group to just build specific ID's of block?

    And btw, is there a way to configure the permissions inside the server with op, or admin?
     
  20. Offline

    rcjrrjcr

    1. No. Wrong plugin. IIRC WorldGuard does that.
    2. Not yet. Currently, the only way to modify permissions while the server is running is via editing the YML file and then reloading via "/permissions -reload <world>". Commands are being worked on.
     
  21. Offline

    Scadey

    For some reason i just cant get the groups etc to set, nobody can use any commands unless i give them OP, but then OP's have all commands at their disposal and this is rather dangerous when it comes to certain players,
    This is my config file, if i have done something wrong please tell me.


    # 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: 'f'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.item'
    - 'essentials.home'
    - 'essentials.warp'
    - 'essentials.tp'
    - 'essentials.tphere'
    Moderator:
    default: false
    info:
    prefix: '3'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.*'
    - 'worldedit.*'
    Admins:
    default: false
    info:
    prefix: 'e'
    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:
    Scadey:
    group: Admins
    info:
    prefix: ''
    suffix: ''
    permissions:
    DylanClaw:
    group: Admins
    info:
    prefix: ''
    suffix: ''
    permissions:
    Hunter2k11:
    group: Admins
    info:
    prefix: ''
    suffix: ''
    permissions:
    jgzistler:
    group: Moderator
    info:
    prefix: ''
    suffix: ''
    permissions:
    Alhowery:
    group: Moderator
    info:
    prefix: ''
    suffix: ''
    permissions:
     
  22. Offline

    TomsRealm

    I got a different strange issue. For some reason the '*' permission is not working. And yes I took care not to overload or inherit there. Single command permissions seem to work. Also Permissions is starting up without any errors.
    It's this part of my config:
    Admin:
    default: false
    info:
    prefix: '&8[&4Admin&8] &2'
    suffix: '&c'
    build: true
    inheritance:
    permissions:
    - '*'

    my user is assigned to the group correctly and looks like this:
    users:
    XXMYUSERNAME_WITH_A_NUMBER_HEREXX:
    group: Admin
    permissions:

    Any ideas?
     
  23. Offline

    Hagon94

    Could someone help me get Multiverse to work with this plugin? I have the newest of both, and i still don't have access to any commands. The World.yml file does not have what apparently should be in it. Can anyone post what should be in it ready for Copy/paste for me please? Help would be much appreciated!
     
  24. Offline

    Psycho Robot

    Are you sure that your yml file has been renamed properly? Check in your server.properties to see your world name
     
  25. Offline

    Alex H

    hey all how do i get permissions to be different in diffrent worlds that i have on my server?
     
  26. Offline

    Psycho Robot

    Make a copy of your existing world.yml file, then rename it to the proper name. Then change the permissions as appropriate.
     
  27. Offline

    Alex H

    yikes that could take a wile, would i need to re define each player to his group or would the players carry over?
     
  28. Offline

    vfern_fern

    Hey, Jeyge, do we need to op people? More specifically, do I need to be an op? I run the server, and atm I am the only Admin. I am quite confused. Since when I am not opped I cannot use the essentials /reload, or /op, /deop...

    Hmmmm... if this is an essentials problem, tell me so I can ask there, unless someone can help me here :)

    Thanks all!
     
  29. Offline

    Jack Bartlett

    "You dont have permission to use this" on every block that gets placed...Here is my config.
    Code:
    plugin:
        permissions:
            system: default
    groups:
        Guest:
            default: true
            info:
                prefix: '&f[Survival] [Guest] '
                suffix: '&f'
                build: false
            inheritance: null
            permissions:
            - supplysign.access
            - SpawnX.spawn
            - clearinventory.use
        Builder:
            default: false
            info:
                prefix: '&a[Survival] [VIP] '
                suffix: '&a'
                build: true
            inheritance:
            - Guest
            permissions:
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
            - clearinventory.use
        DonatorPlusPlus:
            defualt: false
            info:
                prefix: '&4[Survival] [Donator++] '
                suffix: '&4'
                build: true
            inheritance: null
            permissions:
            - simplereserve.enter.full
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
            - clearinventory.use
            default: false
        Moderator:
            default: false
            info:
                prefix: '&3[Moderator] '
                suffix: '&3'
                build: true
            inheritance: null
            permissions:
            - simplereserve.enter.full
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
            - mcbans.*
            - bb.admin.*
            - permissions.reload
            - clearinventory.use
    users:
        KravenT0xic:
            group: Moderator
            info:
                prefix: '&6[Owner] '
                suffix: '&6 The Great'
            permissions:
            - '*'
        Nibbzzeh:
            group: Moderator
            info:
                prefix: null
                suffix: '&3 The Beast'
        xfearx:
            group: Donator
        Mattrambo:
            group: Builder
        RapidFlu:
            group: Builder
        My_Cute_Penguin:
            group: Builder
        kcollins420:
            group: Donator
        Sparky98798:
            group: Builder
        jackattack99:
            group: Builder
        artilli:
            group: Moderator
            info:
                prefix: '&3[Moderator] Mr.'
                suffix: '&3'
        Hem592:
            group: Builder
        Ninja_Storm:
            group: Builder
        Keroko:
            group: Moderator
            info:
                prefix: '&3[Moderator]  Hi, my name is '
                suffix: '&3'
        rnsnail:
            info:
                prefix: ''
                suffix: '&3 The Sheep Lord'
            group: Moderator
        ipure:
            group: Builder
        ipure101:
            group: Builder
        zoidy07:
            group: Builder
        Darkskybandit52:
            group: Admins
            permissions: null
        ManuPasta:
            group: Builder
        cyclone:
            group: Builder
        applesauceman:
            group: Builder
        ditmama:
            group: Builder
        xXSquirrelXx:
            group: Builder
        happypie56:
            group: Builder
        headripper67:
            group: Builder
        MikkelForlan:
            group: Builder
        jonomon1:
            group: Builder
        JoshuaManning:
            group: Builder
        johnthe1337:
            group: Builder
        Kris100213:
            group: DonatorPlusPlus
        KnockoutC00kIES:
            group: Builder
        NoobCaik:
            group: Builder
        BossoftheMOOSE:
            group: Builder
        Juroku:
            group: Builder
        DAVIDWRIGHTjr:
            group: Builder
        ROCKC0:
            group: Moderator
        JamieL:
            group: Builder
        Jewish_Chipmunk:
            group: Builder
        cravin444:
            group: Builder
        Notch:
            group: Guest
        iPoro:
            group: Builder
        LittleAssasine:
            group: Builder
        piercehope2:
            group: Guest
        Bobby69:
            group: Guest
        Bobbyb69:
            group: Builder
    
     
  30. Offline

    Jeyge

    You shouldn't need to be in the op file unless you really want to be in it unless you have some mods that don't use one of the permissions plugins.

    As for op and deop, they are both default commands so if you want to use them, you will need to be in the op file. At the same time, when you have Permissions or GroupManager, you won't need op and deop. I'm not quite sure when each of the reload commands come from (assuming there are multiple that is) but I only use it on my console so I've never needed any permissions for it.

    Did you not like the last changes I made to this file for you or did they not work?

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

    [qwerty]

    Code:
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:436)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:10 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.j
    ava:400)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:436)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:12 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.j
    ava:400)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:436)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:13 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.j
    ava:400)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:436)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:16 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:18 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:18 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:19 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:20 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:22 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:22 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:28 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.j
    ava:352)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:31:59 [INFO] damagetank lost connection: disconnect.quitting
    17:31:59 [INFO] Connection reset
    >
    whats up with this?!?
     
Thread Status:
Not open for further replies.

Share This Page