Simple notice library with placeholders and mini-messages support.
<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>
maven { url "https://repo.dreamcode.cc/releases" }
implementation "cc.dreamcode.notice:{platform}:1.6.6"
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)