jsonapi icon indicating copy to clipboard operation
jsonapi copied to clipboard

java.lang.NoSuchFieldException: length

Open Gladorme opened this issue 9 years ago • 2 comments

Hello, I have a problem with JSONAPI: http://pastebin.com/cid71a8q . I tried with builds #111 and #119 (1.7.10) I use Cauldron (1.7.10-1.1231.04.209), ProtocolLib (3.4.0), Vault (1.4.1)

Thank in advance for your help !

Gladorme avatar Mar 08 '15 16:03 Gladorme

I thought I didn't need it, but I need it, so I reopen the ticket. There is maybe a special version for Cauldron 1.7.10 ? Thank you in advance for your solutions

Gladorme avatar Apr 05 '15 13:04 Gladorme

For use in Cauldron, change this in the file methods.json;

this.onlinePlayerCount()

to

Server.getOnlinePlayers().size()

drave avatar Apr 10 '15 11:04 drave