diff --git a/README.md b/README.md index 474c8de..485e779 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Api Roadmap -- [ ] world +- [x] world - [x] list available (guids) - [x] get basic info (name, size) - [x] selected get @@ -14,13 +14,19 @@ - [x] settings get - [x] settings set - [x] status (state sim uptime) -- [ ] settings - - [ ] get type schema (maybe in graphql or json schema) - - [ ] list properties of type instance - - [ ] get property value - - [ ] set property value +- [x] settings + - [x] get type schema (maybe in graphql or json schema) + - [x] list properties of type instance + - [x] get property value + - [x] set property value - [ ] plugins - - [ ] list (with ids for config type instance) + - [ ] list (status, id for config type instance) + - [ ] downloads + - [ ] list (guids, names, icons, latest versions) + - [ ] get info by guid (full description) + - [ ] download by guid + - [ ] install (multipart zip) + - [ ] uninstall by guid - [ ] players - [ ] list - [ ] kick (with cooldown or not) @@ -29,7 +35,8 @@ - [ ] promote - [ ] demote - [x] logs (websocket) -- [x] chat +- [ ] chat - [x] live messages (websocket) - [x] invoke command - - [x] send message (custom color author channel) \ No newline at end of file + - [ ] invoke command (with direct response for optional delay) + - [x] send message (custom color author channel)