Redo
This commit is contained in:
BIN
target/classes/com/smartcraft/notifier/CommandHandler.class
Normal file
BIN
target/classes/com/smartcraft/notifier/CommandHandler.class
Normal file
Binary file not shown.
BIN
target/classes/com/smartcraft/notifier/ConfigManager.class
Normal file
BIN
target/classes/com/smartcraft/notifier/ConfigManager.class
Normal file
Binary file not shown.
BIN
target/classes/com/smartcraft/notifier/GotifySender$1.class
Normal file
BIN
target/classes/com/smartcraft/notifier/GotifySender$1.class
Normal file
Binary file not shown.
BIN
target/classes/com/smartcraft/notifier/GotifySender$2.class
Normal file
BIN
target/classes/com/smartcraft/notifier/GotifySender$2.class
Normal file
Binary file not shown.
BIN
target/classes/com/smartcraft/notifier/GotifySender.class
Normal file
BIN
target/classes/com/smartcraft/notifier/GotifySender.class
Normal file
Binary file not shown.
BIN
target/classes/com/smartcraft/notifier/SmartCraftNotifier.class
Normal file
BIN
target/classes/com/smartcraft/notifier/SmartCraftNotifier.class
Normal file
Binary file not shown.
Binary file not shown.
9
target/classes/config.yml
Normal file
9
target/classes/config.yml
Normal 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"
|
2
target/classes/messages.yml
Normal file
2
target/classes/messages.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
player-join: "{player} joined {server}."
|
||||
player-leave: "{player} left {server}."
|
16
target/classes/plugin.yml
Normal file
16
target/classes/plugin.yml
Normal 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
|
Reference in New Issue
Block a user