The MinecraftServer class doesn't have a static getServer() method anymore.
I've figured out to get only people near you (mc.theWorld.playerEntities) and this exactly the type of list that I want, but I want it for the whole server.
Like I said, I want a list of everyone but as PlayerEntities, which means I could get something like player.experienceLevel and player.inventory and such.