Mycommand configuration

Status
This thread has been locked.

Koo

Supreme
Feedback score
12
Posts
220
Reactions
73
Resources
0
Hello,

I’m struggling with the configuration of mycommand: I need something simple, but for a weird reason it isn’t working.

Anyone here knows how to make this?
/tierihelmet
Cost: 5000
Gives enchanted dia helmet with prot 1 and unbreaking 1.

Willing to pay 1$ for this
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

GabyTM

@gabytm / gabytm.me/discord
Supreme
Feedback score
44
Posts
425
Reactions
191
Resources
6
Try
YAML:
'name_here':
 command: /tierihelmet
 cost: 5000
 success-message: "&7Paid &2$&a%s"
 error-message: "&7You need &2$&a%s &7for perform this command!"
 type: RUN_CONSOLE
 runcmd:
 - /give $player diamond_helmet 1 protection:1 durability:1
 
Last edited:
Status
This thread has been locked.
Top