Well. I would like to set a price for someone to use a command on my PvP server.
but I cannot seem to figure out how to do this.
ex:
Player types "/kit tools" I would like it to subtract $500 from their account.
Any help would be Greatly appreciated
but I cannot seem to figure out how to do this.
ex:
Player types "/kit tools" I would like it to subtract $500 from their account.
Any help would be Greatly appreciated
3
For your /kit tools costing $500, it would be
kit-tools: 500
[Command]: [Price]
kit-tools: 500
[Command]: [Price]
SuzyKimIf you use essentials, in the config down to EssentialsEco there's an option for priced commands. Remember to remove the "#" before the line you put the command on so that it can be read.Click to revealcommand-costs:
# /example costs $1000 PER USE
#example: 1000
# /kit tools costs $500 PER USE
kit-tools: 500
So it would be
/example: 1000 in the final result?
If you use essentials, in the config down to EssentialsEco there's an option for priced commands. Remember to remove the "#" before the line you put the command on so that it can be read.
Click to reveal
command-costs:
# /example costs $1000 PER USE
#example: 1000
# /kit tools costs $500 PER USE
kit-tools: 500
