Max Health Enchantment using DTM

Started by hazar on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Feb 2021
Points:
598

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
Max Health Enchantment using DTM

so i've mad an enchantment,

then in a procedure with on player tick update
Im running, set maxHealth = 20 + (enchantment level in armor slot 0 + slot 1 + slot 2 + slot 3),

for example 4 levels will give you 12 hearts
but for some reason this doesnt update, any reason why?

Active 2 years ago
Joined Feb 2021
Points:
598

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
anyone?
Tue, 08/16/2022 - 21:24

anyone?

Active 2 years ago
Joined Feb 2021
Points:
598

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
thanks ill take a look
Wed, 08/17/2022 - 20:26

thanks ill take a look

Active 2 years ago
Joined Feb 2021
Points:
598

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
that plugin didnt work…
Thu, 08/18/2022 - 23:25

that plugin didnt work either. any solutions?

Active 2 years ago
Joined Feb 2022
Points:
630

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 158
Are you using 1.16.5 or a…
Fri, 08/19/2022 - 15:47

Are you using 1.16.5 or a later version?

Active 1 week ago
Joined Mar 2019
Points:
824

User statistics:

  • Modifications: 4
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 137
in lastest mcreator dmts…
Fri, 08/19/2022 - 18:19

in lastest mcreator dmts doesn't work at all

use the command

attribute @s ATTRIBUTEID base set X

here a list of the attributes
https://minecraft.fandom.com/wiki/Attribute

Active 2 years ago
Joined Feb 2021
Points:
598

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
too ImOd102 yes im on latest…
Fri, 08/19/2022 - 22:23

too ImOd102 yes im on latest update so defo above 1.16.5

and Kyoukster ill take a look thanks