Skip to content

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.

MiniMessage

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.

config.yml

The main configuration of the plugin.

announcements.yml

channels.yml

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.

Default configuration

channels:
- name: example
  format: '[Example] <sender>: <receiver>'
  command: examplecommand
  commandAliases:
  - examplealias1
  - examplealias2
Clone this wiki locally