Messaging Utility
NotificationAPI
Unify your messaging systems and deliver beautiful on-screen notifications easily.
groupId: xyz.cuddlecloudartifactId: notificationapiversion: 1.0.0
Maven Installationpom.xml
pom.xml
<repositories>
<repository>
<id>cuddlecloud</id>
<url>https://libraries.cuddlecloud.xyz/repository/cuddlecloud/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>xyz.cuddlecloud</groupId>
<artifactId>notificationapi</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>An API for sending toast, actionbar, and title notifications to users.
</>Usage Examples
How to use NotificationAPI
Practical code examples to help you get started quickly.
Send Title
import xyz.cuddlecloud.notify.Notifier; Notifier.sendTitle(player, "Welcome!", "Enjoy your stay.");
✨User Interface
Alerts that stand out.
Send titles and actionbars gracefully.
📢
Rich Formats
Supports colors and animations.