I am not very good with these, I need help:
command /coins [<text>] [<integer>] [<player>]:
trigger:
if arg 1 is not set:
send "&8[&eCoins&8] &7You must specify the use: &e(Add|Remove|Set)"
if arg 2 is not set:
send "&8[&eCoins&8] &7You must specify an amount"
if arg 1 is set:
arg-1 is "add":
So the first argument can either be: (Add|Remove|Set)
The 2nd arg has to be a Number
The 3rd arg has to be a player
Idk how to make this work, it gets my head in a knot... to set each type of situation.
Can someone help me sort this out? Appreciate it
command /coins [<text>] [<integer>] [<player>]:
trigger:
if arg 1 is not set:
send "&8[&eCoins&8] &7You must specify the use: &e(Add|Remove|Set)"
if arg 2 is not set:
send "&8[&eCoins&8] &7You must specify an amount"
if arg 1 is set:
arg-1 is "add":
So the first argument can either be: (Add|Remove|Set)
The 2nd arg has to be a Number
The 3rd arg has to be a player
Idk how to make this work, it gets my head in a knot... to set each type of situation.
Can someone help me sort this out? Appreciate it