Notifications
Send notifications to the client
note
- Notifications will show up in the bottom right corner of the screen.
Sending a notification
CheatBreakerAPI.getInstance().sendNotification(Player player, CBNotification notification)
Sending a notification with a fallback
CheatBreakerAPI.getInstance().sendNotificationOrFallback(Player player, CBNotification notification, Runnable fallback)