Recent content by DaveedP

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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...