Player execute a command

Started by superrtutur on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Aug 2018
Points:
682

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Player execute a command
Tue, 07/06/2021 - 05:05 (edited)

Hello, I would like to know how to make a player execute a command with a procedure in a menu with mcreator 2020.2
I do not want to increase the version because the others are not 1.12.2

Edited by superrtutur on Tue, 07/06/2021 - 05:05
Active 1 year ago
Joined Jul 2021
Points:
556

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
You can use the run command…
Thu, 07/08/2021 - 07:30

You can use the run command code blocks and put this command:

 

/execute as {Name} run {Command to rub}