i have a server i need a /Daily but i cant get it to work
command /Daily:
trigger:
set {_today} to now
if {daily::%player%} is set:
if {daily.%player%} = {_today}:
send "&cYou have already claimed your daily crate today!" to player
stop
else:
execute console command "cc give virtual Dailycrate 1 %player%"
send "&aYou have received your Daily Crate key! Come back tomorrow." to player
set {daily::%player%} to {_today}
command /Daily:
trigger:
set {_today} to now
if {daily::%player%} is set:
if {daily.%player%} = {_today}:
send "&cYou have already claimed your daily crate today!" to player
stop
else:
execute console command "cc give virtual Dailycrate 1 %player%"
send "&aYou have received your Daily Crate key! Come back tomorrow." to player
set {daily::%player%} to {_today}