-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
FabianAdrian edited this page May 18, 2024
·
9 revisions
Configuration files are located in the root of the plugin data folder.
Most configuration values can be reloaded using the /proxychat reload
command without having to restart the proxy, with the only exception being the channels configuration.
ProxyChat supports MiniMessage and MiniPlaceholders in all configurable messages.
Tip
If you haven't already, I recommend you to check out the MiniMessageViewer which helps with the message editing tremendously.
The main configuration of the plugin.
This is where you configure custom chat channels.
Important
Due to technical limitations, after making changes to your channel configuration, you must restart the proxy for the changes to take effect.
channels:
- name: example
format: '[Example] <sender>: <receiver>'
command: examplecommand
commandAliases:
- examplealias1
- examplealias2