Info-Board Error; Generated an Exception

Discussion in 'Plugin Development' started by Dadur604, Jun 19, 2014.

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

    Dadur604

    I am configuring Info-Board, and am getting an error when I put the variable <playerpoints>. I have the plugin, and it was working a few days ago. Now, anytime I have that variable on my board, the console freaks out pumping out this message every second:
    Code:
    6/19/2014 11:31:19 PM [WARNING] [Info-Board] Task #1859 for Info-Board v1.0.0 generated an exception
    6/19/2014 11:31:20 PM java.lang.NoSuchMethodError: org.black_ixx.playerpoints.PlayerPointsAPI.look(Ljava/util/UUID;)I
    6/19/2014 11:31:20 PM    at com.sniperzciinema.infoboard.Variables.PlayerPointsVariables.replaceVariables(PlayerPointsVariables.java:17) ~[?:?]
    6/19/2014 11:31:21 PM    at com.sniperzciinema.infoboard.GetVariables.replaceVariables(GetVariables.java:137) ~[?:?]
    6/19/2014 11:31:22 PM    at com.sniperzciinema.infoboard.Util.Messages.getReplacements(Messages.java:52) ~[?:?]
    6/19/2014 11:31:23 PM    at com.sniperzciinema.infoboard.Util.Messages.getLine(Messages.java:37) ~[?:?]
    6/19/2014 11:31:24 PM    at com.sniperzciinema.infoboard.Scoreboard.Create.createScoreBoard(Create.java:118) ~[?:?]
    6/19/2014 11:31:25 PM    at com.sniperzciinema.infoboard.Scoreboard.Update.updateScoreBoard(Update.java:45) ~[?:?]
    6/19/2014 11:31:26 PM    at com.sniperzciinema.infoboard.Timers$2.run(Timers.java:94) ~[?:?]
    6/19/2014 11:31:27 PM    at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 11:31:28 PM    at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 11:31:29 PM    at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:587) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 11:31:29 PM    at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 11:31:31 PM    at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 11:31:32 PM    at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 11:31:33 PM    at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    It is really annoying as when this happens, the scoreboard doesnt show, and the only way to fix is to remove the points variable (Which I want).
     
  2. Offline

    bloodless2010

    Your problem is pretty much in the stack trace (java.lang.NoSuchMethodError). Please post your code so we can help you further.

    Edit: I realise this is you trying to configure a plugin, this is help for coding a plugin, not for help with one. Please post in the correct section
     
  3. Offline

    Dadur604

  4. Offline

    JaguarJo

    Now that you've got the thread open in the correct place, this one has become a dupe. Locked.
     
Thread Status:
Not open for further replies.

Share This Page