#I need a /daily command i have excellentcrates can anyone help?
1 messages · Page 1 of 1 (latest)
command /daily:
permission: daily.command # Replace with the appropriate permission node
trigger:
if player has permission "daily.wait":
send "&cYou can only claim your daily reward once per day!"
else:
# Give the player their daily reward
execute console command "crate give %player% excellentcrate daily" # Replace 'excellentcrate' with the name of your crate type
send "&aYou have claimed your daily reward! Check your inventory for the rewards."
add permission "daily.wait" to player # Add a temporary permission to prevent claiming multiple times in a day
wait 24 hours
remove permission "daily.wait" from player
where do i put this?
in a file in your skripts folder
why ask for scripts if you dont know how to use them?
tell them how to make them
bro that script the best ||does not even work||
still
ik where to put it it just didnt work so i was asking
who said it was working?
you cant expect to get something free from #skript-chat and #1027009214478028821 if you want someone to make you stuff you need to go to #job-board
dawg i was asking in case other ppl had one they could give me you dont have to be annoying about it
🤦♂️
still, this is the wrong channel to ask to get free scripts
so i was joking and sent a script that chatgpt made (which is a bad thing because chatgpt cant use skript)
k well you coulda just ended it when you said to use #job-board like bruh
someone already did 200 years ago
lmao
guess whoos back
command /daily:
permission: daily.command # Replace with the appropriate permission node
trigger:
if player has permission "daily.wait":
send "&cYou can only claim your daily reward once per day!"
else:
# Give the player their daily reward
execute console command "crate give %player% excellentcrate daily" # Replace 'excellentcrate' with the name of your crate type
send "&aYou have claimed your daily reward! Check your inventory for the rewards."
add permission "daily.wait" to player # Add a temporary permission to prevent claiming multiple times in a day
wait 24 hours
remove permission "daily.wait" from player