23 lines
734 B
Markdown
23 lines
734 B
Markdown
# SmartCraftNotifier
|
||
|
||
**SmartCraftNotifier** is a lightweight Spigot plugin that sends real-time join/leave notifications to your [Gotify](https://gotify.net) server. It’s 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" |