ProxiedChatConnection

允许你默默发送以及自动补全MCDR指令

工具

一键安装指令

!!MCDR plugin install pcc

作者

代码仓库

数据同步于

...

上次更新

...

最新版本

总下载量

90

返回插件仓库

PCC

A MCDR plugin allows you send MCDR commands privately.
It also support to autocomplete MCDR commands in game without any mods install in the client.

Require enable_packet_proxy set to true in loginproxy/config.json

Does not support Minecraft earier than 1.19.2.

Tested version: 1.19.2, 1.21.1

Dependencies

IDRelease Link
kpihttps://github.com/kmcsr/kpi_mcdr/releases
loginproxyhttps://github.com/kmcsr/login_proxy_mcdr/releases

Usage

This plugin will register MCDR commands to Minecraft command tree after player login, You can use /!! as the prefix to be able to autocomplete MCDR commands.

PCC assume all the texts that starts with !! or /!! is MCDR commands. The commands that not begin with !! will not be proxied by PCC.

Options

register_vanilla_command

When enabling, PCC will register a dynamic command node which is called <!!MCDR-command> to autocomlete MCDR commands that sent in Minecraft command form.
Enabled by default

proxy_mcdr_chat_command

When enabling, PCC will proxy MCDR commands which sent in chat form, and prevent it from being send to the Minecraft server. This might cause some plugins cannot parse its commands.
Enabled by default

chat_preview_suggestion

When enabling, PCC will request the clients send its chat preview to this plugin, which make PCC be able to parse MCDR commands and returns suggestions.
Disabled by default

自述文件来源:README.MD