TelegramLogger icon

TelegramLogger -----

#Telegram #TelegramLogger #TelegramChat #TelegramToMinecraft #MinecraftToTelegram




[​IMG][​IMG]

[​IMG] [​IMG] [​IMG] [​IMG] [​IMG]

TelegramLogger [v3.0.0]

Connect your Minecraft server with Telegram! Monitor all server activities in real-time.​

✨ Features

Real-time Event Forwarding
  • Player Join/Leave with online count
  • Chat messages and filtering
  • Death messages and tracking
  • Advancement notifications
  • World change monitoring
  • NEW! Command execution logging
  • NEW! Auto-update system

️ Advanced Systems
  • Chat filtering & word blocking
  • Command monitoring system
  • Forum topics support
  • Sudo command execution
  • Separate channels for events

Admin Features
  • Remote server control
  • Telegram admin system
  • Message statistics
  • Debug mode & logging
  • Live status updates

Full Customization
  • Custom message templates
  • HTML format support
  • Emoji integration
  • Multi-language support
  • Dynamic placeholders

Requirements
  • Java 8+
  • Spigot/Paper 1.16+
  • Telegram Bot Token
  • Telegram Group/Channel

⚡ Installation
  1. Download plugin jar
  2. Put in plugins folder
  3. Start/restart server
  4. Create bot via @BotFather
  5. Get chat ID via @RawDataBot
  6. Configure config.yml
  7. Use /tl reload

Commands & Permissions
Admin Commands:
Code (Text):

/tl reload - Reload config (telegramlogger.admin)
/tl start - Start forwarding (telegramlogger.admin)
/tl stop - Stop forwarding (telegramlogger.admin)
/tl stats - View statistics (telegramlogger.admin)
/tl status - Show plugin status (telegramlogger.admin)
/tl debug - Toggle debug mode (telegramlogger.admin)
 
Telegram Commands:
Code (Text):

/sudo <command> - Execute server command
/status - Show server status  
/players - List online players
/help - Show commands list
 
Default Configuration
Code (YAML):

# ===========================================
# TelegramLogger Configuration
# Developer by LazizbekDev
# Telegram: https://t.me/LazizbekDev
# ===========================================

# Bot Configuration
# -------------------------------------------
bot_token
: "BOT_TOKEN" # Your Telegram bot token
chat_id
: "CHAT_ID" # Your Telegram chat ID
thread_id
: "THREAD_ID" # Thread ID (for forum topics)
send_to_thread
: false
send_telegram_messages_to_game
: true

# Message Prefix
# -------------------------------------------
plugin_prefix
: "&6&lTelegramLogger&7 ➜ &r&a"
telegram_game_message
: "&7[&9TG&7] &c%name% &8» &f%message%"
# Available placeholders: %name%, %message%

# Join Messages
# -------------------------------------------
enable_join
: true
join_message
: "<blockquote>ㅤㅤㅤㅤㅤ\n ➕ <b><u>%player%</u></b> joined the game! (Online: %online%/%max%)\nㅤㅤㅤㅤ</blockquote>"
# Available placeholders: %player%, %displayname%, %online%, %max%

# Leave Messages
# -------------------------------------------
enable_leave
: true
leave_message
: "<blockquote>ㅤㅤㅤㅤㅤ\n ➖ <b><u>%player%</u></b> left the game! (Online: %online%/%max%)\nㅤㅤㅤㅤ</blockquote>"
# Available placeholders: %player%, %displayname%, %online%, %max%

# Chat Messages
# -------------------------------------------
enable_chat
: true
chat_message
: "<b><u>%player%</u></b> <b>➥</b> %message%"
# Available placeholders: %player%, %displayname%, %message%, %online%, %max%

# Advancement Messages
# -------------------------------------------
enable_advancement
: true
advancement_message
: "<blockquote>ㅤㅤㅤㅤㅤ\n <b><u>%player%</u></b> made the advancement <u>[%advancement%]</u> (Online: %online%/%max%)\nㅤㅤㅤㅤ</blockquote>"
# Available placeholders: %player%, %displayname%, %advancement%, %online%, %max%

# Death Messages
# -------------------------------------------
enable_death
: true
death_message
: "<blockquote>ㅤㅤㅤㅤㅤ\n <b><u>%player%</u></b> death: %death_message% (Online: %online%/%max%)\nㅤㅤㅤㅤ</blockquote>"
# Available placeholders: %player%, %displayname%, %death_message%, %online%, %max%

# World Switch Messages
# -------------------------------------------
enable_world_switch
: true
world_switch_message
: "<blockquote>ㅤㅤㅤㅤㅤ\n <b><u>%player%</u></b> moved from <u>%from_world%</u> to <u>%to_world%</u> (Online: %online%/%max%)\nㅤㅤㅤㅤ</blockquote>"
# Available placeholders: %player%, %displayname%, %from_world%, %to_world%, %online%, %max%

# Chat Filter
# -------------------------------------------
enable_chat_filter
: true
filtered_words
:
 - "badword1"
  - "badword2"
filtered_message
: "<blockquote>ㅤㅤㅤㅤㅤ\n <b><u>%player%</u></b> used a filtered word. (Online: %online%/%max%)\nㅤㅤㅤㅤ</blockquote>"
# Available placeholders: %player%, %displayname%, %online%, %max%

# Command Executes
enable_send_command_executes
: false
command_execute_message
: "<blockquote>ㅤㅤㅤㅤㅤ\n <b><u>%player%</u></b> <b>➥</b> %command% . (Online: %online%/%max%)\nㅤㅤㅤㅤ</blockquote>"
command_executes_chat_id
: "CHAT_ID"
send_command_executes_to_thread
: false
command_executes_group_thread_id
: "THREAD_ID"
ignored_commands
:
  - "/login"
  - "/register"
# Available placeholders: %player%, %displayname%, %command%, %online%, %max%

# Debug Mode (Advanced users only)
# -------------------------------------------
debug_mode
: false

# Plugin Version (DO NOT EDIT)
# -------------------------------------------
version
: "3.0.0"
 

Placeholders
  • %player% - Player name
  • %displayname% - Display name
  • %message% - Chat message
  • %command% - Executed command
  • %online% - Online players
  • %max% - Max players
  • %advancement% - Achievement
  • %death_message% - Death message
  • %from_world% - Previous world
  • %to_world% - New world

HTML Support
  • <b>text</b> - Bold
  • <u>text</u> - Underline
  • <i>text</i> - Italic
  • <s>text</s> - Strikethrough
  • <code>text</code> - Code Copy
  • <blockquote>text</blockquote> - Quote

Changelog - v3.0.0
TelegramLogger Changelog

Version 3.0.0 - Major Update!
Release Date: November 04, 2024

⭐ New Features
  • NEW! Auto-update system with in-game notifications
  • NEW! Command execution system via Telegram (/sudo)
  • NEW! Separate chat/thread for command logging
  • NEW! Thread support for forum topics
  • NEW! Enhanced HTML formatting support

️ Improvements
  • Better message formatting and layout
  • Enhanced admin management system
  • Improved command tracking system
  • Optimized performance and stability
  • Better error handling and debugging

Bug Fixes
  • Fixed memory leaks in message handling
  • Resolved thread synchronization issues
  • Fixed character encoding problems
  • Improved connection stability
  • Better error recovery system

Support

❤️ Like the plugin?
  • Rate ⭐⭐⭐⭐⭐
  • Leave a review
  • Star on GitHub

[HR]
Made with ❤️ by LazizbekDev
Resource Information
Author:
----------
Total Downloads: 76
First Release: Nov 3, 2024
Last Update: Nov 27, 2024
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings