AdvancedChat is a powerful and easy-to-use plugin that allows you to fully customize your server chat for a better look and experience.
It includes:
- Group-based chat customization
- Color and formatting options
- Prefixes, suffixes, and placeholders
- Chat filtering and moderation tools
- Many additional features for server administrators
- Customizable Chat: Easily change the look of your server chat with colors, formats, and layouts.
- Group Support: Apply different chat styles for each permission group.
- Placeholders: Integrate popular placeholders for dynamic messages.
- Moderation Tools: Filter words, mute players, or create custom rules.
- Easy Integration: Compatible with most Spigot/Paper servers and easy to include in other plugins via API.
- Download the plugin.
- Stop your server to prevent errors.
- Place the plugin
.jarfile into your server'spluginsfolder. - Start your server. The plugin is now ready to use.
Plugin support is prioritized for newer Minecraft versions.
| MC Version | Support Level |
|---|---|
| 1.21.x | ✅ Fully Supported |
| 1.20.x | ✅ Fully Supported |
| 1.19.x | ✅ Fully Supported |
| 1.18.x | |
| 1.17.x | |
| 1.16.x | |
| 1.13.x - 1.15.x | |
| 1.8.8 - 1.12.x | |
| Legacy Version | 🛑 No Support |
Legend:
✅ Fully Supported |
Currently, API documentation is not available. You can include the library in your project as follows:
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.jonagamerpro1234</groupId>
<artifactId>AdvancedChat</artifactId>
<version>1.6.0</version>
</dependency>Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.jonagamerpro1234:AdvancedChat:1.6.0'
}If you need help or want to report issues:
