Перейти к содержимому
Mineforgian

MessageChain

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

Загрузки
719
Подписчики
0
Обновлён
31 марта 2024 г.
Лицензия
Apache-2.0

Опубликован 22 октября 2023 г.

MessageChain

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.

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

Testing

Routing

Run command /msgc_test_routing, there will be an output if success.

Notifications

Run command /msgc_test_notification, there will be an output if success.

Road map

v1 (Next version)

Basic data processing

v2

Data synchronization

v3

PlayerBridge, which allows sending messages to a player directly.

Sponsor

"Buy Me A Coffee"

Ченджлог

0.2.1Альфа1.20.4 · 31 марта 2024 г.

An alpha update

0.2.1Альфа1.20.2, 1.20.3, 1.20.4 · 20 января 2024 г.

MessageChain 0.2.1

Add some experimental features

0.2Бета1.20 · 28 октября 2023 г.

Feature(s) added

  • Notification Allows server-side push notification.

Feature(s) stabilized

  • Routing Added method to run request in another thread.
  • Integration Mod will show on 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

0.1Бета1.20 · 22 октября 2023 г.

The first version ever published.

Комментарии

Загружаем…