From 3aca266fcd3e2b31509bb1aa2cb7a8004ab3b352 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:34:14 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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)