how do i make an event thats always active?

Started by OWOowOooadeofo… on

Topic category: Advanced modding

Last seen on 21:06, 10. Nov 2023
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make an event thats always active?

how would i made a procedure that's always running?

Using one of the tick events…
Sat, 06/22/2019 - 09:12

Using one of the tick events. Either item tick, block tick, entity tick or global player tick.

Last seen on 21:06, 10. Nov 2023
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so would i just pair that…
Sat, 06/22/2019 - 11:24

so would i just pair that with a random block or entity?

Yes, but the block or entity…
Sat, 06/22/2019 - 19:26

Yes, but the block or entity needs to be in the world for the tick to be called.

Make sure to not do any complicated things in tick procedure as it can cause heavy world lag if you do.

Last seen on 23:32, 24. Dec 2020
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can’t find block tick,…
Mon, 11/30/2020 - 19:59

I can’t find block tick, entity tick or item tick in event triggers

Last seen on 23:32, 24. Dec 2020
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh nevermind, it’s in…
Mon, 11/30/2020 - 20:02

Oh nevermind, it’s in triggers for the blocks and items

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you do that for…
Mon, 11/30/2020 - 21:37

How do you do that for players though, like if player has advancement (vampire) it gives them like 5 buffs? Also would that lag the game out?