Hello again,
I am trying to make an economy skript for my server,
But it comes out with an error
My code is
command /eco [<text>] [<player>] [<number>]:
permission: eco.admin
trigger:
if %arg-1% is "reset":
if %arg-2% is empty:
send "&cError: You must include a player name!"
else:
set {balance::%player%} to 0
Thank you!
I am trying to make an economy skript for my server,
But it comes out with an error
My code is
command /eco [<text>] [<player>] [<number>]:
permission: eco.admin
trigger:
if %arg-1% is "reset":
if %arg-2% is empty:
send "&cError: You must include a player name!"
else:
set {balance::%player%} to 0
Thank you!