I'm making kits like this:
(Code) Skript:
command /kit:
trigger:
execute console command "give %player% iron_helmet 1"
execute console command "give %player% iron_chestplate 1"
execute console command "give %player% iron_leggings 1"
execute console command "give %player% iron_boots 1"
execute console command "give %player% iron_sword 1"
execute console command "give %player% iron_pickaxe 1"
execute console command "give %player% iron_axe 1"
execute console command "give %player% iron_schovel 1"
message "<orange>%player% you have now the bonus kit"
How do i set a timer on it???
(Code) Skript:
command /kit:
trigger:
execute console command "give %player% iron_helmet 1"
execute console command "give %player% iron_chestplate 1"
execute console command "give %player% iron_leggings 1"
execute console command "give %player% iron_boots 1"
execute console command "give %player% iron_sword 1"
execute console command "give %player% iron_pickaxe 1"
execute console command "give %player% iron_axe 1"
execute console command "give %player% iron_schovel 1"
message "<orange>%player% you have now the bonus kit"
How do i set a timer on it???