how do i make an event thats always active?

Started by OWOowOooadeofo… on

Topic category: Advanced modding

Active 1 year ago
Joined Mar 2019
Points:
830

User statistics:

  • Modifications: 5
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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.

Active 1 year ago
Joined Mar 2019
Points:
830

User statistics:

  • Modifications: 5
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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.

Active 4 years ago
Joined Nov 2020
Points:
607

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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

Active 4 years ago
Joined Nov 2020
Points:
607

User statistics:

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

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

Active 4 years ago
Joined Dec 2019
Points:
962

User statistics:

  • Modifications: 1
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
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?