Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Notify Plugin
PluginApache-2.0

Notify Plugin

Keep your staff informed about SimpleCloud server state changes with real-time notifications using MiniMessage formatting.

2.2K
Downloads
1
Followers
5 months ago
Updated
📦
20
Versions
managementutilitybungeecordvelocitywaterfall
Download Latestv0.0.2-dev.7cf06fbView on Modrinth

📖About Notify Plugin

Notify Plugin

Banner

Modrinth
License

Discord
Follow @simplecloudapp
Follow @simplecloudapp
Follow @simplecloudapp

Report a Bug
·
Request a Feature

🌟 Give us a star — your support means the world to us!


All information about this project can be found in our detailed documentation.

Keep your staff informed about server state changes with real-time notifications using MiniMessage formatting.

Features

  • Ingame Notifiction: Get chat messages about server changes
  • Customize Messages: Configurable messages (minimessage supported)
  • Velocity & BungeeCord support

Configuration

Here you can see the configuration file for the plugin. All possible options are explained in the comments.

# The date format pattern the notify plugin uses.
# For more information, see the official Java documentation: https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/text/SimpleDateFormat.html
date-format: dd.MM.yyyy HH:mm:ss

# Filter server states to notify about.
server-state-filter:
    # server-state obviously sets the server state to filter for
-   server-state: STARTING
    # The message that is being sent to the permitted players goes here. 
    # Don't get irritated by the |- format, it's just a multiline string. You can also pass oneliners.
    # Possible placeholders you can use here are:
    # - <server_group>: The group name the server belongs to
    # - <server_id>: The numerical id of the server
    # - <server_uuid>: The UUID of the server
    # - <server_state>: The state of the server after the update
    # - <server_ip>: The IP that the server is running on
    # - <server_port>: The port that the server is bound to
    # - <online_players>: The amount of players currently online on the server
    # - <max_players>: The maximum amount of players that can join the server
    # - <server_update_date>: The date of the last update of the server
    # - <server_create_date>: The date of the initial update (creation) of the server
    message: |-
        <color:#38bdf8><bold>⚡</bold></color> <hover:show_text:'<color:#38bdf8><bold>⚡</bold></color> Information of <server_group> <server_id>
           <color:#a3a3a3>Timestamp:</color> <color:#38bdf8><server_update_date></color>
           <color:#a3a3a3>State:</color> <color:#38bdf8><server_state></color>
           <color:#a3a3a3>Server-IP:</color> <color:#38bdf8><server_ip></color>
           <color:#a3a3a3>Port:</color> <color:#38bdf8><server_port></color>
           <color:#a3a3a3>Players:</color> <color:#38bdf8><online_players>/<max_players></color>'><color:white>Server <server_group> <server_id></hover> updated its state to <color:#fbbf24><server_state></color>.
    # Users will need this permission to receive the message. Leave it empty (just '') to allow everyone to receive it.
    permission: notify.receive.state-changed.starting
    
    # You can add more server states to filter like this:
-   server-state: AVAILABLE
    # To design your own messages, we recommend using the minimessage web-ui: https://webui.advntr.dev/
    message: |-
        <color:#38bdf8><bold>⚡</bold></color> <hover:show_text:'<color:#38bdf8><bold>⚡</bold></color> Information of <server_group> <server_id>
           <color:#a3a3a3>Timestamp:</color> <color:#38bdf8><server_update_date></color>
           <color:#a3a3a3>State:</color> <color:#38bdf8><server_state></color>
           <color:#a3a3a3>Server-IP:</color> <color:#38bdf8><server_ip></color>
           <color:#a3a3a3>Port:</color> <color:#38bdf8><server_port></color>
           <color:#a3a3a3>Players:</color> <color:#38bdf8><online_players>/<max_players></color>'><color:white>Server <server_group> <server_id></hover> updated its state to <color:#fbbf24><server_state></color>.
    # The default permission is notify.receive.state-changed.[server-state]
    permission: notify.receive.state-changed.available
    
-   server-state: STOPPING
    message: |-
        <color:#38bdf8><bold>⚡</bold></color> <hover:show_text:'<color:#38bdf8><bold>⚡</bold></color> Information of <server_group> <server_id>
           <color:#a3a3a3>Timestamp:</color> <color:#38bdf8><server_update_date></color>
           <color:#a3a3a3>State:</color> <color:#38bdf8><server_state></color>
           <color:#a3a3a3>Server-IP:</color> <color:#38bdf8><server_ip></color>
           <color:#a3a3a3>Port:</color> <color:#38bdf8><server_port></color>
           <color:#a3a3a3>Players:</color> <color:#38bdf8><online_players>/<max_players></color>'><color:white>Server <server_group> <server_id></hover> updated its state to <color:#fbbf24><server_state></color>.
    # Here you can see that everyone will receive the message, as the permission is empty.
    permission: ''

Contributing

Contributions to SimpleCloud are welcome and highly appreciated. However, before you jump right into it, we would like you to read our Contribution Guide.

License

This repository is licensed under Apache 2.0.

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bungeecordvelocitywaterfall
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+11 more

🔗 Links

Modrinth Page