i need help with finding a command

Onaylı Üye
Katılım
17 May 2022
Mesajlar
51
Tepki puanı
3
Ödüller
2
Yaş
25
4 HİZMET YILI
I need to execute a command at an armor stand that's has a special helmet
With a special trim or a special name I don't care I just need a command that does that.
`execute as @e[type=armor_stand,nbt={ArmorItems:[{},{},{},{components:{"mineraft:trim":{material:"minecraft:copper",pattern:"minecraft:silence"},count: 1}}]}] run tellraw @a "asda"`
Something like this but it works.
 
Üye
Katılım
29 Nis 2024
Mesajlar
19
Tepki puanı
0
Yaş
31
2 HİZMET YILI
Whenever the shell gets me feeling down, I use the ‘help’ command to get my feet back on the ground. The help command provides information on built-in commands. Built-in commands are any programs bundled with your version of the bash shell. For a complete list of the built-in commands available to you, simply enter ‘help’ at the terminal prompt.

help
Terminal_002


That’s all well and good, but what do these commands mean? We could blindly enter them in our shell prompt to see what happens, but lets take a safer approach and use the help command again. At the prompt, enter ‘help’ followed by the command you wish to learn more about.

help pwd
help pwd


Wow, that’s very helpful! In fact, it’s a little too helpful. I don’t have time to read a whole paragraph, all I want is the TL;DR on pwd. With the ‘-d’ option, the help command will only return a short description of the specified command.

help -d pwd
Terminal_004


Aha, now I understand what the pwd command does, but I’m not entirely sure how to use it. Never fear, the help command has us covered. With the -s option, help will return a short usage synopsis for the specified command.

help -s pwd
help command with usage synopsis


The -s option shows us all of the options available to us with the pwd command. So we know that there is a -L and a -P option, but what does that even mean? Oh my, perhaps we should have paid more attention to the default output of the help command. But that formatting! It’s definitely not pretty. If you prefer the look of manpages, then you’ll be happy to know that the ‘-m’ option formats the help command output as a pseudo-manpage.

help -m pwd
help pseudo-manpage


Pretty slick, right? Next time you’re not feeling so self-assured, just remember to use the ‘help’ command!
 
Onaylı Üye
Katılım
19 Ocak 2024
Mesajlar
51
Tepki puanı
2
Yaş
21
2 HİZMET YILI
brother nowadays chatgpt and ai features are using more than google you can find command in chatgpt and its totaly free you can try it.
 
Üst