How to launch player in the air when right clicked with item

Started by Lord Makishi on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Mar 2021
Points:
699

User statistics:

  • Modifications: 0
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
How to launch player in the air when right clicked with item

Hello Everyone,

So I wanted to make an item that lauches the payer in the air (for example when a iron golem hits you) when right clicked.

Active 2 hours ago
Joined Mar 2021
Points:
928

User statistics:

  • Modifications: 3
  • Forum topics: 35
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 444
set event location in x y++-…
Fri, 04/29/2022 - 13:10

set event location in x y++-- z

 

Active 1 year ago
Joined Mar 2021
Points:
699

User statistics:

  • Modifications: 0
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
doesn't work, i need to put…
Fri, 04/29/2022 - 18:05

doesn't work, i need to put in a number :/

Active 5 months ago
Joined Mar 2022
Points:
406

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 121
set event location in x y=…
Fri, 04/29/2022 - 19:30

set event location in x y=(world surface+[number]) z

Active 1 year ago
Joined Apr 2022
Points:
404

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
If TheDragon'sSon's way…
Fri, 04/29/2022 - 22:10

If TheDragon'sSon's way doesn't work just add the levitation effect

Active 2 hours ago
Joined Mar 2021
Points:
928

User statistics:

  • Modifications: 3
  • Forum topics: 35
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 444
lol of course you must put…
Sat, 04/30/2022 - 10:20

lol of course you must put inside numbers....mne was just the correct procedure then you must randomize it

 

Active 1 month ago
Joined Jan 2018
Points:
924

User statistics:

  • Modifications: 9
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
The "Attempt to override…
Sun, 05/01/2022 - 19:51

The "Attempt to override motion vector of _ to vx: _ vy: _ vz: _" might help. just change vy to a number higher than 0!