Inactive [MECH/ECON] Showcase v0.8.1 - Create visual shops by spawning drops on slabs [1.1-R5]

Discussion in 'Inactive/Unsupported Plugins' started by narrowtux, May 17, 2011.

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

    narrowtux

    [​IMG]
    Version 0.8.1​
    As supposed in this thread, I created a plugin that lets you put items into glass blocks (now steps, it's notchs fault) to showcase them. This is useable for shops, to show what's for sale there, or to make clear what type of farm you built.
    Features
    • Showcase all items in a half-step Block
    • Block protection (you can't break the step block and the block below it to prevent that the item falls down)
    • Multiworld
    • Items in a showcase can't be picked up
    • Only the player who created a showcase can remove it
    • Prevents despawning of items (Normally, drops disappear after 5 minutes)
    • You can setup finite and infinite shops
    • DropChest support (disables DropChest for absorbing the showcased items)
    • WorldGuard support (works out of the box)
    • Localisation
    • Can show custom item names through BukkitContrib
    • Economy support:
      • iConomy 4 & 5
      • BOSEconomy
      • Essentials Economy
    Download & Source-Code
    Download Showcase.jar
    Browse Source-Code on Github
    You will need an economy system if you want shops.
    This will install NarrowtuxLib automatically!
    Please donate, if you really like this ;)
    Videos
    Show Videos (open)





    When you have got issues, please read this:
    Issue Report (open)

    1. Please, first check if you have got the most recent version of Showcase and the most recent recommended build of Bukkit.
    2. Then, check if the bug is already listed in the "Known Bugs" section.
    3. After doing step 1+2, report the bug with at least this information:
      • Version of Showcase
      • Version of Bukkit
      • If possible, a step-by-step explanation of the bug
      • If possible, console errors
      • When you think that this has got to do with another plugin, please list all your plugins like this:
        • PluginA, PluginB, PluginC ...
    This will be incredible helpful for me to fix it faster.


    You don't actually have to retype everything I typed here, but if you'd take it as a guideline which content you should include in your issue report, it's more helpful ;)

    Please, don't come here just to say "This doesn't work.". This says nothing.


    Usage
    Adding a showcase
    1. Start sneaking!
    2. Right-click a half-step block with the item in your hand you want to showcase
    3. An assistant will ask you which type of Showcase you want to add. Type the text before the colon :))
    4. Depending on the type you chose, the assistant will ask some extra questions, follow the assistant to finish showcase creation.
    Removing a showcase

    1. Sneak
    2. Right-click on a showcase. If this was a finite showcase or an exchange showcase, you will get your items back.
    Permissions


    ActionPermission-NodeWithout Permissions
    Create a basic Showcase.showcase.basicPlayer
    Create a infinite shop Showcase.showcase.infiniteOperator
    Create a finite shop Showcase.showcase.finitePlayer
    Create an exchange Showcase.showcase.exchangePlayer
    Buy from a finite shop showcase.showcase.buy.finitePlayer
    Buy from an infinite shop showcase.showcase.buy.infinitePlayer
    Removing a showcase of other players.showcase.adminOperator

    The column "Without Permissions" explains which user-type can use this permission when no Permissions system is installed.
    What are shop showcases?
    A shop showcase can be used to sell items to your players. There are 2 types of shops now:
    1. Infinite shop. This one has an infinite amount of items. The money that the players give to buy an item will go to nirvana
    2. Finite shop. This one has that number of items which the owner has set up. The owner will get the money from which the items were bought.
    How can a Player buy items from a shop showcase?

    1. Click on the Showcase. The price per item and the available amount will be displayed.
    2. Type in the number of items you want and hit enter. A message will show you the success of the checkout.
      • Type 0 to abort checkout
    How can you refill a finite shop showcase?

    1. Click on it
    2. Type in the amount of items to refill. Negative values will remove that amount from the showcase.
    3. Walk away or type 0.
    Commands

    The showcase command handles manual saving and loading
    /showcase save
    Saves the items to showcases.csv
    /showcase load
    Loads the configuration, translation and items without saving (Use with caution)
    /showcase reload
    Saves and loads everything after that. Useful when some items aren't in place and you want to quick-fix that.

    Configuration
    The configuration file is auto-generated and is called showcase.cfg
    Here are the configuration possibilities:
    • basicmode : this decides if the plugin should operate like in version 0.2 or before (Just the basics)
    • priceforbasic : this adds a price to the basic showcases
    • priceforfinite : this adds a price to the finite showcases
    • priceforexchange: this adds a price to the exchange showcases
    • removewhenempty: when set to true, a finite showcase will be removed when it's amount hits 0
    • showcaseprotection : turn this to false to be able to remove showcases from other players (griefers) (you should now use WorldGuard instead of this one ;) )
    • locale: standard is en-US. The german translation which is included in the jar-file is de-DE. If you type that in, it will copy the german file from the jar to your plugins folder
      • You can change the translation very easily by editing the existing locale.
      • Colors are supported, just add something like [GREEN] or [DARK_RED] to the text.
      • You can add newlines with \n
    • autosaveinterval: the time between two auto-saves in seconds. Standard is 60 secs. Use -1 to disable autosave.
    Translations

    Currently available translations:
    Changelog

    Version 0.8.1
    See the whole changelog

    Todo
    • Spawn multiple items in the same glass block (up to 4, would be aligned nicely)
    • Verify that there is no free space below the glass block before adding a showcase
    • Maybe let the showcase glow when you placed torches, glowstone or lava in it
    • Custom messages (aka localisation)
    • Sell-Showcases
    • DropChest support (so the items inside the glass won't be absorbed by a Dropchest)
    • Limit the amount of Showcases per player
    • Add a price that the creator of a showcase has to pay (there would be an independent price for each basic, infinite and finite showcases)
    • Linking infinite shops to banks (money spent for items goes there)
    • Rent a showcase for money/day
    • Autosave with configureable interval
    • Commands for save, load and reload
    Crossed items are already done!

    Known bugs
    • This plugin conflicts with some chat-altering plugins (i.e. bColoredChat) this is because the authors don't know how to correctly set up the priority of events.
    • Normal players (the ones that aren't operators) can't use showcases that are in the spawn-protection area. Either disable the spawn protection or place the showcases to an other location (Disable spawnprotection by setting "spawn-protection-size=0" in the server.properties file)
    • With the latest dev preview (not the recommended build), you're able to make slabs to double steps. I've got to investigate until they propose it as RB.
    • ATM, Showcases won't save enchantments. So please just don't try to sell yours because that wouldn't work either.
     
  2. Offline

    narrowtux

    Spout install is drag+drop. You don't need the client mod.
     
  3. @narrowtux

    Edit my 1°post: I forgot the "?" --' It's seem to be aggressive without this <<

    PS: Don't forget to change your title with the new version of showcase 0.7.3 => 0.7.4

    Cordialy
     
  4. Offline

    pixelated_me

    I'm very sorry to keep asking you questions but when i crouch and right click with an item on a slab, nothing comes up, and i have tried removing all other plugins except from iconomy, showcase, spout and NarrowTux but still nothing comes up on my screen, but thanks for previous help, No more error messages, yeey, please help thanks
     
  5. Offline

    narrowtux

    Do you have the permission?
     
  6. Offline

    pixelated_me

    Yes, but i have ixed the problem, it was The mod i Had in my minecraft.jar, thanks alot I WILL RECOMMEND
     
  7. Offline

    Hopium

    2011-08-26 18:00:14 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
    at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
    at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
    at com.narrowtux.event.NTLServerListener.onPluginEnable(NTLServerListener.java:35)
    at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:548)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:892)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    using iconomy6 on b1060 bukkitperms
     
  8. Offline

    RedNifre

    I really hate how bukkit plugins get so bloated over time. Now it is a shop that needs all kind of extra plugins which are incompatible to what I have on my server. All I want are simple showcases...

    Don't get me wrong, a Showcase shop surely is a nice thing for many people, but what if all you want are simple showcases? Also, the feature that showcases can only be taken apart by whoever made them is not very minecrafty, it complicates team play since if you want to move something in your base you always have to call the team member who created the showcase to move it...

    What I'm looking for is this:
    Players can create showcases and put one item on it. Every player can take the item out, no protection, just like there is no chest protection by default.

    There should be a way to protect showcases. But instead of adding your own permissions maybe make it compatible to WorldGuard so players can't create / empty a showcase if it's in an area that is marked as protected by WorldGuard. If that's not possible, just have two permissions, one to create regular showcases (can be used by everyone) and one to create protected ones.

    I really think you should split your plugin into two: ShowcaseShop should be the name of what the plugin currently is and "Showcase" should just be a showcase, nothing more. (If you want to be really awesome, instead of forking them, add some nifty calls to "Showcase" and have "ShowcaseShop" use "Showcase" as a library/required plugin!
     
  9. Offline

    dylan9971

    Hi i have had an error with this plugin "End of stream" :'( how do i fix this

     
  10. Offline

    TheDeejay

    Pretty sure the "basic mode" of this plugin fits your needs. It just showcases things. No money or anything, and no other plugins if I'm not mistaken.
     
  11. Offline

    Clucky

    Could you make this plugin compatible with Clans please. Every time someone buys or sells something it spam's up the screen with their numbers and text... slightly annoying, however it can be dealt with if you don't have the time. I've already been dealing with it for quite some time as is :p

    If you do decide to do it, don't rush, take your time (but not too much time :p)
     
  12. Offline

    pixelated_me

    [INFO] Wrong location! net.minecraft.server.EntityItem@a5
    2011-08-27 16:46:36 [INFO] 207.5,-201.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@a6
    2011-08-27 16:46:36 [INFO] 207.5,-200.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@a7
    2011-08-27 16:46:36 [INFO] 207.5,-198.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@a8
    2011-08-27 16:46:36 [INFO] 207.5,-202.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@a9
    2011-08-27 16:46:36 [INFO] 207.5,-201.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@aa
    2011-08-27 16:46:36 [INFO] 207.5,-200.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@b0
    2011-08-27 16:46:36 [INFO] 207.5,-198.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@b1
    2011-08-27 16:46:36 [INFO] 207.5,-200.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@b2
    2011-08-27 16:46:36 [INFO] 207.5,-201.5(12,-13) vs 13,-13
    2011-08-27 16:46:36 [INFO] Wrong location! net.minecraft.server.EntityItem@b3
    2011-08-27 16:46:36 [INFO] 207.5,-202.5(12,-13) vs 13,-13
    2011-08-27 16:46:37 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-08-27 16:46:37


    Is this normal??
     
  13. Offline

    narrowtux

    There's no way to do it, the author of clans surely has to check if the player chat event was cancelled.

    You can ignore that.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
    Clucky likes this.
  14. Offline

    RedNifre

    When the plugin is active, nobody can join the server:

    18:28:20 [INFO] RedNifre [/127.0.0.1:37260] logged in with entity id 90 at ([otherland] -105.78125, 73.0, 116.4375)
    18:28:20 [SCHWERWIEGEND] java.lang.NullPointerException
    18:28:20 [SCHWERWIEGEND] at java.lang.System.arraycopy(Native Method)
    18:28:20 [SCHWERWIEGEND] at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    18:28:20 [SCHWERWIEGEND] at java.io.DataOutputStream.write(DataOutputStream.java:107)
    18:28:20 [SCHWERWIEGEND] at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    18:28:20 [SCHWERWIEGEND] at net.minecraft.server.Packet.a(Packet.java:116)
    18:28:20 [SCHWERWIEGEND] at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    18:28:20 [SCHWERWIEGEND] at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    18:28:20 [SCHWERWIEGEND] at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    18:28:20 [INFO] Connection reset
    18:28:20 [INFO] RedNifre lost connection: disconnect.genericReason
    >version
    18:28:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    18:28:35 [INFO] This server is also sporting some funky dev build of Bukkit!
    >
     
  15. Offline

    R3dRings

    Sooo yesterday I put about 12,000 gold (the money used on the server I play on- 12,000 is A LOT) worth of items which I spent hours and hours collecting. Today I log on to see it's all disappeared, no trace, no one has bought it, deleted it, anything, it just is no longer there. PLEASE tell me this is fixable.
     
  16. Offline

    DaveK

    Is there something planned so that i can make a shop where players are able to sell or buy stuff that is shown on my showcase?? Would be nice.. otherwise every player would create a shop to sell his stuff.. think 10 people would sell diamonds.. then there would be 10 shops next to each other in my Trade area where they sell his diamonds ..everyone got different prices .. would be a mess... i would like it more if i create a shop (admin) where you can buy diamonds for 900$ or sell them for 800$ so nobody has to create shops as well because they can sell it in the server shops.
     
  17. Offline

    Drei Gyuu

    Will it be possible to just have the item just displayed but non-buyable or non-interactable. I just want it to be a display. If possible can you please advice me. Thanks Much.
     
  18. Offline

    Ape3000

    Is it possible to have the basic mode, but so that it consumes the item when you put it on the showcase and gives it back when you remove the showcase?

    I don't care for the shops and like to keep it as simple as possible.
     
  19. Offline

    YellowFellow

    Yeah i was just gonna post this error but i saw that there's already a fix to this just upgrade spout
     
  20. When showcase is active, it just overload server.

    On my server, every player can set his own showcase shop, week ago i started to notice on serwer that it can't keep up, from 48h my server crash when eats 4GB memory in less than 6hours.

    So now I disabled showcase and messages stopped, now waiting if that helps with overconsumption of memory.

    Showcase 0.7.4
    Bukkit 1060
    newest spout

    Only thing in console that i can Paste is:

    2011-08-26 14:58:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:58:37 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:58:41 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:58:46 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:58:51 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:58:55 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:58:59 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:59:04 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:59:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:59:13 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:59:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:59:21 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-26 14:59:25 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
     
  21. Offline

    GordonGrey

    1.Put a halfblock down, right click with item you wish to display then type basic.
    2.Done
     
  22. Offline

    zecheesy

    I have the latest version of bukkit and showcase and permissions.

    So I put the permission nodes up on my rank called Member. I setrank myself member and I tried using those bank commands, but they say "You do not have permissions to use BankAccount".

    Here is my permission for member:

    Code:
        Member:
            default: false
            info:
                prefix: '&e'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
    - snip -
                - 'myhome.home.basic.*'
                - '-myhome.home.basic.*'
                - showcase.buy.finite
                - 'showcase.buy.finite*'
                - 'showcase.buy.infinite*'
                - showcase.buy.infinite
                - bankaccount.basic
                - 'bankaccount.basic*'
                - '-bankaccount.basic*'
                - 'bankaccount.basic'
                - -bankaccount.basic
                - bankaccount.close
                - 'bankaccount.close*'
                - bankaccount.list
                - 'bankaccount.list*'
                - bankaccount.password
                - 'bankaccount.password*'
                - bankaccount.transfer
                - 'bankaccount.transfer*'
                - -bankaccount.basic
                - -bankaccount.list
    The reason why I did 2 of a node was so if that node is wrong, the other should be right.
     


  23. - 'bankaccount.basic' - -bankaccount.basic

    you gives yourself access to bankaccout with
    - 'bankaccount.basic'
    but next you take it back, so you get back and declines access:
    - -bankaccount.basic

    Clean your permissions.

    - permissions.node - gives it
    - -permissions.node - declines/gets back
     
  24. Offline

    zecheesy


    yeah. thanks.

    But I found the problem for Showcase is that the only way to build/click is to be OPped.
    I checked the config- nothing to do with Op settings.

    Help?
     
  25. Offline

    Drei Gyuu

    Thanks, exactly how I wanted it. :D
     
  26. Offline

    enki0

    Notifications are not clearing when I read them. Not sure why this is. I can read them the first time but they don't disappear and each time I log in I get spammed with "You've got X unread notifications...blahblah" and when I try to read them I get an errror that the notification does not exist.
     
  27. Offline

    excalibr23

    Have the dupe bug on my server too. Had to take away diamonds from someone who duped 300 of them. Is this going to get fixed or do I need to switch to a new shop plugin?
     
  28. Offline

    Flozzel

    I have a problem with buying.I create a showcase and then a user click on it,but nothing happend.I use permissions,but all Members have Permissions for showcase.buy.finite.
     
  29. Offline

    narrowtux

    And did you create a finite showcase or an infinite?
     
  30. Offline

    Pr4w

    My server doesn't like this very much D:

    Show Spoiler
    Code:
    2011-08-29 15:16:22 [INFO] Downloading NarrowtuxLib.jar (71kb) ...
    2011-08-29 15:16:23 [INFO] 38%
    2011-08-29 15:16:23 [INFO] Download finished
    2011-08-29 15:16:23 [INFO] File /home/minecraft/plugins/NarrowtuxLib/narrowtuxlib.cfg not found.
    2011-08-29 15:16:24 [INFO] Downloading Spout.jar (199kb) ...
    2011-08-29 15:16:25 [INFO] 57%
    2011-08-29 15:16:25 [INFO] Download finished
    2011-08-29 15:16:25 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:25 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:25 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:25 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:25 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:25 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:25 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:25 [INFO] Connection reset
    2011-08-29 15:16:25 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:25 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:25 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:25 [INFO] Connection reset
    2011-08-29 15:16:25 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:25 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:25 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:25 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [SEVERE] java.lang.NullPointerException
    2011-08-29 15:16:26 [SEVERE] 	at java.lang.System.arraycopy(Native Method)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:128)
    2011-08-29 15:16:26 [SEVERE] 	at java.io.DataOutputStream.write(DataOutputStream.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:624)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.Packet.a(Packet.java:116)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    2011-08-29 15:16:26 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    2011-08-29 15:16:26 [INFO] Connection reset
    2011-08-29 15:16:26 [INFO] Spout 1.0.1 has been initialized
    2011-08-29 15:16:26 [INFO] Version: 61
    2011-08-29 15:16:26 [INFO] [NarrowtuxLib] v0.6.1 by [narrowtux] enabled.
    2011-08-29 15:16:26 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-08-29 15:16:26 [INFO] File /home/minecraft/plugins/Showcase/showcase.cfg not found.
    2011-08-29 15:16:26 [INFO] File /home/minecraft/plugins/Showcase/showcase-en-US.csv not found.
    2011-08-29 15:16:26 [INFO] [Showcase] copied new translation file for en-US to disk.
    2011-08-29 15:16:26 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-08-29 15:16:26 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    2011-08-29 15:16:26 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    2011-08-29 15:16:26 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-08-29 15:16:26 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2011-08-29 15:16:26 [INFO] [Showcase] version 0.7.4 has been enabled.


    Followed by :

    http://pastebin.com/83qSXgf3

    Am I doing something wrong ? Just installed and reloaded server :s
     
  31. Offline

    Flozzel

    Oh sorry,I found the problem:I did´nt install Iconomy.Now it´s work fine.Nice Plug-in,I love it :cool:
     
Thread Status:
Not open for further replies.

Share This Page