converted to maven, added API and issue fix
This commit is contained in:
4
src/main/resources/config.yml
Executable file
4
src/main/resources/config.yml
Executable file
@@ -0,0 +1,4 @@
|
||||
chat-format: '&c[Telegram]&r %player%: %message%'
|
||||
enable-joinquitmessages: true
|
||||
enable-deathmessages: true
|
||||
enable-chatmessages: true
|
||||
14
src/main/resources/plugin.yml
Executable file
14
src/main/resources/plugin.yml
Executable file
@@ -0,0 +1,14 @@
|
||||
name: TelegramChat
|
||||
main: de.Linus122.TelegramChat.Main
|
||||
version: ${project.version}
|
||||
authors: [Linus122]
|
||||
description: Brings minecraft chat to Telegram!
|
||||
commands:
|
||||
telegram:
|
||||
description: Main command
|
||||
usage: /<command> [token]
|
||||
permission: telegram.settoken
|
||||
linktelegram:
|
||||
description: Main command
|
||||
usage: /<command>
|
||||
permission: telegram.linktelegram
|
||||
Reference in New Issue
Block a user