alecgorge / jsonapi

A JSON API for Minecraft: http://forums.bukkit.org/threads/admn-info-jsonapi-v1-3-1-json-http-and-socket-api-for-controlling-a-server-740.14270/
http://mcjsonapi.com
MIT License
232 stars 88 forks source link

JSONAPI v6.0.0 #426

Open alecgorge opened 9 years ago

alecgorge commented 9 years ago

Here are the things on my list for 6.0.0:

For sure

Do you have any more suggestions?

koesie10 commented 9 years ago

Allow nested method calls?

alecgorge commented 9 years ago

What do you mean by nested method calls?

koesie10 commented 9 years ago

Nested method calls as decribed in #129

alecgorge commented 9 years ago

I'm eliminating the JSON definition of API methods entirely so that will become moot. Hopefully that isn't an issue

koesie10 commented 9 years ago

I don't actually need it myself, it was just something I saw coming up earlier in #129 and was interested in.

krisdb2009 commented 9 years ago

Just want to say, This is awsome! Keep it up!

krisdb2009 commented 9 years ago

Oh, also Not sure if its been fixed in latest builds but, sometimes the plugin will say "Not a valid group (insert group here)" on startup. But not all the time. Just sometimes... And, if you use /jsonapi reload it will reload the plugin but the method for grabbing chat in game will return duplicated chat in the array.

alecgorge commented 9 years ago

Yeah, users/groups are really screwed up right now. Would anyone be sad if I rewrote it to be json?

I would be able to make it oodles more reliable than the freaking yaml based configs...

krisdb2009 commented 9 years ago

Go for it. It takes 5 seconds to set up the groups anyhow.

krisdb2009 commented 9 years ago

Also, could there be a way in the future to compare usernames to uuid's. Like a way to track them

maxlehot1234 commented 8 years ago

Any update for jsonapi ??? Thank you

ArcasCZ commented 7 years ago

Hello. What about porting to Sponge? Is it real?