1 388
收录服务器
1 991
注册
27 284
玩家
StopProxy 防止代理和机器人攻击你的服务器!
阻止代理加入您的服务器![代理和BOT]
作 者 xMasterProxHD
发布时间 2016年3月7日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13
点此下载

🛡️ StopProxy是一个用于保护你的Minecraft服务器免受代理攻击的插件。它提供了多种功能,如自动封禁、维护模式、以及自定义通知等,帮助你维护服务器的安全和稳定。

🛡️ StopProxy

🎮 命令

  • /sproxy help: 显示可用命令列表
  • /sproxy reload: 重载插件配置
  • /sproxy protection [ON/OFF]: 启用或禁用代理保护
  • /sproxy maintenance [ON/OFF]: 启用或禁用维护模式
  • /sproxy autoban [ON/OFF]: 启用或禁用自动封禁
  • /sproxy notify [ON/OFF]: 启用或禁用通知
  • /sproxy apimode [ON/OFF]: 切换 API 模式
  • /sproxy welcomemsg [ON/OFF]: 启用或禁用欢迎消息
  • /sproxy getconfig: 获取 StopProxy 配置
  • /sproxy hidejoin [ON/OFF]: 启用或禁用加入和离开消息

🔑 权限

  • stopproxy.admin: 允许玩家使用 /sproxy 命令 (默认分配给OP)
  • stopproxy.maintenance.bypass: 允许玩家绕过维护模式 (默认分配给OP)
  • stopproxy.nocheck: 使玩家免受代理检测 (默认分配给OP)

⚠️ 重要提示: 每次更新后请重置配置文件。

📜 服务条款

  • 禁止以任何形式反编译或修改插件。
  • 我们保留随时更改这些条款的权利,并且你同意遵守最新版本。

⚙️ 配置文件示例


#   _____ ______   ___  _   _    ____  _   _  _____ _______
#  / ____|  ____| / _ \| \ | |  / __ \| \ | |/ ____|__   __|
# | |  __| |__   | | | |  \| | | |  | |  \| | (___    | |
# | | |_ |  __|  | | | | . ` | | |  | | . ` |\___ \   | |
# | |__| | |____ | |_| | |\  | | |__| | |\  |____) |  | |
#  \_____|______| \___/|_| \_|  \____/|_| \_|_____/   |_|
#
#
#Made By xMasterProxHD
#
settings:
  prefix: '&8[&bStopProxy&8]'
  Auto-ban: true
  kick-message: '&cProxy Detected !'
  notify: true
  apimode: false
  Welcome-message: false
  Hide-join: false
  Join-message: '&a%player% joined the game!'
  Left-message: '&c%player% left the game!'
  Maintenance: false
  whitelist-message: '&cYou are not whitelisted!'
  Maintenance-message: '&cServer is in Maintenance!'
  country-kick: false
  country-kick-message: '&cYour country is not allowed to join this server!'
  country-code: 'CN'
  kick-while-connecting: true
  bypass-notify: false
  loginsecurity-support: false
  debug-mode: false
  metrics: true
  bungeecord: false
  bungeecord-ip: '127.0.0.1'
  save-data: true
  clear-data-after-days: 30
  vpn-check-url: 'https://proxycheck.io/v2/%ip%?key=%apikey%&vpn=1&asn=1'
  proxycheck-api-key: 'YOUR_API_KEY'
  proxycheck-risk-threshold: 2 # 0-100
  proxycheck-failure-kick: false
  proxycheck-failure-kick-message: '&cFailed to check your connection. Please try again later.'
  proxycheck-error-notify: true
  fast-join-check: true
  fast-join-message: '&cPlease wait while we check your connection...'
  fast-join-timeout: 5
  fast-join-kick-message: '&cConnection check timed out. Please try again later.'