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()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.