blablablabl added plugin.yml something idk
All checks were successful
Maven Build / build (push) Successful in 2m9s
All checks were successful
Maven Build / build (push) Successful in 2m9s
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user