
Server Notify
Show notifications (images & more) to players that join your server!
Обновлён 12 января 2025 г. · опубликован 30 марта 2024 г.
Server Notify
Server Notify is a Minecraft mod that lets you display notifications to players joining your Minecraft server. Easily set up notifications using commands, with options for texture, text, or URL-based notifications.
Required on Client and Server!
Notification Types
- Texture Notifications: Display textures from any loaded resource pack.
- Text-only Notifications: Display simple messages.
- Image from URL: Display images from a specified URL.
Getting Started
- Command-based: All features are accessed via commands in-game.
- Commands: Type
/server-notifyto view available options.

Command Options:
- Edit: Modify a notification's properties.
- Info: View details of a specific notification.
- List: Display all notifications.
- New: Create a new notification.
- Remove: Delete a notification.
- UUID-List: Show all notifications with their UUIDs.
Creating Notifications
Use the command /server-notify new type "Notification Name" to create a notification, replacing "Notification Name" with your preferred name and type with texture, text, or url.
Notification Types and Commands
Text-only Notification
A text notification lets you display any message as a notification.An example command would be:
/server-notify new text "Notification Name" <sound_namespace> <sound_path> <message> <dismissButton> <dismissMessage> <alwaysShow>
"Notification Name" can be anything, however it must be in quotation marks. It is for you to identify the notification later on.
is the namespace of the sound you'd like to play when the notification is shown.
is the path of the sound you'd like to play when the notification is shown.
is your message in quotation marks.
displays a "Dismiss" button on the screen.
displays a "Press ESC to dismiss" text at the bottom of the screen.
shows the notification to a player when they join even if they have already seen it.
Another Text Notification example would be:
/server-notify new text "Notification Test" minecraft "ambient.cave" "hey, testing" false true true
Image from URL Notification
An image notification lets you display any image from a URL.An example command would be:
/server-notify new url "Notification Name" <sound_namespace> <sound_path> <url> <width> <height> <dismissMessage> <alwaysShow>
"Notification Name" can be anything, however it must be in quotation marks. It is for you to identify the notification later on.
is the namespace of the sound you'd like to play when the notification is shown.
is the path of the sound you'd like to play when the notification is shown.
is your image URL in quotation marks.
is the width of your image (you might have to use a scaled down resolution to accomodate for Minecraft's GUI scale, for example for an image that's 1920x1080, scaled down while also keeping the aspect ratio would be 480 by 270).
is the height of your image (you might have to use a scaled down resolution to accomodate for Minecraft's GUI scale, for example for an image that's 1920x1080, scaled down while also keeping the aspect ratio would be 480 by 270).
displays a "Press ESC to dismiss" text at the bottom of the screen.
shows the notification to a player when they join even if they have already seen it.
Another Image Notification example would be:
/server-notify new url "Image Test" minecraft "ambient.cave" "https://some_direct_image_url" 480 270 true true
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.0.4 | Релиз | 1.21, 1.21.1 | fabric | 12 января 2025 г. | Скачать (925 КБ) |
| 1.0.4 | Релиз | 1.20.1 | fabric | 12 января 2025 г. | Скачать (918 КБ) |
| 1.0.4 | Релиз | 1.19.2 | fabric | 12 января 2025 г. | Скачать (916 КБ) |
| 1.0.3 | Релиз | 1.21, 1.21.1 | fabric | 1 ноября 2024 г. | Скачать (983 КБ) |
| 1.0.3 | Релиз | 1.20.1 | fabric | 1 ноября 2024 г. | Скачать (976 КБ) |
| 1.0.3 | Релиз | 1.19.2 | fabric | 1 ноября 2024 г. | Скачать (974 КБ) |
| 1.0.2 | Релиз | 1.19.2 | fabric | 6 мая 2024 г. | Скачать (974 КБ) |
| 1.0.1 | Релиз | 1.19.2 | fabric | 7 апреля 2024 г. | Скачать (974 КБ) |
| 1.0.0 | Релиз | 1.19.2 | fabric | 6 апреля 2024 г. | Скачать (975 КБ) |
Ченджлог
1.0.4Релиз1.21, 1.21.1 · 12 января 2025 г.
Please read before updating!
This update changes where Server Notify saves notification data.
On Server: config/notifications.json -> config/Server Notify/notifications.json
On Client: config/Server Notify/Server Notify/notifications.json -> config/Server Notify/seen_notifications.json
- Added a better error screen
- Improved command syntax (see mod page for updated instructions)
- Fixed wrong Dismiss Button placement
1.0.4Релиз1.20.1 · 12 января 2025 г.
Please read before updating!
This update changes where Server Notify saves notification data.
On Server: config/notifications.json -> config/Server Notify/notifications.json
On Client: config/Server Notify/Server Notify/notifications.json -> config/Server Notify/seen_notifications.json
- Added a better error screen
- Improved command syntax (see mod page for updated instructions)
- Fixed wrong Dismiss Button placement
1.0.4Релиз1.19.2 · 12 января 2025 г.
Please read before updating!
This update changes where Server Notify saves notification data.
On Server: config/notifications.json -> config/Server Notify/notifications.json
On Client: config/Server Notify/Server Notify/notifications.json -> config/Server Notify/seen_notifications.json
- Added a better error screen
- Improved command syntax (see mod page for updated instructions)
- Fixed wrong Dismiss Button placement
1.0.3Релиз1.21, 1.21.1 · 1 ноября 2024 г.
Added support for 1.21 and 1.21.1! Compatible with NeoForge too using Sintrya Connector, Forgified Fabric API required.
1.0.3Релиз1.20.1 · 1 ноября 2024 г.
Added support for 1.20.1! Compatible with NeoForge too using Sintrya Connector, Forgified Fabric API required.
1.0.3Релиз1.19.2 · 1 ноября 2024 г.
Minor Update
Version 1.0.3
Please report any bugs you may find and feel free to suggest stuff!
Changelog
- When creating a Text Notification, dismiss_button would always be false.
1.0.2Релиз1.19.2 · 6 мая 2024 г.
Minor Update
Version 1.0.2
Please report any bugs you may find and feel free to suggest stuff!
Changelog
- Fixed the texture & url notification type commands throwing an error
With this I'd like to say that a major overhaul is coming soon, with more version support!
1.0.1Релиз1.19.2 · 7 апреля 2024 г.
Minor Update
Version 1.0.1
Please report any bugs you may find and feel free to suggest stuff!
Changelog
- Fixed URL Images
Комментарии
Загружаем…

