Started by
minheragon12345
on
Topic category: Help with MCreator software
Is it possible to change player's max health without health boost or gears ? If not can you guys add this ?
Topic category: Help with MCreator software
Is it possible to change player's max health without health boost or gears ? If not can you guys add this ?
I believe there is a command option for this while wearing armor or holding a specific item.
Yeah,that's why I'm asking without gears
then I don't think so. Why can't you use health boost?
I tried :(( Why dont you try put health boost to an armor, then You will get what i mean :(( It's not regen
Check if player is wearing armor, only give them health boost for one tick.
health boost is also not damge absorption
Try
That's probably the issue, if it is not, you can open a ticket on the issue tracker
Nah, I think it's not an issue, it's bcs that's how minecraft works. Every time health boost ran out, the health turn back to how it was, or ticks you say, the health boost will be overwrited every tick :((
Try making an if statement in the procedure to test if the player has health boost, and if they don't then give health boost for 20000000 ticks.
I tried too XD after 2*** ticks you said it will
be back to normal
If you make it long enough, it will barely be a problem.
But if I made the health so high then after those ticks about 27m, I will go to 0 then regen again :((
You could make a custom potion effect with a procedure giving health boost for when potion started/applied, and when the potion ends set a NBT value for the player that is the player's health.
When the potion is given for the second time set the player's health to this NBT value after giving the health boost.
The health boost might need to be 1 tick longer.
LOl nice ! What about lower max health then XD
Unless it's using the /give command, I don't know how to do lower max health. You'd probably need custom code for it.