#I need a /daily command i have excellentcrates can anyone help?

1 messages · Page 1 of 1 (latest)

oak jacinth
spring crown
#

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

vagrant ore
#

where do i put this?

spring crown
#

in a file in your skripts folder

near wadi
#

Simple

#

spoonfeeding is bad

spring crown
#

why ask for scripts if you dont know how to use them?

near wadi
#

tell them how to make them

spring crown
near wadi
#

still

vagrant ore
#

ik where to put it it just didnt work so i was asking

spring crown
#

who said it was working?

spring crown
vagrant ore
#

dawg i was asking in case other ppl had one they could give me you dont have to be annoying about it

#

🤦‍♂️

spring crown
#

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)

vagrant ore
#

k well you coulda just ended it when you said to use #job-board like bruh

spring crown
near wadi
#

@vagrant ore

#

see docs

#

learn skript

spring crown
#

@vagrant ore

#

you cant escape this channel

vagrant ore
#

dawg wtf do yopu want

#

pedo

spring crown
#

whooa

#

waooah

#

waoogho

#

wtf

#

is wrong with you

vagrant ore
#

i can escape if i block you then u cant @

#

me

spring crown
#

sire

#

sure go on

#

@vagrant ore

near wadi
#

lmao

spring crown
#

guess whoos back

spring crown
# vagrant ore i can escape if i block you then u cant @

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