Sprinting kills player

Started by IronmanGaming on

Topic category: Help with MCreator software

Active 3 years ago
Joined Sep 2021
Points:
533

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Sprinting kills player
Thu, 09/30/2021 - 18:12 (edited)

Hello everyone,

I'm making a funny mod.
It's supposed to cause me to die when I try to sprint.
The procedure that I use won't word...
Anyone have an idea how it could work?

Edited by IronmanGaming on Thu, 09/30/2021 - 18:12
Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
player tick update trigger …
Thu, 09/30/2021 - 19:09

player tick update trigger 

if event target entity is sprinting

deal 10000 damage to event target entity

Active 3 years ago
Joined Sep 2021
Points:
533

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
I literally made 1 mistake…
Thu, 09/30/2021 - 19:53

I literally made 1 mistake and that was the player tick update trigger.
Thank you very much, it works well!