EnhancedCommunications
A next-generation chat plugin for enhancing Minecraft chat.
⚠️ DISCLAIMER: ONLY WORKS FOR PAPERMC 1.18+
Features:
High-performance: Can process big messages and spam without hassle, chat delay, or TPS drops.
Versatile API: The API is very versatile. You can do anything from creating new actions to creating your managers for the plugin.
Customizable: Customize everything in this plugin for your server however you like!
PlaceholderAPI: This plugin supports PlaceholderAPI for practically everything, from actions to chat formatting, etc!
MiniMessage: EnhancedCommunications specializes over other plugins by staying on the modern side, so we use MiniMessage as our primary way to color messages and give them actions!
Folia support: This plugin fully supports Folia.
Honorable Mentions:
Mentioning system:
Messaging system (/message, /reply) with extensive API.
Chat formatting (LuckPerms, Vault, and even no-permissions plugin chat formatting)
Maven:
<repositories>
<repository>
<id>foxikle-flameyos</id>
<name>Foxikle's Repository</name>
<url>https://repo.foxikle.dev/flameyos</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.flame.communication</groupId>
<artifactId>EnhancedCommunication</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
Gradle (Kotlin):
repositories {
mavenCentral()
maven("https://repo.foxikle.dev/flameyos")
}
dependencies {
implementation("me.flame.communication:EnhancedCommunication:1.0.1")
}
You can ask for help in my discord server
ChannelsCommunication and EnhancedChatModeration will soon join the party.
External resources
Featured versions
See allProject members
fqmy1
Owner