Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.25 KB

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)