From ee1bf25731dadc4ee987c50935cdcfc2022e35cc Mon Sep 17 00:00:00 2001 From: ZockerKatze Date: Fri, 16 May 2025 10:38:11 +0200 Subject: [PATCH] blablablabl added plugin.yml something idk --- src/main/kotlin/org/server_info/mOTD/MOTD.kt | 8 ++++++++ src/main/resources/plugin.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/org/server_info/mOTD/MOTD.kt b/src/main/kotlin/org/server_info/mOTD/MOTD.kt index 3eba9c5..7b7f91a 100644 --- a/src/main/kotlin/org/server_info/mOTD/MOTD.kt +++ b/src/main/kotlin/org/server_info/mOTD/MOTD.kt @@ -166,6 +166,14 @@ class MOTD : JavaPlugin() { } // Update the server MOTD with the next quote + + /* + Asshole piece of crap function that doesnt work very well + Fuck this fucking piece of crap + + rattatwinko - 16.5.2025 10:21:37 + */ + fun updateServerMOTD() { if (quotes.isEmpty()) { logger.warning("No quotes available for MOTD") diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1253447..a5db3cc 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ version: 1.0-SNAPSHOT main: org.server_info.MOTD.MOTD api-version: 1.19 description: Sets the server MOTD to random quotes from config with GUI management -author: YourName +author: rattatwinko commands: motd: description: Control the MOTD quote plugin