Make velocity more compatible with MCDReforged
Splitted from lls-manager(LBS fork)
MCDR command suggestion compatible with Minecraft Command Register
Player chat event parsing compatible with LBSVelocityHandler
And this plugin will print chat message to velocity console to make MCDReforged custom handlers available to parse commands in chat.
Config path: plugins/VelocityMCDRCommand/config.json
enableMCDRCommandSuggestion
Enable mcdr
command to register MCDR command tree to Velocity and provides command suggestion
Default: true
enablePrintPlayerChat
Enable printing chat message to server console
Default: true
playerChatLogFormat
Log format of printing chat message
Default: [{0}] <{1}> {2}
(0: sub-server, 1: player name, 2: message)
enableAlertRaw
Enable alertraw
command to send raw json to server players
Default: true
mcdr <serialized_mcdr_command_tree>
Register MCDReforged command tree to Velocity, do not register on your own, use Minecraft Command Register to do this
For example, !!MCDR
will be registered as /!!MCDR
Can only be executed in console
/alertraw <target> <raw_json>
Send text in raw json like vanilla tellraw
command
Permission: velocitymcdrcommand.command.alertraw
Thanks AnzhiZhang and ZhuRuoLing for their MCDRCommandFarbic and Minecraft Command Register