How to make another player run a command from a command paremeter

Started by dkim19375 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined May 2020
Points:
632

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How to make another player run a command from a command paremeter

How do I make someone else execute a command using procedures?

example: /executecmd username give @s diamond_block(edited)

That would make "username" run /give @s diamond_block

 

If this is not possible, please consider making this possible! 

Thanks!

Active 4 years ago
Joined Jan 2020
Points:
850

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
On Java, execute as username…
Thu, 08/13/2020 - 14:52

On Java, execute as username run give @s diamond_block

On Bedrock, execute username give @s diamond_block