Shel's MineChat

Quick rating

Community listing page, reviews here may not be monitored by the author.

Shel's MineChat

No reviews yet

This mod redesigns the original chat system to make it more modern and immersive

Mod Loaders
Minecraft

About

Description

This mod is designed with a more immersive chat interface system and can working without requiring server installation.
- Redesigned chat GUI and HUD
- Categorize global messages, private chats, and team messages
- Better message animations as well as more reasonable private chat features

本模组设计了一套更有沉浸感的聊天界面系统,并能够在不要求服务端安装的情况下也能正常运行。
-重新设计了聊天GUI和HUD
-将全局消息,私聊,队伍消息分类处理
-更好的消息动画以及更合理的私聊功能
description_56805947-d702-4d97-9f9c-2a575a810081.pngdescription_f37acaa7-5f75-425e-94af-c7e519cdbaf9.pngdescription_d203b95c-71f8-4036-a8e0-f32bf17104e0.pngdescription_8f36f955-67cd-473c-919a-80cd18cb9403.png
description_f4960b81-e4af-4787-b030-fdc85851560c.pngdescription_d23264a1-77fd-44a0-aa8e-e7af013640bb.pngdescription_5ec9d8be-9fa9-41cc-b361-e3a1a478d7df.pngdescription_18e7b811-1356-4c79-ad86-d4d8503fe9bb.pngdescription_f7449131-e2bf-4a68-a69c-877dfa54fd89.pngdescription_2e05b17d-2150-4938-b7ad-5b70a2d598cf.png

 


如何通过数据包添加自己的NPC对话:

首先在数据包文件夹下创建json文件
分别为消息发送者和对话内容
description_f4a7ce23-e35b-44f0-b8c7-8f4b4836745b.png

NPC的json内容如下
description_9add7bf3-0f92-4c2d-9a8b-812daf0698bb.png
其中head和customHead为可选项
不填写head会使用默认问号头像
customHead表示使用玩家皮肤还是自定义图片
false时为自定义图片,true时为玩家皮肤
区别在于是否会自动裁剪头像


NPC对话的内容如下
description_f83bd726-585e-421f-a992-e645e2836d8c.png
其中sender为发送的NPC
openScreen表示是否弹窗显示
option为玩家点击的回复消息按钮的内容,可选项
commands为执行完这条消息后一同执行的指令集,可选项

全部注册完毕后使用指令/mine_chat dialog send <id>即可向自己发生NPC消息