Recent content by Stormyz

  • 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. Stormyz

    Question NMS NPC spawning issue [1.21]

    Hi, I really need help with NMS to spawn an NPC in 1.21. Here's my code: private static void spawnNPC(Player p) { // there's no problem with the player CraftPlayer craftP = (CraftPlayer) p; ServerPlayer sp = craftP.getHandle(); MinecraftServer server = sp.getServer()...