update
This commit is contained in:
0
de/Linus122/TelegramChat/Data.java
Normal file → Executable file
0
de/Linus122/TelegramChat/Data.java
Normal file → Executable file
0
de/Linus122/TelegramChat/LinkTelegramCmd.java
Normal file → Executable file
0
de/Linus122/TelegramChat/LinkTelegramCmd.java
Normal file → Executable file
1
de/Linus122/TelegramChat/Main.java
Normal file → Executable file
1
de/Linus122/TelegramChat/Main.java
Normal file → Executable file
@@ -156,6 +156,7 @@ public class Main extends JavaPlugin implements Listener{
|
||||
}
|
||||
@EventHandler
|
||||
public void onChat(AsyncPlayerChatEvent e){
|
||||
if(!this.getConfig().getBoolean("enable-chatmessages")) return;
|
||||
if(Telegram.connected){
|
||||
Chat chat = new Chat();
|
||||
chat.parse_mode = "Markdown";
|
||||
|
||||
0
de/Linus122/TelegramChat/Telegram.java
Normal file → Executable file
0
de/Linus122/TelegramChat/Telegram.java
Normal file → Executable file
0
de/Linus122/TelegramChat/TelegramCmd.java
Normal file → Executable file
0
de/Linus122/TelegramChat/TelegramCmd.java
Normal file → Executable file
0
de/Linus122/TelegramComponents/Chat.java
Normal file → Executable file
0
de/Linus122/TelegramComponents/Chat.java
Normal file → Executable file
Reference in New Issue
Block a user