Server Notify

Quick rating

Community listing page, reviews here may not be monitored by the author.

Server Notify

By DoojiOwner

No reviews yet

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

QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
[1.21] Server Notify - 1.0.4

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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

  1. Texture Notifications: Display textures from any loaded resource pack.
  2. Text-only Notifications: Display simple messages.
  3. Image from URL: Display images from a specified URL.

Getting Started

  1. Command-based: All features are accessed via commands in-game.
  2. Commands: Type /server-notify to view available options.

Main Command

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.

<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.

<message> is your message in quotation marks.

<dismissButton> displays a "Dismiss" button on the screen.

<dismissMessage> displays a "Press ESC to dismiss" text at the bottom of the screen.

<alwaysShow> 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.

<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.

<url> is your image URL in quotation marks.

<width> 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).

<height> 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).

<dismissMessage> displays a "Press ESC to dismiss" text at the bottom of the screen.

<alwaysShow> 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

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

  1. Texture Notifications: Display textures from any loaded resource pack.
  2. Text-only Notifications: Display simple messages.
  3. Image from URL: Display images from a specified URL.

Getting Started

  1. Command-based: All features are accessed via commands in-game.
  2. Commands: Type /server-notify to view available options.

Main Command

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.

<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.

is your message in quotation marks.

<dismissButton> displays a "Dismiss" button on the screen.

<dismissMessage> displays a "Press ESC to dismiss" text at the bottom of the screen.

<alwaysShow> 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.

<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.

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).

<dismissMessage> displays a "Press ESC to dismiss" text at the bottom of the screen.

<alwaysShow> 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

Screenshots

Gallery

  • Texture Notification
    Texture Notification
  • Text Notification
    Text Notification dismissButton & dismissMessage are true
  • Texture Notification
    Texture Notification
  • Text Notification
    Text Notification dismissButton & dismissMessage are true

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Total Downloads
CurseForge
<1,000
Modrinth
~3,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works