Started by
sw0rdmas73r
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make an effect that edits the player's maximum health until they either sleep or die due to the effect taking all their health. Can anyone help?
There is a plugin called DTM attributes, it gives you procedure blocks that allow you to change the max health a player has. And for the sleeping part, it's a bit of a pseudo way of doing it since I don't think MCreator has a sleep procedure, I would check if a player right clicks a bed and if it is night.
Ok, thank you so much!
I can’t seem to figure out how to implement the plugin.
WAIT- your condition is buggy: