This commit is contained in:
minster586
2025-06-19 22:00:23 -04:00
parent e455136bcb
commit d43794f34b
30 changed files with 292 additions and 681 deletions

View File

@@ -0,0 +1,9 @@
# Logical name for this server (shown in /scnotify status)
server-name: Lobby
gotify:
# Gotify server base URL (no trailing slash)
url: "https://gotify.example.com"
# Token from your Gotify app
token: "REPLACE_WITH_YOUR_TOKEN"

View File

@@ -0,0 +1,2 @@
player-join: "{player} joined {server}."
player-leave: "{player} left {server}."

16
target/classes/plugin.yml Normal file
View File

@@ -0,0 +1,16 @@
name: SmartCraftNotifier
version: 1.2.0
main: com.smartcraft.notifier.SmartCraftNotifier
api-version: 1.20
commands:
scnotify:
description: SmartCraft Notifier utility command
usage: /scnotify <ping|status>
permission: smartcraft.notify
permission-message: You do not have permission to use this command.
permissions:
smartcraft.notify:
description: Allows use of SmartCraft Notifier commands
default: op