Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Can't wrap my head around it. Doesn't matter what i do it doesn't seem like im getting it to work at all.
command /key day: description: Give the player a dayily key. usage: /key day permission: key.day permission message: &cYou do not have permission...
Im lost, what do you mean?
Wouldn't this be it? if {key::%uuid of player%::lastused} is not set: execute console command "crate givekey %player% day 1" set {key::%uuid of...
I checked and it's not in the same tabs count as the code under the trigger. It just got sent wrong. I belive it is, iv'e check multiple videos...
Found anything?
Yeah the link is outdated but i have the newest verison. Here's the link i donwloaded it from. https://github.com/SkriptLang/Skript/releases Being...
command /key day: description: Give the player a dayily key. usage: /key da permission: key.day permission message: &cYou do not...
if {_waited}/{key.%player%.lastused}/{key::%uuid of player%::lastused} is not set: execute console command "crate givekey %player% day 1"...
How? And in the code? Tried around but couldn't get a grip of how to.
Changed it so that the code now looks like this: command /key day: description: Give the player a daily key. usage: /key day permission: key.day...
It works for me since i have been playing around with the code and testing it myself so i have recived the key so that the timer has started and...