#Gens not working
1 messages · Page 1 of 1 (latest)
``` PLEASE PLEASE PLEASE just use `any terracotta` (and `any glazed terracotta`)
^, describe your errors better
i'd reccomend learning the basics before you try to create/change things this complex...
"```command /givegens [<text>]:
trigger:
if player does not have permission "rank.admin":
send "&cYou do not have permission to use this!"
stop
else:
give player "%arg-1%::gen"
command /givedrops [<text>]:
trigger:
if player does not have permission "rank.admin":
send "&cYou do not have permission to use this!"
stop
else:
give player "%arg-1%::drop"```"
The permissions part can just be put under the command, along with the permission message. The stop is useless, and you are supposed to be giving an item, not a string..
Also, make the args mandatory..
have you seen the give part?
mofo tryna give a string
yeah i mentioned that
are you sure about that?