Inactive [SEC] PermissionsPlus v3.2.5p - Alternative commands to modify Permissions in-game now w/MWS [1337]

Discussion in 'Inactive/Unsupported Plugins' started by DigitalTyrant, Mar 20, 2011.

  1. Offline

    DigitalTyrant

    PermissionsPlus - Adds ability to modify Permissions in-game

    Updated: 10/6/2011
    Version: 3.2.5p [jar]
    CraftBukkit: [b1337jnks]
    Description:
    PermissionsPlus adds commands to allow administrators the ability to modify their Permissions config from within Minecraft client. The most complete Permissions editing plugin for Bukkit. Supports Multi-World. Updated for MultiPlay!​
    REQUIRES: Permissions 3.x - Permissions Thread

    Includes: P2Aliases updated 10/6/2011

    Feedback: http://p2.idea.informer.com/

    Get updates on TWITTER!

    Installation and Usage information and Permissions nodes
    are available at Mymchost.com

    Information:

    It appears that I am not the only server admin that stuck to Permissions v2.7.4 so, I have released PermissionsPlusLegacy v2.4. It is a RB1000+ compatible version of PermissionsPlus v2.3. You can download this in the change log below.
    • You can specify multiple worlds separated using a comma. Do not use any spaces after the comma.
      Code:
      w:World1,World2,World3
    • You can specify all worlds using an asterisk.
      Code:
      w:*
    • You can specify multiple groups using commas for the /user -addgroup command.
      Code:
      /user -addgroup u:Username s:Group1,Group2,Group3
    • All Usernames and Groups can be shortened. You will be notified if more than one possible match is found.
      Code:
      digital = DigitalTyrant, adm = Administrator
    • With 2.x+ you must add the info variable 'rank' to your groups in order to enable promote, demote and some group functions. You can set this variable from within the game using the command:
      Code:
      /group -setinfo g:GroupName i:rank s:1-100+
                           or
                         /rankset GroupName 1-100+ world 
      The higher the number the higher the rank. Make sure you use i:rank and not i:Rank it is case-sensitive.
    • You can now set Promote and Demote limits. The Promote limit is the highest rank they can promote to. Demote limit is the highest limit that they can demote from. You can set these using the commands:
      Code:
      /group -setinfo g:GroupName i:dlimit s:50
                         /group -setinfo g:GroupName i:plimit s:75 
    If you use want to Permissions + PermissionsPlus while using Essentials plugins, make sure you do not have FakePermissions or EssentialsGroupBridge enabled.



    Not sure how long this will be useful with Bukkit's upcoming Permissions system, but it allows the Moderators of my server to give new members access without having to modify the .yml file directly. I will continue development until the new Bukkit Permissions system has widely replaced Permissions plugin.
    Thanks to Nijikokun, original author of Permissions.

    Thanks and Enjoy!
     
  2. Offline

    Totzke

    Online
    /setgroup <name> <group> <world>? and what's the server ip?​
     
  3. Offline

    Shooty

    It's a french server sorry :(

    and /setgroup don't work for me Oo
     
  4. Offline

    Totzke

    i'm not sure then, my permissions suddenly stopped working, anyone know why?
     
  5. Offline

    Shooty

    Oh it's /groupset :) !
     
  6. Offline

    Totzke

    thats what i meant :p
     
  7. Offline

    IAMVIM

    how do i make a group so i can have like guest they cant do anything and like owner and that can everything?
     
  8. Offline

    fr34k_tk

    Hey DigitalTyrant

    I've updated from Permissions 2.7.x and Permissions Plus 2.x to Permissions 3.1.6 and Permissions Plus 3.2 some days ago. For some reason /groupset or /user -setgroup isn't working for my moderators anymore, it only shows "You don't have the permission do complete that command". Moderators have the permissionnodes p2.promote, p2.demote and p2.user.setgroup. /promote and /demote are working fine for my mods. Only Admins with '*' are able to use /groupset.
    Another point, that i have realized yesterday is, that groupset only works in worlds, the guests have already visited. I don't know, if this is an issue of Permissions or PermissionsPlus. It would be nice if you could add a player to the user.yml of a world with the defaultgroup, if there isn't already an entry for him. I also get an exception if i try to promote an player in a world, he never visited and there is no entry in the user.yml:
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'promote' in plugin PermissionsPlus v3.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at net.codej.permissionsplus.PermissionsPlus.highestRankGroup(PermissionsPlus.java:1449)
        at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:1133)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    I am running CraftBukkit RB#1000, Permissions 3.1.6 and Permissions Plus 3.2.
    I hope you could help me with these problems, because your plugin was a big help in the past for my moderators and makes groupmanagement so easy.

    bye
     
  9. Offline

    DigitalTyrant

    Do you have Permissions installed?

    The builder issue is interesting. Are you running any commands or is it creating this group on startup? Are there any exceptions in your console log?

    It depends on how your groups are setup. Can you post them?

    What commands are you trying to give access to? What commands are they trying when it says they don't have Permission?

    What does it say in the console when the error occurs?

    Depends on how you're setting everything up, but giving the Permission of * gives access to everything. Not specifying any permissions will make it to where they can't do anything that requires permissions

    I have seen the issue of a default group not being selected automatically. As for the -setgoup action, I just found a mistake :-( I wrote the permission as p2.user.groupset, whoops. Try setting that permission. When I release an update, I will make that permission correct.

    All of the previous permissionsplus versions are available in the changelog above or on mymchost.com

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

    Locx


    im trying to do /groupset [playername] [group]
     
  11. Offline

    Camibus

    Been having a very annoying error lately, not sure if it's permissions plus or permissions causing it. Running permissions 3.1.5 (not 3.1.6 due to plugin incompatibilities) and permissions plus 3.1. After doing a promote to a user, sometimes the rank doesn't stick, and the player will become unpromoted again. This also happens sometimes after a promotion, then a user info change. Any ideas?
     
  12. Offline

    DigitalTyrant

    try giving permission: p2.user.groupset

    I made a mistake when I re-wrote that action and put groupset instead of setgroup for the permission node.

    Are you using multiple groups for users?

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

    Camibus

    http://pastebin.com/EugHwwnB
    Simple hierarchy so my admins can just promote/demote accordingly
     
  14. Offline

    Locx

    @DigitalTyrant

    sorry to ask again. But i'm still getting the "you don't have permission to finish the command" problem. Are you sure there are no other permission nodes i would need for setting groups?
     
  15. Offline

    DigitalTyrant

    p2.user.groupset
     
  16. Offline

    arnie231

    hey could i get some help /user -setgroups not workign today and so is /user -groupset and /promote and /demote doesnt and iam gettign this error when trying the commands devbuild#1000 perms 3x and your latest

    Show Spoiler
    2011-08-11 03:16:03 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'promote' in plugin PermissionsPlus v3.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at net.codej.permissionsplus.PermissionsPlus.highestRankGroup(PermissionsPlus.java:1449)
    at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:1133)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  17. Offline

    DigitalTyrant

    What happens when you try /user -setgroup? There is no -groupset option. The error when promoting is a bug when the person you are trying to promote doesn't have a group.
     
  18. Offline

    arnie231

    works fine thank you
     
  19. Offline

    Ryminer2

    Dang, I came here thinking I could finally create groups easily... *sigh* Oh, well. That's how I messed up my first server. I screwed up adding the group "Owner" and then it started acting like a default server...
     
  20. Offline

    Claryn

    Alright. What is the command to add a user into a group?
     
  21. Offline

    DigitalTyrant

    The command /user -setgroup will give the specified user only the group specified replacing all existing groups.
    The command /user -addgroup will give the specified user the new group in addition to any existing groups.

    Are you using Permissions w/SQL?

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

    KillFce

    i was just wondering if there is a command to edit the prefix and suffix on a user in game cause it would help a lot. thanks
     
  23. Offline

    micdoodle8

    Hey, Im using this plugin with permissions 3.1.5 and AntiHack, iConomy, Essentials, BorderGuard, WorldEdit, BigBrother, iConomyChestShop, CraftBookVehicles, CraftBookCommon, ExactSpawn, mcMMO, Anti-Items, CraftBookMechanisms, dynmap, CraftBookCircuits, Anti-Item FireSpread, Lockette, WorldGuard, HeroChat, Cenotaph, EssentialsSpawn, p2Aliases, Factions....
    Yeah, I know its quite a few xD

    Anyway.. when I use a PermissionsPlus command (/promote <user>) it will sometimes reset all the user ranks.. Idk whats up, and Im losing a lot of people, as I cant be there to promote from Guest 24/7

    Thanks mate, love the plugin other than that
     
  24. Offline

    DigitalTyrant

    Yes there is. /user -setinfo i:prefix s:Mr. u:DigitalTyrant is an example

    are there any exceptions in the console?

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

    Nosxxx

    Hello does it work with mysql ?
     
  26. Offline

    Godleydemon

    Hi I'm having a problem, I think it could be the way I have permissions setup but I"m unsure. I'm running Bukkit 1000 with plugins, Essentials, Permissions and PermissionsPlus all of them are up to date latest versions as this is a new server. Here's my Permissions group.yml

    What I'm getting is its saying that "An internal error occured while attempting to perform this command"
    But I suppose it could very well be my essentials configuration. If someone could take a look I'd be very happy. ^^
     
  27. Offline

    micdoodle8

    No, I only see to occasional "[INFO] Connection reset" and "[INFO] Null"
     
  28. Offline

    KillFce

    thanks man helps alot makes giving setting a prefix/suffix much easier
     
  29. Offline

    ShaDooM

    cb: 1046
    perm: 3.1.6
    permissionsplus: 3.2 (latest)

    I updated from permissions 2.x to 3.x, everything works fine but permissionsplus doesnt work for users.
    As admin you can use all commands just like before and they work, but as user you get "you dont have permission to this command" i did not change the permission nodes, and they are as following for the group:

    Code:
            - p2.user.setgroup
            - p2.user.getperms
            - p2.*.*
            - p2.user.*
            - p2.user.remperm
            - p2.user.setperm
            - p2.user.setinfo
            - p2.user.getinfo
            - p2.user.addgroup
            - p2.user.getperms
            - p2.user.setgroup
            - p2.user.remgroup
    
    that p2.*.* was just a test, but even with that i get a "you have no permission for that command" whenever i try:
    /user -setgroup u:user w:world s:group

    when I add the '*' permission to the group the command just works fine


    edit: ok i found the permission now p2.user.groupset now but with that it just says the same, no permissions.


    edit2: nevermind i just switched back to permissions 2.7.4, never even should have tried 3.x ^^
     
  30. Offline

    jammasterz

    Hi i've got some problem with permissionsplus and all other plugins but i don't knwo what to start with.
    Code:
    2011-08-13 14:30:47 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:609)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:43)
        at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:90)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:74)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:70)
        at net.minecraft.server.ItemFlintAndSteel.a(ItemFlintAndSteel.java:68)
        at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:223)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    ##EVERYTHINGS OKAY HERE. DELETED SOME BECAUSE OF SIZE
    2011-08-13 14:31:30 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and AutoSave MAY NOT function properly: git-Bukkit-0.0.0-970-g4345206-b1051jnks (MC: 1.7.3)
    2011-08-13 14:31:30 [INFO] [AutoSave] Loading config file
    2011-08-13 14:31:30 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-08-13 14:31:30 [INFO] [AutoSave] Version 1.3.0 is enabled: 1b218baa-1f3a-4775-b0de-92999c877481
    2011-08-13 14:31:30 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-08-13 14:31:30 [INFO] [iConomyChestShop] Permissions version 2.7.4 loaded.
    2011-08-13 14:31:30 [INFO] [iConomyChestShop] LWC version 3.11 loaded.
    2011-08-13 14:31:30 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-08-13 14:31:30 [INFO] FalseBookChat v0.85alpha by GeMo enabled
    2011-08-13 14:31:30 [INFO] WorldEdit 257-wiz enabled.
    2011-08-13 14:31:30 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-13 14:31:30 [INFO] FalseBookExtra v0.85alpha by GeMo enabled
    2011-08-13 14:31:30 [INFO] [iConomy] Logging is currently disabled.
    2011-08-13 14:31:30 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-13 14:31:30 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-13 14:31:30 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-08-13 14:31:30 [INFO] [iConomy] hooked into Permissions.
    2011-08-13 14:31:30 [INFO] FalseBookCart v0.85alpha by GeMo enabled
    2011-08-13 14:31:30 [INFO] [FalseBook Core] FalseBookCore v0.85alpha by GeMo enabled!
    2011-08-13 14:31:30 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world) Single session is enforced.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-08-13 14:31:30 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-08-13 14:31:30 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-08-13 14:31:30 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-08-13 14:31:30 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-08-13 14:31:30 [INFO] WorldGuard 270-wiz enabled.
    2011-08-13 14:31:30 [SEVERE] Error occurred while enabling PermissionsPlus v1.6 (Is it up to date?): null
    java.lang.NullPointerException
        at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:57)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:164)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:148)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:398)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:338)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:727)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:30 [INFO] LogBlockQuestioner v0.02 enabled
    2011-08-13 14:31:30 [INFO] FalseBookIC v0.85alpha by GeMo enabled
    2011-08-13 14:31:30 [INFO] Superpickaxe v0.4b by DiddiZ enabled
    2011-08-13 14:31:30 [INFO] [OpenInv] version 1.3.3 enabled!
    2011-08-13 14:31:30 [INFO] BedRespawn 1.4.1
    2011-08-13 14:31:30 [INFO] FalseBookBlock v0.85alpha by GeMo enabled
    2011-08-13 14:31:30 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-08-13 14:31:30 [INFO] ScheduledAnnouncer v1.7.0 is enabled!
    
    2011-08-13 14:31:30 [INFO] LWC    Loaded 134 locale strings (0 overrides)
    2011-08-13 14:31:30 [INFO] LWC    Using Permissions API...
    2011-08-13 14:31:30 [INFO] LWC    Loading SQLite
    2011-08-13 14:31:30 [INFO] SQLite    Using: Native
    2011-08-13 14:31:30 [INFO] LWC    At version: v3.11
    2011-08-13 14:31:30 [INFO] [VanishNoPickup] 1.9.12 enabled.
    2011-08-13 14:31:30 [INFO] [AuthMe] Using flatfile as datasource!
    2011-08-13 14:31:30 [INFO] [AuthMe] Cache for registrations is enabled!
    2011-08-13 14:31:30 [INFO] [AuthMe] 4 registered players loaded in 0.0060 seconds!
    2011-08-13 14:31:30 [INFO] [AuthMe] Version 0.72 was successfully loaded!
    2011-08-13 14:31:30 [INFO] [AuthMe] AuthMe restored the player cache!
    2011-08-13 14:31:30 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-13 14:31:30 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-08-13 14:31:30 [INFO] [LightVote:1.68] Initialised
    2011-08-13 14:31:30 [INFO] [LightVote:1.68] Scanning properties file.
    2011-08-13 14:31:30 [INFO] [LightVote:1.68] Properties loaded.  Debug messages: false
    2011-08-13 14:31:30 [INFO] KiwiAdmin version 2.0 is enabled!
    2011-08-13 14:31:30 [INFO] AfkKick version 1.4 is enabled with permissions!
    2011-08-13 14:31:30 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    2011-08-13 14:31:30 [INFO] [HeroicDeath] 1.8.3.159 enabled.
    2011-08-13 14:31:30 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    2011-08-13 14:31:30 [INFO] Loaded EssentialsGeoIP build 2.5.6 by essentials team
    2011-08-13 14:31:30 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-13 14:31:31 [INFO] Downloading Spout.jar (211kb) ...
    2011-08-13 14:31:31 [INFO] Download finished
    2011-08-13 14:31:31 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:31 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:31:31 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:31:31 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:31:31 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:31 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:31:31 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:31:31 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:31:31 [INFO] Connection reset
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:31:31 [INFO] Connection reset
    2011-08-13 14:31:31 [INFO] Spout dev-SNAPSHOT has been initialized
    2011-08-13 14:31:31 [INFO] [LogBlock] Permissions plugin found.
    2011-08-13 14:31:31 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-08-13 14:31:31 [INFO] LogBlock v1.25 by DiddiZ enabled.
    2011-08-13 14:31:31 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-13 14:31:31 [SEVERE] Could not pass event PLAYER_INTERACT to AuthMe
    java.lang.NullPointerException
        at com.bukkit.fabe.AuthMe.PlayerCache.PlayerCache.getLastAlert(PlayerCache.java:68)
        at com.bukkit.fabe.AuthMe.PlayerCache.PlayerCache.isAlertNeeded(PlayerCache.java:76)
        at com.bukkit.fabe.AuthMe.AuthMe.checkAuth(AuthMe.java:611)
        at com.bukkit.fabe.AuthMe.Listener.AuthMePlayerListener.onPlayerInteract(AuthMePlayerListener.java:300)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:31 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-13 14:31:31 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    2011-08-13 14:31:31 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    2011-08-13 14:31:31 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    2011-08-13 14:31:31 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-08-13 14:31:31 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-08-13 14:31:31 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-08-13 14:31:31 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-08-13 14:31:31 [SEVERE] Could not pass event PLAYER_INTERACT to AuthMe
    java.lang.NullPointerException
        at com.bukkit.fabe.AuthMe.PlayerCache.PlayerCache.getLastAlert(PlayerCache.java:68)
        at com.bukkit.fabe.AuthMe.PlayerCache.PlayerCache.isAlertNeeded(PlayerCache.java:76)
        at com.bukkit.fabe.AuthMe.AuthMe.checkAuth(AuthMe.java:611)
        at com.bukkit.fabe.AuthMe.Listener.AuthMePlayerListener.onPlayerInteract(AuthMePlayerListener.java:300)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:468)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:31 [INFO] Sir4Mac lost connection: disconnect.genericReason
    2011-08-13 14:31:31 [SEVERE] [Jobs] - Error loading jobs.data. Disabling plugin!
    2011-08-13 14:31:31 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:31 [SEVERE]     at me.alex.jobs.dao.JobsDAOFlatfile.save(JobsDAOFlatfile.java:122)
    2011-08-13 14:31:31 [SEVERE]     at me.alex.jobs.Jobs.save(Jobs.java:1282)
    2011-08-13 14:31:31 [SEVERE]     at me.alex.jobs.Jobs.removePlayer(Jobs.java:1254)
    2011-08-13 14:31:31 [SEVERE]     at me.alex.jobs.listener.JobsPlayerListener.onPlayerQuit(JobsPlayerListener.java:26)
    2011-08-13 14:31:31 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
    2011-08-13 14:31:31 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-08-13 14:31:31 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:618)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-08-13 14:31:31 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:31 [INFO] [Jobs v2.0.1] has been disabled succesfully.
    2011-08-13 14:31:31 [SEVERE] Could not pass event PLAYER_QUIT to Jobs
    java.lang.NullPointerException
        at me.alex.jobs.Jobs.removePlayer(Jobs.java:1255)
        at me.alex.jobs.listener.JobsPlayerListener.onPlayerQuit(JobsPlayerListener.java:26)
        at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:618)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:32 [INFO] [AutoSave] Zapis Swiata rozpoczety
    2011-08-13 14:31:32 [INFO] [AutoSave] Zapisz Swiata Zakonczony Pomyslnie
    2011-08-13 14:31:34 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-08-13 14:31:34 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:34 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:31:34 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:31:34 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:31:34 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:31:34 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:31:34 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:31:34 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:31:34 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:31:34 [INFO] Connection reset
    2011-08-13 14:31:35 [INFO] [AutoSave] Zapis Swiata rozpoczety
    2011-08-13 14:31:35 [INFO] [AutoSave] Zapisz Swiata Zakonczony Pomyslnie
    2011-08-13 14:31:36 [INFO] Sir4Mac [/83.7.94.147:20109] logged in with entity id 419 at ([world] -165.88729608283464, 64.0, -82.9120482988574)
    2011-08-13 14:31:36 [SEVERE] Could not pass event PLAYER_JOIN to Jobs
    java.lang.NullPointerException
        at me.alex.jobs.Jobs.addPlayer(Jobs.java:1246)
        at me.alex.jobs.listener.JobsPlayerListener.onPlayerJoin(JobsPlayerListener.java:21)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:36 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-08-13 14:31:36 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:36 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:31:36 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:31:36 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:31:36 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:31:36 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:31:36 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:31:36 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:31:36 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:31:36 [INFO] Connection reset
    2011-08-13 14:31:36 [INFO] Sir4Mac lost connection: disconnect.genericReason
    2011-08-13 14:31:36 [SEVERE] Could not pass event PLAYER_QUIT to Jobs
    java.lang.NullPointerException
        at me.alex.jobs.Jobs.save(Jobs.java:1282)
        at me.alex.jobs.Jobs.removePlayer(Jobs.java:1254)
        at me.alex.jobs.listener.JobsPlayerListener.onPlayerQuit(JobsPlayerListener.java:26)
        at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:618)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:37 [INFO] [AutoSave] Zapis Swiata rozpoczety
    2011-08-13 14:31:37 [INFO] [AutoSave] Zapisz Swiata Zakonczony Pomyslnie
    2011-08-13 14:31:50 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-08-13 14:31:50 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:50 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:31:50 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:31:50 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:31:50 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:31:50 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:31:50 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:31:50 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:31:50 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:31:50 [INFO] Connection reset
    2011-08-13 14:31:50 [INFO] Sir4Mac lost connection: disconnect.genericReason
    2011-08-13 14:31:51 [INFO] [AutoSave] Zapis Swiata rozpoczety
    2011-08-13 14:31:51 [INFO] [AutoSave] Zapisz Swiata Zakonczony Pomyslnie
    2011-08-13 14:31:55 [INFO] JamMasterz [/46.195.236.145:1286] logged in with entity id 421 at ([world] -163.81688913997837, 65.52442408821369, -92.66509311000732)
    2011-08-13 14:31:55 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:55 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.sendPacket3(SpoutNetServerHandler.java:436)
    2011-08-13 14:31:55 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.sendPacket2(SpoutNetServerHandler.java:422)
    2011-08-13 14:31:55 [SEVERE]     at org.getspout.spout.MapChunkThread.sendToNetworkQueue(MapChunkThread.java:158)
    2011-08-13 14:31:55 [SEVERE]     at org.getspout.spout.MapChunkThread.handle(MapChunkThread.java:121)
    2011-08-13 14:31:55 [SEVERE]     at org.getspout.spout.MapChunkThread.run(MapChunkThread.java:102)
    2011-08-13 14:31:55 [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    2011-08-13 14:31:55 [SEVERE] Could not pass event PLAYER_JOIN to Jobs
    java.lang.NullPointerException
        at me.alex.jobs.Jobs.addPlayer(Jobs.java:1246)
        at me.alex.jobs.listener.JobsPlayerListener.onPlayerJoin(JobsPlayerListener.java:21)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:31:55 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-08-13 14:31:55 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:31:55 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:31:55 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:31:55 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:31:55 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:31:55 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:31:55 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:31:55 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:31:55 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:31:55 [INFO] Connection reset
    2011-08-13 14:31:55 [INFO] JamMasterz lost connection: disconnect.genericReason
    2011-08-13 14:31:56 [INFO] [AutoSave] Zapis Swiata rozpoczety
    2011-08-13 14:31:56 [INFO] [AutoSave] Zapisz Swiata Zakonczony Pomyslnie
    2011-08-13 14:32:09 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-08-13 14:32:09 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:32:09 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:32:09 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:32:09 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:32:09 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:32:09 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:32:09 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:32:09 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:32:09 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:32:09 [INFO] Connection reset
    2011-08-13 14:32:09 [INFO] JamMasterz lost connection: disconnect.genericReason
    2011-08-13 14:32:09 [SEVERE] Could not pass event PLAYER_QUIT to Jobs
    java.lang.NullPointerException
        at me.alex.jobs.Jobs.save(Jobs.java:1282)
        at me.alex.jobs.Jobs.removePlayer(Jobs.java:1254)
        at me.alex.jobs.listener.JobsPlayerListener.onPlayerQuit(JobsPlayerListener.java:26)
        at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:618)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-13 14:32:10 [INFO] [AutoSave] Zapis Swiata rozpoczety
    2011-08-13 14:32:10 [INFO] [AutoSave] Zapisz Swiata Zakonczony Pomyslnie
    2011-08-13 14:32:12 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-08-13 14:32:12 [SEVERE] java.lang.NullPointerException
    2011-08-13 14:32:12 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    2011-08-13 14:32:12 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    2011-08-13 14:32:12 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    2011-08-13 14:32:12 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2011-08-13 14:32:12 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-13 14:32:12 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-13 14:32:12 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-13 14:32:12 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-13 14:32:12 [INFO] Connection reset
    2011-08-13 14:32:13 [INFO] [AutoSave] Zapis Swiata rozpoczety
    2011-08-13 14:32:13 [INFO] [AutoSave] Zapisz Swiata Zakonczony Pomyslnie
    
    I have deleted some of the log because it was too long to post here. But you can still see whats going on.
    I've never seen so many errors on a server, and whats strange about it is that i run another server on these files and everything was ok. This server is dedicated.
     
  31. Offline

    palz2015

    I fixed it; Veteran was inheriting from Builder. But thanks anyway.

    /groupset username group world
    (can be shortened, e.g. /groupset palz adm wo)

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

Share This Page