Skip to content

Lazy-Bing-Server/MCDRCommand-Velocity

Repository files navigation

MCDRCommand-Velocity

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

Config path: plugins/VelocityMCDRCommand/config.json

  1. enableMCDRCommandSuggestion

Enable mcdr command to register MCDR command tree to Velocity and provides command suggestion

Default: true

  1. enablePrintPlayerChat

Enable printing chat message to server console

Default: true

  1. playerChatLogFormat

Log format of printing chat message

Default: [{0}] <{1}> {2} (0: sub-server, 1: player name, 2: message)

  1. enableAlertRaw

Enable alertraw command to send raw json to server players

Default: true

Command

  1. 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

  1. /alertraw <target> <raw_json>

Send text in raw json like vanilla tellraw command

Permission: velocitymcdrcommand.command.alertraw

Credits

Thanks AnzhiZhang and ZhuRuoLing for their MCDRCommandFarbic and Minecraft Command Register

About

Make velocity more compatible with MCDReforged

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages