name: YAVote main: no.defcon.yavote.YAVote version: 1.5 description: Yet Another Vote plugin for Bukkit website: http://minecraft.defcon.no/yavote authors: - Jon Langseth commands: vote: description: Start or take part in a vote usage: | / [parameter] / sun - Vote for fine weather / rain - Vote for rainy weather / storm - Vote for thunder-storm / day - Vote to set the time to morning / night - Vote to set the time to night / yes|no - Respond positive or negative to current vote / status - Return status of current vote / cancel - Cancel a running vote. permissions: vote.weather.start: description: Gives access to starting new votes for sun/rain vote.weather.respond: description: Gives access to responding to a started sun/rain vote vote.time.start: description: Gives access to starting a vote for day/night vote.time.respond: description: Gives access to responding to a started nay/night vote vote.cancel: description: Gives access to immediately canceling a running vote vote.status: description: Gives access to information on running vote vote.weather.*: description: Gives vote.weather.start and .respond children: vote.weather.start: true vote.weather.respond: true vote.time.*: description: Gives vote.time.start and .respond children: vote.time.start: true vote.time.respond: true vote.*: description: Gives access to all vote commands/options. children: vote.time.*: true vote.weather.*: true vote.cancel: true vote.status: true