How do I add parameters/arguments to commands?

Started by IBlazingX on

Topic category: Help with modding (Java Edition)

Last seen on 18:44, 10. Mar 2021
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I add parameters/arguments to commands?
Wed, 03/10/2021 - 08:09 (edited)

Hello! How do the parameters work when adding commands?

I want to create a command that is written like this; "/damage" and containing the following parameters; "<entity> <amount>", this would look like this; "/damage <entity> <amount>", but I don't know how to add parameters.

PD: the parameters would work as follows ...

"<entity>": (Examples: "@a", "@e", "@e [type=minecraft: zombie]", etc ...)
"<amount>": (Amount of damage you want to do to the selected entity)

Edited by IBlazingX on Wed, 03/10/2021 - 08:09