Internal Exception

Discussion in 'Plugin Development' started by OcelotcR, Sep 9, 2013.

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

    OcelotcR

    I was recently developing a plugin to do with scoreboards, and a countdown and playerlist was working. Then suddenly on a restart the following error came up

    "Internal exception: java.io.IOException: Recieved string lenght longer than maximum allowed (18>16)"

    Has anyone ever got this before , or know a fix>
     
  2. Offline

    sharp237


    Just a wild guess... maybe some string on the scoreboard can only have a string of max 16 length?
     
  3. Offline

    OcelotcR

    Aye, but there all integers. So no strings are used.
     
  4. Offline

    sharp237


    Doesn't the scoreboard have a string on the left and top? Like:

    Kills
    sharp237 90
    bob 30
    jogn 10
     
  5. Offline

    OcelotcR

    True this. I will look at that.
     
Thread Status:
Not open for further replies.

Share This Page