#Lord Rank Command
1 messages · Page 1 of 1 (latest)
this is not the place to ask someone to make you a skript, if you want people to make you skripts go to #job-board and request a skript.
the #skript-chat and #1027009214478028821 is used for those who wants to learn/need help/guide with skript
Ohh! thanks
Hey
but we made a skript
its not helping
command /kit lord:
permission: lord
permission message: &cSorry! Try Buying Lord rank using /buy
trigger:
give player 1 sunflower named "&bLord &6Token" with lore "&6Only For people with rank LORD"
set {Lordkit.%player's uuid%} to true
wait 24 hours
clear {Lordkit.%player's uuid%}
on join:
if player has permission "lord":
if {Lordkit.%player's uuid%} is true:
send "&6&lYou have &b&l/kit lord &6&lwaiting for you!"
thats the skript
if you need help with a current skript, please how it with error
!format
Code Blocks
To make it easier for others to read your code, it is asked that you send it in a code block. On Discord, you can simply send this:
```
Code here
```
Without it when people die they get random kit.
And when i put that skript they dont get
?
Uhh how to do it please telll
this
is
my
code
!format
Code Blocks
To make it easier for others to read your code, it is asked that you send it in a code block. On Discord, you can simply send this:
```
Code here
```
read this
command /kit lord:
permission: lord
permission message: &cSorry! Try Buying Lord rank using /buy
trigger:
give player 1 sunflower named "&bLord &6Token" with lore "&6Only For people with rank LORD"
set {Lordkit.%player's uuid%} to true
wait 24 hours
clear {Lordkit.%player's uuid%}
on join:
if player has permission "lord":
if {Lordkit.%player's uuid%} is true:
send "&6&lYou have &b&l/kit lord &6&lwaiting for you!"
there
you can do
command /mycommand:
cooldown: 24 hours
cooldown message: "You claimed %elapsed time% ago, you may claim again again in %remaining time%."
trigger:
#code
Ohh,
like
command /mycommand:
cooldown: 24 hours
trigger:
give player 1 sunflower named "&bLord &6Token" with lore "&6Only For people with rank LORD"
set {Lordkit.%player's uuid%} to true
wait 24 hours
clear {Lordkit.%player's uuid%}
on join:
if player has permission "lord":
if {Lordkit.%player's uuid%} is true:
send "&6&lYou have &b&l/kit lord &6&lwaiting for you!"
that?
sure, but you can keep the current command and permission too
the command has to be in 1 word i believe
wait where do i setip the permission?
Ohhhh
you already made it
Ohh