CustomCommandPlugin
This plugin allows you to define custom chat commands that respond with a predefined reply.
Configuration
Enable the plugin in extra_cfg.yml
extra_cfg.yml
EnablePlugins:
- CustomCommandPlugin
Reference Configuration
plugin_custom_command_cfg.yml
# Configure your custom commands
Commands:
"comfymap": "Download comfy map! [https://www.racedepartment.com/downloads/comfy-map.52623/]"
"discord": "Join the discord! [https://discord.gg/uXEXRcSkyz]"
Usage
In-game you will be able to use the configured commands with the chat app.
By typing /alias you will get the response some spicy response.
Only the person sending the command will get the response from the server.