Installation command
!!MCDR plugin install lbs_velocity_handler
Author
Repository
Synced at
...
Last update
...
Latest version
Total downloads
10
Back to catalogue
LBS Velocity Handler
An enhanced velocity handler
Basic Features
-
Allow MCDR to handle player chat, player chat log line format can be configured in config
-
Allow ignoring or replace chat message with specified prefixes
Requirements
mcdreforged
>= 2.13.0-alpha.1
Usage
- Place this plugin in your MCDR plugin directory
- Install some Velocity plugin to print player chat to Velocity console, such as VelocityMCDRCommand
- Start MCDR
Command
Default command prefix: !!hvl
(Can be configured in config file)
!!hvl reload
Reload handler config
Config
Config file path: config/lbs_velocity_handler/config.json
-
reload_config_prefix
Modify this plugin config prefix
Default value:
!!hvl
-
admin_permission
Only players has this permission level or higher can run this plugin commands
Default_value:
4
-
replace_prefixes_map
Replace the prefixes defined in these keys to their corresponding values
Default value:
{"!!MCDR": "!!VMCDR", "!!VMCDR": "!!MCDR"}
(Default value is set to avoid conflict of
!!MCDR
with MCDR on sub-servers) -
ignore_prefixes
Chat message which starts with these values will be ignored
Default value: Empty list
-
player_chat_log_format
Player chat log formats which not includes Velocity regular log prefixes
Default value:
['[{server}] <{name}> {message}']
(Default format is the same as the player chat log format of VelocityMCDRCommand)
README source: README.md