Skip to content
Matej edited this page Jul 16, 2024 · 2 revisions

Most features such as channels, private messages, nicks, warning points etc. are fully supported on proxy. That means you can tab-complete player names from the entire network, and manipulate with these data easily. You can even list proxy players using /list command and much more.

Currently supported proxies:

  • BungeeCord/Waterfall - Install BungeeControl Red on your proxy and keep ChatControl on Bukkit servers.
  • Velocity - Install VelocityControl on your proxy and keep ChatControl on Bukkit servers.
  • RedisBungee or forks - Install addons from above and we'll enable Redis support automatically.

Requirements:

  • MySQL database.

Installation

1. Install proxy addons

Keep ChatControl on your Bukkit servers and install our addons on proxy from above.

2. Enable MySQL

We require a database connection to synchronize data between your network effectively.

a. Enable database in mysql.yml inside plugins/ChatControlRed folder. b. Enable network in proxy.yml inside plugins/ChatControlRed folder. c. Change "Server_Name" in proxy.yml to be unique for each server (see below).

3. Link Your Server Name

Ensure that your server name on proxy equals to the "Server_Name" key from step 2c.

Example for BungeeCord's config.yml:

aa

Example for Velocity's velocity.toml:

a

4. Restart

After a restart, you should now be able to use proxy features automatically.

Note that some proxy features must manually be enabled in settings.yml of ChatControl Red.

You can also forward commands to proxy using "then proxyconsole" in Rules and Messages and "/chc forward" command.

Clone this wiki locally