Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for FlameyosFlow

Next-generational chat plugin for enhancing the chat experience!

Report EnhancedCommunication?

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:

2024-10-15_17 22 56

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.

Information

CategoryChat
Published onOctober 17, 2024
LicenseGNU v3
Downloads22
Stars1
Watchers0
Supports Folia

Pinned Versions

Members