Вопрос Вход с версии 1.12.2 на Velocity

Anaban

Пользователь
Сообщения
5
Пытаюсь зайти на Velocity с версии 1.12.2, пишет что сервер доступен от 1.13 и выше. В конфигах плагинов LimboAPI и VelocityTools указал, что минимальная версия 1.12.2. Но кикает ядро. Я не знаю что делать :(

Версия велосити как и плагинов - последняя.

YAML:
tools:
  #Hides the Legacy Ping message.
  disable-legacy-ping: true
  #Hides the "... provided invalid protocol ..." message. Helps with some types of attacks. (https://media.discordapp.net/attachments/868930650537857024/921383075454259300/unknown.png)
  disable-invalid-protocol: true
  protocol-blocker:
    block-join: true
    block-ping: false
    #If true, all protocols except those listed below will be blocked.
    whitelist: false
    #You can set either a protocol number here (e.g. '340' for 1.12.2) or a Minecraft version below (e.g. '1.12.2')
    #You can find a list of protocols here: https://wiki.vg/Protocol_version_numbers
    protocols:
      - 9999
      - 9998
    #List of versions:
    #1.7.2, 1.7.6, 1.8, 1.9, 1.9.1, 1.9.2, 1.9.4, 1.10, 1.11, 1.11.1, 1.12, 1.12.1, 1.12.2,
    #1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2,
    #1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.17, 1.17.1, 1.18, 1.18.2, 1.19, 1.19.1, 1.19.3, 1.19.4,
    #1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, LATEST
    versions:
      - "1.12.2"
    minimum-version: "1.12.2"
    maximum-version: "LATEST"
    #For "block-ping" option.
    brand: "Версия не поддерживается!"
    #For "block-ping", set to "" to disable.
    motd: "&6Используйте версию от 1.12.2 до 1.21.х"
    #For "block-joining" option.
    kick-reason: "&6Используйте версию от 1.12.2 до 1.21.х"

YAML:
main:
  check-for-updates: true
  max-chat-message-length: 256
  max-brand-name-length: 64
  max-unknown-packet-length: 2048
  max-single-generic-packet-length: 4096
  max-multi-generic-packet-length: 131072
  # Default max packet length (in bytes) that will be proceeded, other packets will be dropped.
  # Can be increased with Limbo#setMaxSuppressPacketLength
  max-packet-length-to-suppress-it: 512
  # Discards all packets longer than compression-threshold. Helps to mitigate some attacks.
  # Needs compression-threshold to be 300 or higher to support 1.19 chat-signing, so it is disabled by default
  discard-compression-on-login: false
  discard-compression-after-login: false
  # LimboAPI will consume more RAM if this option is enabled, but compatibility with other plugins will be better
  # Enable it if you have a plugin installed that bypasses compression (e.g. Geyser)
  save-uncompressed-packets: true
  # Logging for connect and disconnect messages.
  logging-enabled: true
  # Change the parameters below, if you want to reduce the RAM consumption.
  # Use VelocityTools to completely block Minecraft versions (https://github.com/Elytrium/VelocityTools/releases/latest).
  # Available versions:
  # 1_7_2, 1_7_6, 1_8, 1_9, 1_9_1, 1_9_2, 1_9_4, 1_10, 1_11, 1_11_1, 1_12, 1_12_1, 1_12_2,
  # 1_13, 1_13_1, 1_13_2, 1_14, 1_14_1, 1_14_2, 1_14_3, 1_14_4, 1_15, 1_15_1, 1_15_2,
  # 1_16, 1_16_1, 1_16_2, 1_16_3, 1_16_4, 1_17, 1_17_1, 1_18, 1_18_2, 1_19, 1_19_1, 1_19_3,
  # 1_20, 1_20_2, 1_20_3, 1_20_5, 1_21, LATEST
  prepare-min-version: "1_12"
  prepare-max-version: "LATEST"
 
Назад
Сверху Снизу