Procedure for Hardcore Mode

Started by KillerPlaying29 on

Topic category: User side tutorials

Active 4 years ago
Joined Mar 2020
Points:
663

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
Procedure for Hardcore Mode

Hello, I just signed up and I need advice from a pro. I would like to do a procedure that would arrange for the immediate end of the dragon to kill my world so that my world can be transformed into a world with the flexibility of hardcore. sorry for the mistakes i'm not with america or anything. Would that be possible, then ???

Active 4 days ago
Joined Dec 2018
Points:
1353

User statistics:

  • Modifications: 18
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 832
i'm sorry but i don't…
Fri, 05/22/2020 - 00:39

i'm sorry but i don't understand what your trying to do, maybe try typing it again.

Active 4 years ago
Joined Mar 2020
Points:
663

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
i want to make a procedure…
Fri, 05/22/2020 - 09:55

i want to make a procedure that turn on hardcore mode of my world after i beat the enderdragon

Active 4 years ago
Joined Mar 2020
Points:
663

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
Understand ???
Thu, 06/04/2020 - 12:15

Understand ???

Active 2 years ago
Joined Mar 2020
Points:
902

User statistics:

  • Modifications: 3
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 367
yesssssss
Sat, 06/06/2020 - 07:35

yesssssss

Active 2 years ago
Joined Mar 2020
Points:
902

User statistics:

  • Modifications: 3
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 367
logic variable global_map is…
Sat, 06/06/2020 - 07:37

logic variable global_map is_hdc,is_dead

when player dead:

if is_hdc:

is_dead set to true

when player join:

if is_dead:

kill player

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5484
@thesupermodder I don't…
Sat, 06/06/2020 - 08:43

@thesupermodder I don't think they mean turning the world into hardcore mode by making you unable to respawn, but simply making the difficulty harder after beating a boss (like in Terraria)

You could do this by having a global variable called hardcoremode. Once the enderdragon is beaten (I think you could use a "when entity dies" trigger and then check if it's the enderdragon), set the variable to true.

And now that you have this variable it's up to you how to use it! :)

You could for example add a very strong mob that has a procedure "If hardcoremode = false, do: despawn provided entity" bound to the "on entity spawn" trigger

Active 4 years ago
Joined Mar 2020
Points:
663

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
i mean hardcore mode not…
Sat, 06/06/2020 - 20:46

i mean hardcore mode not hard difficulty

Active 4 years ago
Joined Mar 2020
Points:
663

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
cau you gave me a picture…
Sat, 06/06/2020 - 20:49

cau you gave me a picture about that procedure pls