Search results

  1. xWil

    Question Paper 1.20.2 NoSuchMethodError, same code works fine on spigot

    Hiya, The code below shows a 1.20.1 and 1.20.2 version of the same spigot code. The 1.20.1 works with both spigot and paper, the 1.20.2 code only works with spigot. //1.20.1 ClientboundSystemChatPacket packet = new ClientboundSystemChatPacket(IChatBaseComponent.ChatSerializer.a(line), false)...