Compatibility
Minecraft: Java Edition
1.21.5โ1.21.11
Platforms
Tags
Creators
Details
Licensed MIT
Published 4 months ago
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}"


