Need help creating a Timer

Started by Squid146 on

Topic category: Help with MCreator software

Active 5 years ago
Joined Aug 2019
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Need help creating a Timer

Hey so im trying to make a custom block that destroys itself some time after being placed, i have asked the discord and browsed the fourms but i cannt find how to do it. if anyone can send a picture of a procedure or something that would be great

Active 4 years ago
Joined Mar 2015
Points:
731

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
Method: { Custom Code…
Sat, 11/09/2019 - 02:21

Method: {

Custom Code Snippet: [Thread.sleep(Insert Number of Milliseconds)]

Remove block at X: {X] Y: {Y] Z: {Z]

}

Active 4 years ago
Joined Mar 2015
Points:
731

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
as far as I know.
Sat, 11/09/2019 - 02:22

as far as I know.

IIGunner2II: This is not the…
Sat, 11/09/2019 - 10:06

IIGunner2II: This is not the correct way, that would block the whole game for a given time, not just wait for the desired action.

We have proper timer tutorials and delay examples on our tutorials collection 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