Started by
dkim19375
on
Topic category: Help with Minecraft modding (Java Edition)
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!
On Java, execute as username run give @s diamond_block
On Bedrock, execute username give @s diamond_block