Skip to content

FireML-Dev/MessageLib

Repository files navigation

MessageLib

A library to easily handle modern messages in Paper plugins.

Basic Usage

The basic classes for this library are ComponentSingleMessage and ComponentListMessage.

These classes are immutable, just like Adventure's Component class. All methods should be self-explanatory.

Gradle (Kotlin)

To use this library, you need to shade it into your plugin using Gradle and the Shadow plugin.

repositories {
    maven("https://repo.codemc.io/repository/FireML/")
}

dependencies {
    compileOnly("uk.firedev:MessageLib:1.0.8") // This may not be the latest version.
}

About

A library to easily handle messages in PaperMC servers

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages