Skip to content

Repository files navigation

YetAnotherMessagesLibrary (YAML)

License: MITVersionVersionGitHub repo size

Lightweight and modular Minecraft Messages Library based on adventure.

Support

Platforms

General implementations of API for specific platforms

Repositories

Implementations of values/messages suppliers or utilities class to easily add support for YAML message types

  • okaeri-configs - Transformers & Serializers for every YAML message type and utility classes. See how it looks like here.

Replaceable

Implementations of Replaceable interface to easily replace placeholders in messages

Maven/Gradle

Maven

<!-- Releases -->
<repository>
<id>mythic-releases</id>
<url>https://repo.mythicprojects.org/releases</url>
</repository>
<!-- Snapshots -->
<repository>
<id>mythic-snapshots</id>
<url>https://repo.mythicprojects.org/snapshots</url>
</repository>
<dependency>
<groupId>dev.peri.yetanothermessageslibrary</groupId>
<artifactId>[module]</artifactId>
<version>[version]</version>
</dependency>

Gradle

repositories {
// Releases
maven {
name ="mythic-releases"
url ="https://repo.mythicprojects.org/releases"
}
// Snapshots
maven {
name ="mythic-snapshots"
url ="https://repo.mythicprojects.org/snapshots"
}
}
dependencies {
implementation 'dev.peri.yetanothermessageslibrary:[module]:[version]'
}

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages