TelegramWhitelist
This is plugin for add player in whitelist via Telegram bot on proxy server
TelegramWhitelist
TelegramWhitelist
This is plugin for add player in whitelist via Telegram bot on proxy server
Setup
1. Setup plugin on your proxy server 2. Restart server and go to plugin config 3. Enter your telegram bot token, allowed user id and whitelist command 4. Restart server and all done
How it work
When you write bot nickname of player, bot execute your whitelist command on proxy server <img width="539" height="107" alt="image" src="https://private-user-images.githubusercontent.com/89461487/551885856-0ad39b31-6ad9-4050-8f21-8661be55e692.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzE0NzEwNDksIm5iZiI6MTc3MTQ3MDc0OSwicGF0aCI6Ii84OTQ2MTQ4Ny81NTE4ODU4NTYtMGFkMzliMzEtNmFkOS00MDUwLThmMjEtODY2MWJlNTVlNjkyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjE5VDAzMTIyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5ZGRjZDdhNzcyYmM5OGJlYTJmOWJhMDAwYzM5YWU5N2Y1YWJjMzFmMGExOTdjZjBhMWI3N2ZmYjllMjIzMDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._CQczrWzdP6-y9DUNqYiGnN5eeAn-k-F11ZJ06G9zX0" />
<img width="502" height="42" alt="console" src="https://eblo.id/uploads/CPnmJ9u/Untitled.png" />
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}" ```