ToastAPI - Toast Notifications for Minecraft
ToastAPI is a focused library for displaying toast notifications in Minecraft. Derived from
UltimateAdvancementAPI, it provides only the toast notification functionality without additional features to maintain an extremely light-weight library given the NMS scope. The library can be shaded directly into your plugin, eliminating the need for server administrators to install separate dependencies.
The API supports standard toast notification types (goal, task, challenge) and integrates with existing plugin architectures.
Tested on the following versions:
1.21.5, 1.21.4, 1.21.3, 1.21.1
1.20.6, 1.20.4, 1.20.2, 1.20.1
More version support is planned!
Features
- Lightweight toast notification system
- Shade into your plugin - no separate installation required
- Built on UltimateAdvancementAPI foundation
- Local Maven repository support
Version Support
- 1.20.1-1.21.5 - Tested and supported
- 1.19.4 - Experimental
For Developers, please see the README.