Skip to content

Bukkit/Bungee notice library for easy sending messsage.

License

Notifications You must be signed in to change notification settings

DreamPoland/dream-notice

Repository files navigation

Dream-Notice

Build

Simple notice library with placeholders and mini-messages support.

Platforms

Maven/Gradle

Maven

<repository>
  <id>dreamcode-repository-releases</id>
  <url>https://repo.dreamcode.cc/releases</url>
</repository>
<dependency>
  <groupId>cc.dreamcode.notice</groupId>
  <artifactId>{platform}</artifactId>
  <version>1.6.6</version>
</dependency>

Gradle

maven { url "https://repo.dreamcode.cc/releases" }
implementation "cc.dreamcode.notice:{platform}:1.6.6"

Note

If you need mini-message support, you need to implement dream-utilities versions with the adventure module. Both dream-utilities modules run on the same package.

For example cc.dreamcode:utilities-bukkit-adventure:newer-version

Or use module with -adventure suffix, cc.dreamcode.notice:platform-adventure:1.6.6 for better support. (use only core and adventure module)

About

Bukkit/Bungee notice library for easy sending messsage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages