This should give you a general idea what the Strawberry Communication Standard is about
(stbmv1)
is a legacy version and no longer receives any new major updates. We only offer support for a certain period of time.
Version 2 (stbmv2)
is a new, revised version of our communication system.
This uses JSON to transfer messages via the user.
With our new communication standard, users can now program their own message builder and decide for themselves how a message should be displayed, regardless of how the server had actually formatted the messages.
There is also Version 2.1 (stbmv2.1)
which adds support for message proxying, currently it is not available.
stbmv2
). You can learn more about it herev1.8.0 - v1.8.2 | v1.8.3 | v1.9.0 | |
---|---|---|---|
Standard <=2.4.0 | ✅ | ✅ | ❌ |
Standard v2.5.0 | ❌ | ❌ | ✅ |
Standard >=v2.5.1 | ✅ (CM) | ✅ (CM) | ✅ (CM) |
Lite <=v1.0.1 | ✅ | ✅ | ❌ |
Lite >=v1.1.0 | ❌ | ❌ | ✅ |
Nano <=v1.0.1 | ✅ | ✅ | ❌ |
Nano >=v1.1.0 | ❌ | ❌ | ✅ |
Berryjuice-pico | ✅ | ✅ | ❌ |
compatibility_mode: true
to the respective legacy server entry or start the client with the --compatibility-mode
flag!