Files
smartcraft-notifier/README.md
minster586 d43794f34b Redo
2025-06-19 22:00:23 -04:00

734 B
Raw Blame History

SmartCraftNotifier

SmartCraftNotifier is a lightweight Spigot plugin that sends real-time join/leave notifications to your Gotify server. Its clean, customizable, and built with zero external punishment dependencies.

🚀 Features

  • Sends join and leave messages to Gotify
  • Uses templates with {player} and {server} placeholders
  • /scnotify ping checks if Gotify is online
  • /scnotify status confirms the configured server name
  • Fully configurable config.yml and messages.yml
  • Lightweight: ~2.5MB shaded JAR with OkHttp

🛠 Configuration

config.yml

server-name: SERVER-NAME

gotify:
  url: "https://gotify.example.com"
  token: "REPLACE_WITH_YOUR_TOKEN"