at 20:00:
set {oylar} to 0
loop all players:
message "Oylama zamanı! Sabah olsun mu? /evet ya da /hayır" to loop-player
wait 60 seconds
if {oylar} is greater than 0:
make console execute command "time set 0"
command /evet:
executable by: players
cooldown: 60 seconds
cooldown message: Spam yapmayınız
trigger:
add 1 to {oylar}
command /hayır:
executable by: players
cooldown: 60 seconds
cooldown message: Spam yapmayınız
trigger:
remove 1 from {oylar}