
QuickChat
Modern chat plugin with formats, placeholders, private messages, colors, and full customization.
Список изменений
We have implemented an option for those using plugins that rely on Paper's chat event instead of Spigot's (# Use Paper's AsyncChatEvent instead of Spigot's AsyncPlayerChatEvent).
You can enable it in the "event-priority" section inside the config.yml file.
If you prefer, you can also add the option manually:
use-paper-event: false
Make sure it is placed under event-priority:.
Example:
event-priority: use-paper-event: true
This is useful if you don’t want to create a new config file. With this option, full support for Paper is provided.
We have implemented a StaffChat system, completely isolated from DiscordSRV, meaning messages will be fully private for staff members who have the following permission: quickchat.staffchat.
The command to use this channel is /staffchat.
Additionally, we have implemented a BossBar announcement system, which you can use to display information such as your server IP or store.
We recommend reloading the config.yml and messages.yml files.
