Hardcore mode procedure/limited lives

Started by _Syntax_3rror_ on

Topic category: Help with modding (Java Edition)

Last seen on 14:00, 15. Apr 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hardcore mode procedure/limited lives

Is it possible to make a procedure so when a player enters a certain dimension their mode is changed to hardcore or they have limited lives?

Last seen on 14:00, 15. Apr 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can someone please answer?
Sat, 08/13/2022 - 15:17

Can someone please answer?

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use a integer variable. Make…
Sat, 08/13/2022 - 17:32

Use a integer variable. Make sure to make it player-persistent.

First procedure: https://imgur.com/3Kg7XgO

Change the "end" procedure block to your custom dimension, it is found in minecraft components tab, just look for the color. Replace the variable with your variable. 

Second procedure: https://imgur.com/laVZb6g

"Provided dimension type" block is also found in minecraft components tab. And "Cancel event that triggered global trigger" is in advanced procedure blocks tab.

Last seen on 14:00, 15. Apr 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't find the get global…
Thu, 08/18/2022 - 14:21

I can't find the get global or set global blocks

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In custom variables tab
Thu, 08/18/2022 - 17:27

In custom variables tab

Last seen on 14:00, 15. Apr 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry, it doesn't say set…
Thu, 08/18/2022 - 20:54

sorry, it doesn't say set global or anything only "get" [blank]

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're doing it right. But…
Thu, 08/18/2022 - 22:57

You're doing it right. But you have to make a global variable first. Go back to the main mcreator screen(with all your elements), go to variables tab on the left and make a variable. Make sure to make this one an integer and make it player-persistent.

Last seen on 06:22, 13. Mar 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That is correct
Mon, 08/22/2022 - 12:27

That is correct