Merge remote-tracking branch 'origin/master'

This commit is contained in:
zznty
2022-10-04 19:37:55 +07:00

View File

@@ -2,7 +2,7 @@
# Api Roadmap # Api Roadmap
- [ ] world - [x] world
- [x] list available (guids) - [x] list available (guids)
- [x] get basic info (name, size) - [x] get basic info (name, size)
- [x] selected get - [x] selected get
@@ -14,13 +14,19 @@
- [x] settings get - [x] settings get
- [x] settings set - [x] settings set
- [x] status (state sim uptime) - [x] status (state sim uptime)
- [ ] settings - [x] settings
- [ ] get type schema (maybe in graphql or json schema) - [x] get type schema (maybe in graphql or json schema)
- [ ] list properties of type instance - [x] list properties of type instance
- [ ] get property value - [x] get property value
- [ ] set property value - [x] set property value
- [ ] plugins - [ ] 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 - [ ] players
- [ ] list - [ ] list
- [ ] kick (with cooldown or not) - [ ] kick (with cooldown or not)
@@ -29,7 +35,8 @@
- [ ] promote - [ ] promote
- [ ] demote - [ ] demote
- [x] logs (websocket) - [x] logs (websocket)
- [x] chat - [ ] chat
- [x] live messages (websocket) - [x] live messages (websocket)
- [x] invoke command - [x] invoke command
- [x] send message (custom color author channel) - [ ] invoke command (with direct response for optional delay)
- [x] send message (custom color author channel)