i mess up on the upload fixed
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/target
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,13 +0,0 @@
|
|||||||
# 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"
|
|
||||||
|
|
||||||
# Title used in Gotify notifications (supports {server} placeholder)
|
|
||||||
title: "🔔 Player Alert from {server}"
|
|
||||||
|
|
@@ -1,2 +0,0 @@
|
|||||||
player-join: "{player} joined {server}."
|
|
||||||
player-leave: "{player} left {server}."
|
|
@@ -1,16 +0,0 @@
|
|||||||
name: SmartCraftNotifier
|
|
||||||
version: 1.2.1
|
|
||||||
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
|
|
@@ -1,3 +0,0 @@
|
|||||||
artifactId=SmartCraftNotifier
|
|
||||||
groupId=com.smartcraft.notifier
|
|
||||||
version=1.2.1
|
|
@@ -1,7 +0,0 @@
|
|||||||
com\smartcraft\notifier\GotifySender$1.class
|
|
||||||
com\smartcraft\notifier\listeners\CoreJoinQuitListener.class
|
|
||||||
com\smartcraft\notifier\GotifySender$2.class
|
|
||||||
com\smartcraft\notifier\SmartCraftNotifier.class
|
|
||||||
com\smartcraft\notifier\GotifySender.class
|
|
||||||
com\smartcraft\notifier\CommandHandler.class
|
|
||||||
com\smartcraft\notifier\ConfigManager.class
|
|
@@ -1,5 +0,0 @@
|
|||||||
G:\github\Smartcraft-Server\smartcraft-notifier\src\main\java\com\smartcraft\notifier\SmartCraftNotifier.java
|
|
||||||
G:\github\Smartcraft-Server\smartcraft-notifier\src\main\java\com\smartcraft\notifier\listeners\CoreJoinQuitListener.java
|
|
||||||
G:\github\Smartcraft-Server\smartcraft-notifier\src\main\java\com\smartcraft\notifier\ConfigManager.java
|
|
||||||
G:\github\Smartcraft-Server\smartcraft-notifier\src\main\java\com\smartcraft\notifier\GotifySender.java
|
|
||||||
G:\github\Smartcraft-Server\smartcraft-notifier\src\main\java\com\smartcraft\notifier\CommandHandler.java
|
|
Binary file not shown.
Reference in New Issue
Block a user