Skip to main content

· One min read
Jeb Feng
note

The version was published before the docs were set up.

Feature(s) added

  • Notification

    Allows server-side push notifications.

Feature(s) stabilized

  • Routing

    Added method to run request in another thread.

  • Integration

    The mod will show on the modmenu mods list.

Fixed issues

  • Set accessibility of requestMap to private, because it should be processed internally.

Other

Full Changelog: https://github.com/Ranzeplay/MessageChain/compare/v0.1...v0.2

· One min read
Jeb Feng
note

The version was published before the docs were set up.

Brief introduction

A Minecraft fabric mod allows developers to interact with server resources like calling web API.

I hope this mod can simplify your development process dealing with networking.

Road map

v1

Basic data processing

v2

Data synchronization

v3

PlayerBridge, which allows sending messages to a player directly.