huoxu2
???

思念化作海
authme的config 找到这一段
  1. Protection:
  2.     # Enable some servers protection (country based login, antibot)
  3.     enableProtection: false
  4.     # Apply the protection also to registered usernames
  5.     enableProtectionRegistered: true
  6.     # Countries allowed to join the server and register. For country codes, see
  7.     # http://dev.maxmind.com/geoip/legacy/codes/iso3166/
  8.     # PLEASE USE QUOTES!
  9.     countries:
  10.     - 'US'
  11.     - 'GB'
  12.     # Countries not allowed to join the server and register
  13.     # PLEASE USE QUOTES!
  14.     countriesBlacklist:
  15.     - 'A1'
复制代码


改成这样 然后/authme reload重载配置
  1. Protection:
  2.     # Enable some servers protection (country based login, antibot)
  3.     enableProtection: false
  4.     # Apply the protection also to registered usernames
  5.     enableProtectionRegistered: true
  6.     # Countries allowed to join the server and register. For country codes, see
  7.     # http://dev.maxmind.com/geoip/legacy/codes/iso3166/
  8.     # PLEASE USE QUOTES!
  9.     countries: []
  10.     # Countries not allowed to join the server and register
  11.     # PLEASE USE QUOTES!
  12.     countriesBlacklist: []
复制代码

第一页 上一页 下一页 最后一页