EssentiaX Chat Addon
Clear chat and slowchat addon for EssentiaX
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
EssentiaX Chat Addon
ChatAddon for EssentiaX
EssentiaX is a useful addon for EssentiaX that makes your server chat more manageable and organized.
Features
- Slowchat - Prevents players from sending messages too quickly. - Configurable cooldown in seconds. - Players with the permission `essentiax.slowchat.bypass` can bypass slowchat.
- ClearChat - Manually clear the chat with the `/clearchat` command. - Broadcasts a message when the chat has been cleared. - Automatic chat clearing at configurable intervals. - Both the command and auto-clear can be enabled or disabled in the config. - Permissions: - `essentiax.clearchat` for using the command - `essentiax.slowchat.bypass` for bypassing slowchat
Installation
1. Place the `ChatAddon.jar` file in the following folder: plugins/EssentiaX/addons 2. Start or reload the server. 3. The configuration file will be automatically created at `plugins/EssentiaX/addons/chataddon.yml`. 4. Adjust slowchat and clearchat settings in the configuration file.
Configuration
- Slowchat ```yaml slowchat: enabled: true cooldown_seconds: 5
clearchat: enabled: true auto: enabled: true interval: 60 # minutes ```
Notes
- This addon is compatible only with EssentiaX. - No additional dependencies required.