initial
This commit is contained in:
BIN
target/MOTD-1.0-SNAPSHOT.jar
Normal file
BIN
target/MOTD-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
BIN
target/classes/META-INF/MOTD.kotlin_module
Normal file
BIN
target/classes/META-INF/MOTD.kotlin_module
Normal file
Binary file not shown.
21
target/classes/config.yml
Normal file
21
target/classes/config.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# MOTD Quote Plugin Configuration
|
||||
|
||||
# How often to update the MOTD (in minutes)
|
||||
update-interval-minutes: 60
|
||||
|
||||
# Maximum length for MOTD quotes
|
||||
max-motd-length: 50
|
||||
|
||||
# Style settings
|
||||
motd-prefix: "§e§l" # Gold color and bold
|
||||
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."
|
||||
BIN
target/classes/org/server_info/MOTD/MOTD.class
Normal file
BIN
target/classes/org/server_info/MOTD/MOTD.class
Normal file
Binary file not shown.
BIN
target/classes/org/server_info/MOTD/MOTDCommand.class
Normal file
BIN
target/classes/org/server_info/MOTD/MOTDCommand.class
Normal file
Binary file not shown.
22
target/classes/plugin.yml
Normal file
22
target/classes/plugin.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
author: YourName
|
||||
commands:
|
||||
motd:
|
||||
description: Control the MOTD quote plugin
|
||||
usage: /motd [refresh|reload]
|
||||
permission: motd.use
|
||||
aliases: [quotemotd]
|
||||
permissions:
|
||||
motd.use:
|
||||
description: Allows using basic MOTD commands
|
||||
default: true
|
||||
motd.refresh:
|
||||
description: Allows refreshing the MOTD quote
|
||||
default: op
|
||||
motd.reload:
|
||||
description: Allows reloading the plugin configuration
|
||||
default: op
|
||||
3
target/maven-archiver/pom.properties
Normal file
3
target/maven-archiver/pom.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
artifactId=MOTD
|
||||
groupId=org.server_info
|
||||
version=1.0-SNAPSHOT
|
||||
BIN
target/original-MOTD-1.0-SNAPSHOT.jar
Normal file
BIN
target/original-MOTD-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user