Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: This feature may not be available in some browsers.
FoxGate Plus выпущена!
- Исправлены некоторые возможные проблемы с Sonar в H2.
- Исправлена ошибка, из-за которой bogon иногда не срабатывал при первом подключении. Также добавлена опция для действий в этом.
- Добавлены дополнительные поддерживаемые форматы для пользовательских прокси и списка Tor.
Информацию о том, где её можно приобрести, смотрите в разделе описания. По всем вопросам обращайтесь на Discord-сервер.
1.2.0-PRE1
- Добавлена поддержка VK [Forwarding] (функция Plus).
- IPRange теперь работает с использованием CIDR. Ваш старый формат Regex автоматически преобразуется в новый формат. Примечание: это было сделано, чтобы дать пользователям время перейти на CIDR.
- Добавлено множество новых языков по умолчанию.
YAML:# Plugin language setting. # - Available options below. You can help in contribute to maintain # one translation up-to-date or publish one through our GitHub Issues # page! # # • ar_sa - العربية (السعودية) # • cz_cz - čeština (Česká republika) # • da_dk - Dansk (Danmark) # • de_de - Deutsch (Deutschland) [❤ Thanks to ich_lou] # • en_us - English (United States) [❤ Thanks to Goinging] # • es_ar - Español (Argentina) # • es_es - Español (España) [❤ Thanks to VonVisha] # • fr_fr - Français (France) # • he_il - עברית (ישראל) # • hu_hu - Magyar (Magyarország) # • id_id - Bahasa Indonesia (Indonesia) # • it_it - Italiano (Italy) [❤ Thanks to MircoAPPP] # • ja_jp - 日本語 (Japan) [❤ Thanks to YOMA8338] # • ko_kr - 한국 (Korean) [❤ Thanks to metaph0] # • lt_lt - Lietuvių (Lietuva) # • nl_nl - Nederlands (Nederland) # • pl_pl - Polski (Poland) # • pt_br - Português (Brasil) # • ro_ro - Română (România) # • ru_ru - Русский (Russia) [❤ Thanks to mikheilkozlovi & AMGewka] # • sk_sk - Slovenčina (Slovensko) # • sv_se - Svenska (Sverige) # • th_th - ภาษาไทย (ประเทศไทย) # • tr_tr - Türkçe (Turkey) # • uk_ua - Українська (Україна) # • vi_vn - Tiếng Việt (Vietnam) [❤ Thanks to hieudieu393] # • zh_cn - 中文 (中国) # # Note: Language files are automatically downloaded from the official # GitHub repository into the 'languages' folder. This value can't be empty. # How to edit the messages? Go into the folder 'languages', and edit the # currently file in selected language: If this option it's 'en_us', edit # the file with the name 'messages_en_us.yml'. language: en_us
- Снова добавлена поддержка SQLite. H2 по-прежнему используется по умолчанию, так как он лучше.
- Исправлена небольшая проблема с автодополнением (tab-complete).
- Удалён ViaProxy
- Cloudflare Warp больше не используется по умолчанию для обхода, а список ISPFilter также улучшен в модуле GeoLocation.
- [Экспериментально] Переход с Java 17 на Java 21. Сканер сервисов был переработан с использованием новой модели и небольшими улучшениями (класс FoxPlayer немного переработан для уменьшения boilerplate-кода). Это изменение влияет на использование потоков, уменьшая их количество, так как теперь используются You must be logged in to see this link.. Это экспериментальное изменение. Также функция "continue" теперь работает корректно.
- Сервис "ZombieBot" теперь включён по умолчанию.
- Немного обновлена основная конфигурация и добавлены изменения, такие как:
- Добавлена новая структура "updater", плагин автоматически выполнит миграцию.
YAML:# Enable automatic update checking? # - Checks for new updates on our Backend during server startup. # Requires an active internet connection to verify updates. # # Note: Since versions 1.0.0 (plus) and 1.0.6 (free), FoxGate uses # its own update checking system. This implementation uses asynchronous # methods to scan for updates, save performance. You can safely enable # this to check for updates without affecting performance. updates: # Enable checking of updates? # - The plugin will check for updates when the # server starts only, this will send a message # in the console and the link to download by # default. # # ⭐ Recommended: true # Note: Your hosting needs to whitelist or allow # connections to 'central.zowi.gay', our backend. enable: true # ⌛ Automatic actions for updates. automatic: # Enable automatic updating for the .jar? # - Toggle this feature for always mantain the latest # version. This updates through our backend and # works for both editions: Free and Plus. # # ⭐ Recommended: true # ⚠️ Warning! Always keep this feature enabled, so if an # important fix occurs, you will always keep the plugin # up-to-date. updater: false # ⏳ Enable periodically checking? # - Enabling this will make the plugin check in silent # for a new update. This makes the plugin check every # 1 hour. # # ⭐ Recommended: true # Note: This feature requires to keep enabled the # option 'auto_update'. periodically: true
- Значение print_console перенесено в раздел consolefilter и переименовано в show_threats.
- Значение passive_mode перенесено в раздел scanner.
- Добавлена возможность отключить все сервисы через основную конфигурацию.
YAML:# Scanner settings. # - Actions when a player get detected or verified: # Bypass and block time. scanner: # Toggle scanning through services? # - Make the plugin to toggle the checking through # services. Useful if you want avoid using external APIs # and use local checking (means, through modules). toggle_services: true # Enable the Passive mode? # - FoxGate will stop checking when a player join to the server. # Useful in case you want to use FoxGate with other AntiVPN or # for only checking with our command. passive_mode: false
- Добавлена новая функция: обход Geyser, см. конфигурацию ниже:
YAML:# Ignore detection for bedrock players? # - Toggle to ignore any connections from a bedrock player, # making great the usage of the plugin in case *YOUR* (yes, # isn't our fault) server doesn't do correctly the IPForwarding. # # Note: Use this feature only when it's necessary and your # server does wrongly the IP-Forwarding. The plugin checks for # GeyserAPI, Floodgate or external methods for detect bedrock # connections. Enabling this without a reason, will allow bedrock # users bypass always the AntiVPN for non-sense. # ⚠️ Warning! This feature was made for Minecraft: Java Edition # softwares. geyser: # Enable the bypass/ignore to bedrock users? enable: false # Custom prefixes. # - Put a value in case you use a prefix for identify # a bedrock user if you doesn't has Geyser or Floodgate # in the server/proxy. # # Note: Disable prefix value with leaving empty. prefix: '' # Standalone IP's for Geyser. # - Custom IP's in case you requires to detect # a bedrock user when you can't put Floodgate # in the server/proxy and you're running a # Geyser Standalone proxy. # # Note: Leave empty for disable with '[]'. standalone_ips: [ ]
1.2.0-PRE2
- Выполнены внутренние изменения для повышения стабильности.
- Теперь в модулях можно устанавливать блокировку навсегда или на определённое количество часов.
- Теперь {KEY} и {IP} работают в заголовках при проверке через сервисы.
- Улучшена стабильность и производительность.
- Исправлены проблемы с базой данных. Используйте команду: /fg db purge.
- Улучшена работа SQL и исправлена проблема дублирующихся записей.
- Оптимизирована большая часть кода и устранены избыточные участки.
- Улучшено использование CPU и Virtual Threads.
- Исправлена система обновлений. Теперь автообновление и проверка обновлений работают корректно.
- Теперь используется ETag для загрузок.
- (не очень важно) Новый порядок модулей: Bogon → Country → ASN → ISPFilter → IPRange → Services.
- Исправлена совместимость команд с Velocity.
- Удалён спам при запуске в Velocity.
- Исправлена совместимость с новыми версиями Hytale.
- Повышена стабильность и исправлены мелкие ошибки.
- [PLUS] Исправлены предупреждения HWID.
- Улучшен модуль IPRange: добавлены списки Tor, Proxies и Ranges.
- Обновлён zowicentral.yml.
- По умолчанию отключены BlockListDE, CINSScore, GreenSnow и TCPShield.
- Удалён FastAsF-ck по умолчанию.
- Добавлена новая команда /fg setconfig(экспериментально).
- Services: включение/отключение, URL, VLs, Output, Key и Model.
- Modules: whitelist, blacklist и exclude.
YAML:[12:53:00 INFO]: [FGP] [IPR] Loading IPRange Module... [12:53:00 INFO]: [FGP] [IPR/Ranges] Downloading from Zowi's Central... [12:53:02 INFO]: [FGP] [IPR/Ranges] Got 1219 entries from Zowi's Central. [12:53:02 INFO]: [FGP] [IPR/Ranges] Loaded 1218 entries (last update: 01/05/2026 12:53:02). [12:53:02 INFO]: [FGP] [IPR/Tors] Downloading from Zowi's Central... [12:53:02 INFO]: [FGP] [IPR/Tors] Downloading from check.torproject.org... [12:53:02 INFO]: [FGP] [IPR/Tors] Got 14105 entries from Zowi's Central. [12:53:02 INFO]: [FGP] [IPR/Tors] Got 1238 entries from check.torproject.org. [12:53:02 INFO]: [FGP] [IPR/Tors] Loaded 14139 entries (last update: 01/05/2026 12:53:02). [12:53:03 INFO]: [FGP] [IPR/Proxies] Loaded 297195 residential proxy entries from cache (last update: 01/05/2026 11:41:04). [12:53:03 INFO]: [FGP] [IPR/Proxies] Downloading proxies from multiple sources... [12:53:05 INFO]: [FGP] [IPR] Loaded 342635 blocked ranges in total. [12:53:05 INFO]: [FGP] [IPR] Working with IPRange now.
NEW ADDON: Residential Proxies detector: $1.99 USD
![]()
FoxGate Plus was released!
Смотрите описание, чтобы узнать, где можно приобрести его. Вы также можете присоединиться к Discord-серверу для любых вопросов.
FoxGate Plus was released!
- Fixed the placeholder {player} in notification.
- Fixed somethings about "updater" and others stuff, now needs to works correctly.
- Added a general notification when a player it's blocked and this tries to join. Can be disabled in language file with leaving empty.
See the description section to view where you can purchase it, you can join to the discord server for any question about it.
Мы используем основные cookies для обеспечения работы этого сайта, а также дополнительные cookies для обеспечения максимального удобства пользователя.
Посмотрите дополнительную информацию и настройте свои предпочтения