134aef7f46ed9a2e7493b6225de70102797d00ae
NTFYNotifier
A lightweight Minecraft plugin that sends real-time alerts to ntfy.sh when players join, leave, or run specific commands. Designed for Paper/Spigot servers on Minecraft 1.14+, this plugin helps admins stay in-the-know wherever they are.
🔔 Features
- 🔹 Join and Quit Notifications
- 🔹 Command Watcher (customizable)
- 🔹
%player%
,%server%
and%target%
placeholder support - 🔹 Fully configurable messages and settings
- 🔹 ntfy.sh API integration (with optional basic auth)
🛠 Installation
- Place the compiled
NTFYNotifier-1.0.3.jar
in your server’splugins/
folder. - Start the server to generate
config.yml
andmsg.yml
. - Customize configuration and messages to your liking.
⚙ Configuration
config.yml
server-name: "NTFYCraft"
ntfy:
server: "https://ntfy.sh"
topic: "minecraft-events"
auth:
enabled: false
username: "user"
password: "pass"
notifications:
join: true
quit: true
commands:
enabled: true
watch:
- "stop"
- "ban"
- "kick"
- "mute"
- "warn"
- "op"
Description
Public Release
Latest
Languages
Java
95.3%
Batchfile
4.7%