HELP WITH MULTIPLE THINGS

Started by HollowVoidGojo on

Topic category: Help with modding (Java Edition)

Last seen on 02:09, 26. Sep 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
HELP WITH MULTIPLE THINGS

heres what I need help with

1. I need to be able to make it so that when a mob is killed, they get a advancement

2. I need to be able to make it so that when you get a advancement it gives you access to a key bind

I would like you guys to answer these please! Please tell me which procedure section it is in to make it more simpler! 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
on 1. make a new procedure…
Tue, 10/19/2021 - 00:10

on 1. make a new procedure and select Mob is hurt Global Trigger

if (any statement you want)

do grant achievement to source entity: ADVANCEMENT

 

and on Key is pressed procedure

if event target entity has advancement: ADV

do (whatever you want)

also don't be so demanding please. As this could be solved with just 5 minutes of google search instead of making a forum

Last seen on 02:09, 26. Sep 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok but the thing is, what…
Tue, 10/19/2021 - 02:33

Ok but the thing is, what procedure section is it? Ive searched around for 10 minutes and I cant find it xD!

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
entity data
Tue, 10/19/2021 - 02:52

entity data

Last seen on 02:09, 26. Sep 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can I also know the…
Wed, 10/20/2021 - 07:17

Can I also know the procedure section for the keybinding

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it is a trigger
Wed, 10/20/2021 - 16:13

it is a trigger