After failing to find any well written documentation I turned to the next best thing, the source and still came up empty handed with what I'm trying to do. Essentially I am trying to select a random player who is online on the start of a mini-game as long as there are at least 3 players online. I'd also need away to store this player in a variable and be able tell when they are killed, as well as how many players are still alive.
I don't even know if its possible so I guess my questions are: is it possible to do this? If so, can anyone help point me in the right direction into figuring this out. I'm not that good yet with Java but I don't really learn by reading or watching videos, I learn best by doing so some hint of the right way to look into this would be extremely helpful.
Thanks!