GUI && new system idk

This commit is contained in:
rattatwinko
2025-04-27 15:13:47 +02:00
parent a7d0989286
commit 1b31c125f9
11 changed files with 632 additions and 65 deletions

View File

@@ -1,21 +1,12 @@
# MOTD Quote Plugin Configuration
# How often to update the MOTD (in minutes)
// config.yml
update-interval-minutes: 60
# Maximum length for MOTD quotes
max-motd-length: 50
# Style settings
motd-prefix: "§e§l" # Gold color and bold
motd-prefix: ""
motd-suffix: ""
# Debug mode (shows more console output)
debug: false
# List of quotes to use for MOTD
quotes:
- "Wie heißt der Workshop? Rassismus ohne Schule"
- "What da fäck is hier passiert bitte sehr?"
- "Digga meine Yeezys!"
- "Da Sessel kommt auffi, nd owi."
- text: "Welcome to our Minecraft server!"
color: "§e"
- text: "Have fun and be respectful to others!"
color: "§a"
- text: "Check out our website for server rules."
color: "§b"

View File

@@ -2,12 +2,12 @@ name: MOTD
version: 1.0-SNAPSHOT
main: org.server_info.MOTD.MOTD
api-version: 1.19
description: Sets the server MOTD to random quotes from config
description: Sets the server MOTD to random quotes from config with GUI management
author: YourName
commands:
motd:
description: Control the MOTD quote plugin
usage: /motd [refresh|reload]
usage: /motd [refresh|reload|list|add|remove|edit|gui]
permission: motd.use
aliases: [quotemotd]
permissions:
@@ -19,4 +19,13 @@ permissions:
default: op
motd.reload:
description: Allows reloading the plugin configuration
default: op
motd.list:
description: Allows listing all available quotes
default: op
motd.edit:
description: Allows adding, removing, and editing quotes
default: op
motd.gui:
description: Allows using the quote management GUI
default: op