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