2022-10-04 19:38:44 +07:00
2022-07-21 21:57:27 +07:00
2022-10-03 21:49:31 +07:00
2022-07-21 21:57:27 +07:00
2022-10-04 19:38:44 +07:00
2022-07-21 21:57:27 +07:00

Currently client app is not finished

Api Roadmap

  • world
    • list available (guids)
    • get basic info (name, size)
    • selected get
    • selected set
    • create
  • server
    • start
    • stop
    • settings get
    • settings set
    • 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
  • plugins
    • 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)
    • disconnect
    • ban
    • promote
    • demote
  • logs (websocket)
  • chat
    • live messages (websocket)
    • invoke command
    • invoke command (with direct response for optional delay)
    • send message (custom color author channel)
Description
No description provided
Readme 213 KiB
Languages
C# 100%