I'm testing the plugin, attempting to ban my test account and I get the following error in the console:
23.06 23:30:57 [Server] INFO {admin} issued server command: /ban {testaccount}
23.06 23:30:57 [Server] INFO target: {testaccount}
23.06 23:30:57 [Server] INFO targetUUID:
23.06 23:30:57 [Server] WARN Exception in thread "Thread-24"
23.06 23:30:57 [Server] WARN java.lang.NoSuchMethodError: org.bukkit.OfflinePlayer.setBanned(Z)V 23.06 23:30:57 [Server] WARN at com.mcbans.firestar.mcbans.request.Ban.bukkitBan(Ban.java:437)
23.06 23:30:57 [Server] WARN at com.mcbans.firestar.mcbans.request.Ban.localBan(Ban.java:219)
23.06 23:30:57 [Server] WARN at com.mcbans.firestar.mcbans.request.Ban.run(Ban.java:140)
23.06 23:30:57 [Server] WARN at java.lang.Thread.run(Unknown Source)
No matter what ban type I try, its the same message. I did notice the "targetUUID" is always blank. I thought it was communication related, but ping and sync work just fine. As do lookups.
Any idea what could cause this?
23.06 23:30:57 [Server] INFO {admin} issued server command: /ban {testaccount}
23.06 23:30:57 [Server] INFO target: {testaccount}
23.06 23:30:57 [Server] INFO targetUUID:
23.06 23:30:57 [Server] WARN Exception in thread "Thread-24"
23.06 23:30:57 [Server] WARN java.lang.NoSuchMethodError: org.bukkit.OfflinePlayer.setBanned(Z)V 23.06 23:30:57 [Server] WARN at com.mcbans.firestar.mcbans.request.Ban.bukkitBan(Ban.java:437)
23.06 23:30:57 [Server] WARN at com.mcbans.firestar.mcbans.request.Ban.localBan(Ban.java:219)
23.06 23:30:57 [Server] WARN at com.mcbans.firestar.mcbans.request.Ban.run(Ban.java:140)
23.06 23:30:57 [Server] WARN at java.lang.Thread.run(Unknown Source)
No matter what ban type I try, its the same message. I did notice the "targetUUID" is always blank. I thought it was communication related, but ping and sync work just fine. As do lookups.
Any idea what could cause this?