ElytraProxy's Virtual Server, Auth, and BotFilter features are now available in simple Velocity plugins: LimboAPI, LimboAuth and LimboFilter 🥳
Really customizable Minecraft proxy server with Auth, AntiBot (aka BotFilter) and some another helpful stuff, based on Velocity. Developed for Elytrium, cheap and modern Russian game hosting with powerful AntiBot system.
Описание и обсуждение на русском языке (spigotmc.ru)
Описание и обсуждение на русском языке (rubukkit.org)
Test server: ely.su
- 1.7 - 1.17.1 is supported
- The most powerful bot protection on market (see below) via Falling Check, Captcha and ClientSettings + MC|Brand packets decryption.
- Customizable Captcha - change font, backplate or alphabet of captcha
- SQLite/MySQL + BCrypt Auth System with IP Limit (by default: 3 accounts on 1 IP during 6 hours), "Online Mode (aka Premium) accounts skip auth" mode is supported, 2FA TOTP (aka Google Authenticator)
- Change dimension of VirtualServer
- BungeeCord common commands(/find, /send, /alert)
- Hostnames Manager(blocklist or allowlist)
- Maintenance Motd Mode
- Fully customisable messages, incl. Velocity messages and server brand/version
You need JDK11+ and git to compile ElytraProxy.
- Clone this repo:
git clone https://github.com/Elytrium/ElytraProxy/
- Apply patches:
./elytraproxy b
- Get your binary:
ElytraProxy-Build/proxy/build/libs/elytraproxy-proxy-VERSION-all.jar
Test server: i7-3770 (4c/8t 3.4GHz) Dedicated server, Ubuntu Server 20.04, OpenJDK 11, 16GB DDR3 1600MHz RAM, 4GB RAM is allocated to proxy.
Attack: Motd + Join bot attack (100k joins per seconds, 1.17 Protocol)
Proxy server | Info | Boot time | % CPU on attack |
---|---|---|---|
ElytraProxy | ElytraProxy Auth Online/Offline Mode | 2 sec | 20% |
ElytraProxy | Offline Mode | 2 sec | 20% |
Leymooo's BungeeCord BotFilter | JPremium Online/Offline Mode | 8 sec | 95% |
Leymooo's BungeeCord BotFilter | Offline Mode | 8 sec | 40% |
yooniks' BungeeCord Aegis Escanor 1.3.1 | Offline Mode | 10 sec | 20% |
yooniks' BungeeCord Aegis 9.2.1 | Offline Mode | 10 sec | 100% (what?) |
Velocity | JPremium Online/Offline Mode | 2 sec | 95% |
Velocity | Online Mode | 2 sec | 70% |
Velocity | Offline Mode | 2 sec | 55% |
Your donations are really appreciated. Donations wallets/links/cards:
- MasterCard Debit Card (Tinkoff Bank):
5536 9140 0599 1975
- Qiwi Wallet:
PFORG
or this link - YooMoney Wallet:
4100 1721 8467 044
or this link - PayPal:
ogurec332@mail.ru
Follow this instruction, if you want to create your own patch.
- Apply current patches:
./elytraproxy b
- Do your changes and try to build:
./gradlew build
- Create git commit:
cd ElytraProxy-Build && git add . && git commit -m "Patch Name"
- Rebuild patches:
./elytraproxy rb
- Now you can upload your patch and submit a pull request :)