diff --git a/README.md b/README.md index 474c8de..3559b5a 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,11 +14,11 @@ - [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) - [ ] players @@ -32,4 +32,4 @@ - [x] chat - [x] live messages (websocket) - [x] invoke command - - [x] send message (custom color author channel) \ No newline at end of file + - [x] send message (custom color author channel)