Skip to main content
Version: Next

Introduction

MessageChain is a Minecraft fabric mod that allows developers to interact with server resources like calling web API.

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

Repository

Pull Requests and issues are welcome!

Features

  • Routing: Merge push and pull actions into one (since v0.1)
  • Notification: Receive server-side notifications (since v0.2)
  • Data synchronization: Synchronize client-server data (object-based)
  • PlayerBridge: Communicate directly between players
  • Form: Ask a player to fill in a form by showing a game screen, transmitting the result back when player finished filling.

Testing

Routing

Run command /msgc_test_routing, there will be output if it is successful.

Notifications

Run command /msgc_test_notification, there will be an output if it is successful.

Road map

v1 (Next version)

Basic data processing

v2

Data synchronization

v3

PlayerBridge, which allows sending messages to a player directly.

"Buy Me A Coffee"