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.7.1</version>
</dependency>
maven { url "https://repo.dreamcode.cc/releases" }
implementation "cc.dreamcode.notice:{platform}:1.7.1"