Set a command in a trigger

Started by Djonetti on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Aug 2022
Points:
378

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Set a command in a trigger

¿how can i do if i right clicked with a item do command "" ?

Active 1 month ago
Joined Aug 2023
Points:
226

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
Use the 'when right clicked …
Thu, 08/10/2023 - 13:30

Use the 'when right clicked (entity pos.)' event.

Then search for a 'run command (text) in the name of (event/target entity)' block.

Then, type your command in the text segment.