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!
/server-notify to view available options.!Main Command
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.
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.
<sound_namespace> is the namespace of the sound you'd like to play when the notification is shown.
<sound_path> is the path of the sound you'd like to play when the notification is shown.
Another Text Notification example would be:
/server-notify new text "Notification Test" minecraft "ambient.cave" "hey, testing" false true true
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.
<sound_namespace> is the namespace of the sound you'd like to play when the notification is shown.
<sound_path> is the path of the sound you'd like to play when the notification is shown.
Another Image Notification example would be:
/server-notify new url "Image Test" minecraft "ambient.cave" "https://some_direct_image_url" 480 270 true true

Show notifications (images & more) to players that join your server!