Skip to content
Packet Auth updates to newer Minecraft versions are delayed

How it works

Client

  1. Client is connecting to the server

    Mod sends protocol version and token(if exists)

  2. Packet received

    Mod puts it into it’s config

Server

  1. Player is logging in

    1. Adding player nick to outdated list

    2. Server schedules next operations

      if Player still online:

      Kick player with kick.outdated message

      • Parse all placeholders
      • Remove player nick from outdated and verified lists
  2. Packet received

    1. Parse client protocol version and player’s token from packet
      • Remove player nick from outdated list