Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Listener Priorities

kangarko edited this page Apr 6, 2017 · 13 revisions

Towny/Factions/.. Rules, channels or chat don't show or show when not supposed to

This is commonly caused by wrong event priorities; ChatControl modifies the chat before the other plugin, or vice versa, causing the wrong order. You can edit the priorities in ChatControl manually and find a suitable combination. Please read this short section to understand how priorities work.

One user has reported following configuration working well with FactionsChat:

Listener_Priority:
  Formatter: NORMAL
  Checker: LOWEST

You may experiment with different values (LOWEST, LOW, NORMAL, HIGH, HIGHEST and MONITOR) to find a combination that works with your other plugins.

Clone this wiki locally