Procedure to despawn an entity after a few seconds

Started by Tommynador on

Topic category: Help with MCreator software

Last seen on 21:49, 18. Aug 2020
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure to despawn an entity after a few seconds

I would like to make a mob that when it spawns you wait a few seconds and then after it is removed

I tried to use this on OnEntityTickUpdate: https://imgur.com/a/oUB77DM

But he just crashes the game!

Use timers for this. I…
Tue, 08/04/2020 - 14:51

Use timers for this.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 21:49, 18. Aug 2020
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  Thank you! I'll take a…
Tue, 08/04/2020 - 15:26

 

Thank you! I'll take a look at the playlist and see what I can do.