How Well Are You Known?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
10/10
Werewolf is a role-play game where there are two teams. The wolves and the villagers. The villagers lynch someone they vote eveyday and the wolves always kill a villager every day. There are different classes for both teams with different abilities.
 
Random rand = new Random();
int a = rand.nextInt(10) + 1;
if (a == 10) {
System.out.println("Hey look, it's @xTordX!");
}