I programmed a / start command for my 1.8 Minecraft server.
Now I'm wondering how I can make that each player can only execute this command once.
Save the player UUID in a YML file and then ask if the UUID exists in the YML. If yes you say that the command has already been used, if not then the command is carried out by the player.