Download Server Notify — Minecraft Mods — MetaMods
Server Notify

Server Notify

Active

Downloads

0

Last update

9 months ago

Versions

1.19.2 — 1.21.1
Client and server
Fabric
Decor
Social
Utils

Server Notify

Server Notify allows you to configure and display notifications for players joining your Minecraft server. All management is done through simple commands supporting three different types of alerts.

Attention! Installation is required on both client and server.

Available notification types

  • Text notifications - simple display of any text message
  • Images from texture packs - using any textures from installed resource packs
  • Pictures from links - loading and displaying images from external URLs

How to get started

All actions are performed through in-game commands. Enter /server-notify to see the full list of available options.

Main command

Main management commands:

  • New - create a new notification
  • Edit - edit an existing alert
  • Remove - delete the selected notification
  • List - view all created alerts
  • Info - get detailed information about a specific notification
  • UUID-List - display a list with all identifiers

Creating new notifications

Use the command /server-notify new type "Notification Name" to create new alerts. Replace type with one of the three available types: texture, text or url.

Text notifications

This option allows displaying regular text messages.

/server-notify new text "Notification Name" <sound_namespace> <sound_path> <message> <dismissbutton> <dismissmessage> <alwaysshow>

Notification Name - arbitrary name in quotation marks for subsequent identification.

Sound namespace - identifier for the sound namespace to be played.

Sound path - path to the specific sound file.

Message - notification text in quotation marks.

Dismiss button - display of "Close" button on screen.

Close text - showing the hint "Press ESC to close" in the bottom of the screen.

Always show - display of notification every time player joins the server, even if already seen.

Text notification example:

/server-notify new text "Test Alert" minecraft "ambient.cave" "hello, this is a test" false true true

Image notifications

Allows loading and displaying images from external sources.

/server-notify new url "Notification Name" <sound_namespace> <sound_path> <url> <width> <height> <dismissmessage> <alwaysshow>

Notification Name - arbitrary name in quotation marks.

Sound namespace - identifier for the sound namespace.

Sound path - path to the specific sound file.

Link - image URL in quotation marks.

Width and height - image parameters. Consider Minecraft interface scaling. For example, an image with 1920×1080 resolution is better reduced to 480×270 to maintain proportions and viewing convenience.

Close text - enabling "Press ESC to close" hint.

Always show - display every time player joins the server.

Image notification example:

/server-notify new url "Image Test" minecraft "ambient.cave" "https://example_direct_link" 480 270 true true
Project members
Dooji

Dooji

Developer

Created: 7 Apr 2024

ID: 20060