Addon ID

  • Colyseus_SDK

Info

Statistics

  • Download count12,152 total downloads
  • Latest download count 24 downloads of latest version
  • Average download count4 downloads per day average

Owners

  • Stable

    Version 0.18.0.0

    • Released 25 Aug, 2026
    • 24 downloads

    Upgrade to Colyseus 0.18 (requires a Colyseus 0.18 server; keep plugin 0.17.0.x for 0.17 servers). New: room request/response ACEs (Send request, On Room Response, On Room Request Error, ResponseValue...) and room clock expressions (ServerNow, RenderNow, RoundTripTime, Jitter). Fixes: quantized schema fields, MessageType expression, HttpStatusCode, Get Latency error handling. The Debug property now logs to the console — untick it if your console gets noisy.

  • Stable

    Version 0.17.0.3

    • Released 18 Feb, 2026
    • 124 downloads

    Fixes onAdd callbacks triggering twice sometimes (Update @colyseus/schema to 4.0.13)

    See: github.com/colyseus/colyseus/issues/915

  • Stable

    Version 0.17.0.2

    • Released 9 Feb, 2026
    • 33 downloads

    Fix build (0.17.0.1 was broken!)

  • Stable

    Version 0.17.0.1

    • Released 9 Feb, 2026
    • 12 downloads

    Add ACEs for client.getLatency()

  • Stable

    Version 0.17.0.0

    • Released 2 Feb, 2026
    • 35 downloads

    Upgrade SDK to 0.17. Add room.ping() method

  • Stable

    Version 0.16.0.7

    • Released 22 Apr, 2025
    • 239 downloads

    Schema callbacks: fix triggering OnAdd on existing key. github.com/colyseus/schema/issues/197

  • Stable

    Version 0.16.0.6

    • Released 21 Apr, 2025
    • 50 downloads

    Add "Set Auth Token". (Thanks @AgentePanela)

  • Stable

    Version 0.16.0.5

    • Released 20 Apr, 2025
    • 68 downloads

    Add "Set Auth Token". (Thanks @AgentePanela)

  • Stable

    Version 0.16.0.4

    • Released 20 Apr, 2025
    • 54 downloads

    Add "Set Auth Token". (Thanks @AgentePanela)

  • Stable

    Version 0.16.0.3

    • Released 20 Apr, 2025
    • 42 downloads

    Add "Set Auth Token". (Thanks @AgentePanela)

  • Stable

    Version 0.16.0.2

    • Released 20 Apr, 2025
    • 49 downloads

    Add "Set Auth Token". (Thanks @AgentePanela)

  • Stable

    Version 0.16.0.1

    • Released 8 Mar, 2025
    • 64 downloads

    Fixes error when joining rooms not using SchemaSerializer (LobbyRoom for example)

  • Stable

    Version 0.16.0.0

    • Released 7 Mar, 2025
    • 48 downloads

    Compatible with Colyseus v0.16. Added support for SDK v2. Added missing Auth and HTTP methods.

  • Stable

    Version 0.15.0.14

    • Released 30 Jul, 2024
    • 252 downloads

    Fix listening for deep changes on direct schema child references

  • Stable

    Version 0.15.0.13

    • Released 22 Dec, 2023
    • 325 downloads

    Fix listening for deep changes on direct schema child references

  • Stable

    Version 0.15.0.12

    • Released 19 Sep, 2023
    • 283 downloads

    Fixes room reconnection and their error handling.

  • Stable

    Version 0.15.0.11

    • Released 28 Jul, 2023
    • 141 downloads

    Do not cast "number" types on expressions.

  • Stable

    Version 0.15.0.10

    • Released 28 Jul, 2023
    • 133 downloads

    Stringify "object" types on the following expressions: "MessageValue", "MessageValueAt", "State", "CurrentValue", "CurrentValueAt" and "PreviousValue". Fixes condition that compares values Of Type ("CompareMessageValueOfType", "CompareMessageValueAtOfType")

  • Stable

    Version 0.15.0.9

    • Released 27 Jul, 2023
    • 121 downloads

    Added "RoomName" expression. Added "consented" parameter to "RoomLeave" action. (Thanks to @raassh-23 / Muhammad Nur Abdurrauf)

  • Stable

    Version 0.15.0.8

    • Released 25 Jul, 2023
    • 136 downloads

    Fixes RoomSendJSON action. (Thanks to @raassh-23 / Muhammad Nur Abdurrauf)

  • Stable

    Version 0.15.0.7

    • Released 20 Jul, 2023
    • 125 downloads

    Cast Boolean values to Number on all State/Value expressions. Trigger 'On item change' directly on collections when the child is a Schema instance.

  • Stable

    Version 0.15.0.6

    • Released 10 Jul, 2023
    • 132 downloads

    Fixes internal SDK error when server uses direct Schema properties within the state

  • Stable

    Version 0.15.0.5

    • Released 19 Jun, 2023
    • 139 downloads

    Support for version 0.15 of the server, and major rework! This version introduces a wide range of conditions and expressions that make it easier to handle messages and state changes.

    (Due to breaking changes introduced on this version of the SDK, it has been renamed to "Colyseus_SDK". If you are migrating from version 0.14 to 0.15 of the SDK, it is best to have both "Colyseus" (0.14) and "Colyseus_SDK" (0.15) installed, and manually modify the references from the old plugin to the new one)

  • Stable

    Version 0.14.9.2

    • Released 7 Jun, 2021
    • 373 downloads
  • Stable

    Version 0.14.9.1

    • Released 29 Apr, 2021
    • 194 downloads

    Avoid calling connection.readyState (thanks @Mikal for reporting!)

  • Stable

    Version 0.14.9.0

    • Released 14 Apr, 2021
    • 156 downloads

    Update colyseus.js to version 0.14.9 (@colyseus/schema 1.0.22)

  • Stable

    Version 0.14.1.3

    • Released 14 Dec, 2020
    • 303 downloads
  • Stable

    Version 0.14.1.2

    • Released 13 Dec, 2020
    • 217 downloads

    Fixes CurrentValue/CurrentValueAt during onStateChange

  • Stable

    Version 0.14.1.1

    • Released 17 Nov, 2020
    • 356 downloads

    fixes for 0.14

  • Stable

    Version 0.14.1.0

    • Released 17 Nov, 2020
    • 262 downloads

    Update colyseus.js with latest @colyseus/schema version

  • Stable

    Version 0.14.0.1

    • Released 20 Oct, 2020
    • 407 downloads
  • Beta

    Version 0.14.0.0

    • Released 15 Oct, 2020
    • 334 downloads

    New @colyseus/schema serializer. Compatibility with version 0.14 of the server.

  • Stable

    Version 0.13.3.0

    • Released 5 Aug, 2020
    • 490 downloads

    Added missing ".consumeSeatReservation()" method.

  • Stable

    Version 0.13.2.0

    • Released 31 May, 2020
    • 413 downloads

    Fixes for iOS

  • Stable

    Version 0.13.1.0

    • Released 8 May, 2020
    • 425 downloads

    New "Send JSON message" action

  • Stable

    Version 0.13.0.0

    • Released 28 Apr, 2020
    • 399 downloads
  • Stable

    Version 0.10.0.1

    • Released 30 Apr, 2019
    • 709 downloads

    Support new schema serializer

  • Stable

    Version 0.10.0.1

    • Released 30 Apr, 2019
    • 406 downloads

    Support new schema serializer

  • Stable

    Version 0.10.0.0

    • Released 24 Mar, 2019
    • 472 downloads

    Compatible with Colyseus 0.10

  • Stable

    Version 0.9.5.1

    • Released 25 Feb, 2019
    • 476 downloads

    fixes client reference on c3runtime

  • Stable

    Version 0.9.5

    • Released 8 Feb, 2019
    • 422 downloads

    C3 Runtime is now supported

  • Stable

    Version 0.9.4

    • Released 22 Apr, 2018
    • 721 downloads
    • Fix onListen callbacks.
    • Fixes getting the room's state
    • Prevent crashes when getting invalid variable paths

    Thanks a lot, @ProGM! github.com/gamestdio/colyseus-construct3/pull/2

  • Stable

    Version 0.9.3

    • Released 22 Apr, 2018
    • 440 downloads

    Fixed path error when exporting the final project.

  • Stable

    Version 0.9.2

    • Released 2 Apr, 2018
    • 618 downloads

    Fixed zip file. It's possible to install now.

  • Stable

    Version 0.9.1

    • Released 1 Apr, 2018
    • 478 downloads

    Added missing On message condition. "Value" and "ValueAt" can operate using either Listen and On message.

  • Beta

    Version 0.9.0

    • Released 27 Mar, 2018
    • 452 downloads

    First release. Works with server 0.9.0 alpha.