
TelegramWhitelist
This is plugin for add player in whitelist via Telegram bot on proxy server
- Загрузки
- 58
- Подписчики
- 2
- Обновлён
- 27 февраля 2026 г.
- Лицензия
- MIT
Опубликован 19 февраля 2026 г.
TelegramWhitelist
This is plugin for add player in whitelist via Telegram bot on proxy server
Setup
- Setup plugin on your proxy server
- Restart server and go to plugin config
- Enter your telegram bot token, allowed user id and whitelist command
- Restart server and all done
How it work
When you write bot nickname of player, bot execute your whitelist command on proxy server

FAQ
What if someone who is not a allowed user type writes to the bot?
Bot just send to user "❌ You are not allowed" and type warning in console
Support
If you have idea for new feauture to plugin, or you found a bug, open issue in plugin repository or go to my discord for support
Basic config
# Telegram bot token (get in @BotFather)
bot-token: "YOUR_BOT_TOKEN_HERE"
# Telegram user ID list, of allowed user
allowed-users:
- 123456789
- 987654321
# Execution command (paste nick)
# {nick} — player nick placeholder
commands:
add: "swl add {nick}"
remove: "swl remove {nick}"
Ченджлог
1.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 27 февраля 2026 г.
Parsemode changed for fix error 400
1.1Релиз1.21.9, 1.21.10, 1.21.11 · 25 февраля 2026 г.
New command
Added remove command for remove players from whitelist. Setting in config.
New message format
For support more one command was changed message format to bot. Now bot detect this format:
<action> <nick>
Example:

1.0Релиз1.21.9, 1.21.10, 1.21.11 · 19 февраля 2026 г.
First version
Комментарии
Загружаем…