Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.83 KB

README.rst

File metadata and controls

50 lines (34 loc) · 1.83 KB

logo

SkyTemple Eventserver

Build Status Version Downloads License (GPLv3) Supported Python versions Discord

Websocket server that emits all of the events of SkyTemples event system via JSON to all connected clients.

Listens on port 45546.

All events are emitted using the following JSON object:

  • event: Name of the event
  • args: All positional arguments passed with the event (as an array).
  • kwargs: All keyword arguments passed with the event (as an object).

As of writing there is no documentation on which events exist yet, but if there is in the future, you will find it in the main SkyTemple repository, most likely inside the "docs" subdirectory.

Ko-Fi