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

23 lines
734 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SmartCraftNotifier
**SmartCraftNotifier** is a lightweight Spigot plugin that sends real-time join/leave notifications to your [Gotify](https://gotify.net) 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`
```yaml
server-name: SERVER-NAME
gotify:
url: "https://gotify.example.com"
token: "REPLACE_WITH_YOUR_TOKEN"