this is the command and how do i add a timer so that you can only use the command again after 6 hours?
Code:
			if (playerCommand.equals("allvote")) {
				for (int j = 0; j < Server.playerHandler.players.length; j++)
					if (Server.playerHandler.players[j] != null) {
						Client c2 = (Client)Server.playerHandler.players[j];
						c2.getPA().sendFrame126("www.vokelinkhere.com ", 12000);
					}
			}
Jus help me with that and ill try figuring out how to make it save when i log out.

thanks