Skip to content

Configuration

Oliver Martin edited this page Feb 1, 2019 · 35 revisions

There are FOUR configuration files that allow you to manage different aspects of the plugin:

  1. config.yml - Most plugin settings can be found here
  2. joinmessages.yml - Used to control join/quit messages
  3. chatcontrol.yml - Contains the chat rules, anti-spam, and mute/ignore settings
  4. messages.yml - Allows you to change, customise or translate EVERY message in the plugin

These files are all found in the Proxy plugins folder (This is the plugins folder in the same directory as your Bungeecord.jar or Waterfall.jar file). Simply navigate to /plugins/MultiChat/

All these config files use the YAML format. This means you should take extra care when editing them! If you incorrectly add an extra space, or delete a single "quotation mark", then you could stop the entire plugin from working correctly. Also make sure that you DO NOT use tabs in the file. Only spaces work correctly with YAML. To be on the safe side, you can use an online resource like this one to check your YAML file for syntax errors.

Clicking the links below will take you to detailed guidance for each individual file:

You can load your config changes in game without restarting your server by using /multichat reload

Next I recommend you take a look at the admin commands