Search results

  1. D

    Solved Mojang Authlib not found (1.20.1)

    Somehow I solved it!
  2. D

    Solved Mojang Authlib not found (1.20.1)

    Hello there, I want to create NPCs using NMS (in Paper 1.20.1). So I have successfully imported NMS (net.minecraft.server) but in order to create an NPC I need to use GameProfile and other classes that can be found in com.mojang.authlib and I have no clue how to add them... I'm using maven and...