Help with command parameters?

Started by Glowing0v3rlord on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Oct 2018
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Help with command parameters?

Hi, I'm trying to make a command called /dummies <value> that summons <value> number of husks at my location. For example, if I did /dummies 50, it would spawn 50 husks. However, the command parameters are strings, so I'm having trouble inserting the value of the parameter into a repeat block. How might I go about this?

Active 3 years ago
Joined Oct 2018
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Nevermind, I figured it out…
Fri, 07/09/2021 - 19:21

Nevermind, I figured it out. I used a number from text block.