How to make command arguments?

Started by Kairinkai on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Sep 2019
Points:
647

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
How to make command arguments?

Basically, I have been searches the website for an answer to how to use command arguments

 

im trying to set a command like /boom (number) with the power of the explosion for 1.16.5

 

i know what number from text and command parameter with index is, just don't know how to use it

 

 

Active 7 months ago
Joined Dec 2020
Points:
594

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
make a procedure with the…
Mon, 04/11/2022 - 20:22

make a procedure with the command 

and make a condition with "command parameter with index" and "get number from text" and redirect from from your code 

Active 23 hours ago
Joined May 2019
Points:
1207

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 2
  • MCreator plugins: 1
  • Comments: 844
A legitimate system that…
Tue, 04/12/2022 - 02:38

A legitimate system that supports command arguments & sub-arguments is currently being developed.