Dateien nach "GlobalChat/src/main/resources" hochladen
This commit is contained in:
35
GlobalChat/src/main/resources/bungee.yml
Normal file
35
GlobalChat/src/main/resources/bungee.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
name: GlobalChat
|
||||
main: de.viper.globalchat.GlobalChat
|
||||
version: 1.1
|
||||
author: M_Viper
|
||||
depend: [LuckPerms]
|
||||
|
||||
commands:
|
||||
globalreload:
|
||||
description: Lädt den Filter neu
|
||||
usage: /globalreload
|
||||
permission: globalchat.reload
|
||||
globalmute:
|
||||
description: Schaltet den globalen Chat an/aus
|
||||
usage: /globalmute
|
||||
permission: globalchat.mute
|
||||
support:
|
||||
description: Sendet eine Support-Nachricht an das Team
|
||||
usage: /support <Nachricht>
|
||||
reply:
|
||||
description: Antwortet auf eine Support-Nachricht
|
||||
usage: /reply <Nachricht>
|
||||
info:
|
||||
description: Zeigt Plugin-Informationen an
|
||||
usage: /info
|
||||
|
||||
permissions:
|
||||
globalchat.reload:
|
||||
description: Erlaubt das Neuladen des Filters
|
||||
default: op
|
||||
globalchat.mute:
|
||||
description: Erlaubt das Aktivieren/Deaktivieren des globalen Mutes
|
||||
default: op
|
||||
globalchat.bypass:
|
||||
description: Umgeht den globalen Mute
|
||||
default: op
|
4
GlobalChat/src/main/resources/filter.yml
Normal file
4
GlobalChat/src/main/resources/filter.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
badwords:
|
||||
- arsch
|
||||
- hurensohn
|
||||
- scheiße
|
6
GlobalChat/src/main/resources/plugin.yml
Normal file
6
GlobalChat/src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: GlobalChatSpigot
|
||||
main: de.viper.globalchat.GlobalChatSpigot
|
||||
version: 1.1
|
||||
api-version: 1.13
|
||||
description: Spigot helper for GlobalChat Bungee (sends coords, handles teleport requests)
|
||||
authors: [M_Viper]
|
6
GlobalChat/src/main/resources/welcome.yml
Normal file
6
GlobalChat/src/main/resources/welcome.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
welcome-messages:
|
||||
- "&aWillkommen, %player%! Viel Spaß auf unserem Server!"
|
||||
- "&aHey %player%, schön dich hier zu sehen! Los geht's!"
|
||||
- "&a%player%, dein Abenteuer beginnt jetzt! Viel Spaß!"
|
||||
- "&aWillkommen an Bord, %player%! Entdecke den Server!"
|
||||
- "&a%player%, herzlich willkommen! Lass uns loslegen!"
|
Reference in New Issue
Block a user