Recent content by Stormyz

  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()...