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

Started by dkim19375 on

Topic category: Help with modding (Java Edition)

Last seen on 22:17, 8. Sep 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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!

Last seen on 22:49, 17. Mar 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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