how do i make an event thats always active?

Started by OWOowOooadeofo… on

Topic category: Advanced modding

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?

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.

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

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

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?