I need to make a spawned npc follow the spawner
World.getWorld().register(convert(id), p.getLocation()).setUnrespawnable(true);
inventoryHandler(p, "del", id);
Convert method, just turns 1 int into another. and inventory handler only add/dels items. This works perfectly. Its just that the...