▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/MSMP Entity
MSMP Entity

MSMP Entity

Extends the Minecraft Server Management Protocol (MSMP) by providing additional functions for getting and setting entity data

Оцените первым
21
0

MSMP Entity

A server-side Fabric mod that extends the Minecraft Server Management Protocol (MSMP) by providing additional functions for getting and setting entity data.

This mod is designed for tooling, dashboards, automation systems, external monitoring tools, and integrations that need structured access to entity information without relying on command parsing or RCON hacks.

RPC Methods

The mod currently provides the following MSMP RPC methods. All of these methods are also automatically discoverable through the standard rpc.discover MSMP endpoint.

MethodDescription
entity:dimensionReturns the dimension/world of an entity.
entity:dimension/setChanges the dimension of an entity.
entity:dimension/changed/addAdd entities to dimension change notifications.
entity:dimension/changed/removeRemove entities from dimension change notifications.
entity:healthReturns the current and maximum health of a LivingEntity.
entity:health/setSets the health value of an entity.
entity:itemsReturns the inventory contents of a player or inventory-holding entity.
entity:items/setModifies or replaces inventory contents.
entity:positionReturns the current position of an entity.
entity:position/setTeleports or changes the position of an entity.
entity:rotationReturns the current entity rotation.
entity:rotation/setUpdates the entity rotation.
entity:saturationReturns the food level and saturation of a player.
entity:saturation/setSets the food level and saturation of a player.
entity:uuidResolves or returns UUID information for players.

RPC Notifications

The mod also provides the following MSMP RPC notifications that clients can subscribe to:

MethodDescription
entity:notification/dimension/changedNotifies about dimension changes of entities.

Installation

  1. Download the mod .jar and place it in your server's mods/ folder.
  2. Enable the Management Server in server.properties:
    management-server-enabled=true
    
  3. Start the server. The Management Server will listen on localhost:25576 by default.

License

LGPL-3.0

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.1.x

Платформы

Поддерживаемые окружения

Сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:2 недели назад
Главная