Party HUD
MC-MODEL

gunsaepex

New Member
Member
I'm having an issue using the "Party HUD" feature, which is a bundle that adds a layout to MythicHUD/HappyHUD, allowing you to see the health, mana, and class stats of your party members, similar to how it works in Fortnite.
It's a drag-and-drop resource, so I don't believe the issue is with the asset's code itself, but possibly with one of the required plugins. Every time I assign the layout to a player in-game, the console starts spamming errors non-stop.

1744054599732.png

The layout doesn’t display correctly in the game it shows missing information and since the console gets spammed with errors like 10 times per second, I eventually get timed out and the server crashes.
This feature depends on PlaceholderAPI and MythicHUD, as well as MMOCore, MythicDungeons, or any other plugin that provides a party system. I've tested the versions for MMOCore, MythicDungeons, and Parties, and I still face the same issue. So, I'm starting to believe the issue lies with PlaceholderAPI.
When I run /papi parse me <placeholder> with one of the placeholders, I get the following error, which leads me to believe that's where the problem is

1744054628785.png

helpppp
 

gunsaepex

New Member
Member
I downgraded the version of parseothers, but even after that, I kept getting WARNs like:

[13:34:57 WARN]: [PlaceholderAPI] [math] Placeholder: %math_0_{player_health}+{player_absorption}%
[13:34:57 WARN]: [PlaceholderAPI] [math] Cause: '+' is not a valid Math expression.
[13:34:57 WARN]: [PlaceholderAPI] [math] Invalid Placeholder detected!
[13:34:57 WARN]: [PlaceholderAPI] [math] Placeholder: %math_0_({player_max_health_rounded}+{player_absorption})/4%
[13:34:57 WARN]: [PlaceholderAPI] [math] Cause: '(+)/4' is not a valid Math expression.


So I also tried downgrading the math expansion, but it looks like either the author made a mistake or intentionally broke the syntax. Take a look at this example from the config:
- 'placeholder{ph=%parseother_unsafe_{md_party_member_2}_{player_health}%;v=%parseother_unsafe_{md_party_member_2}_{math_0_{player_max_health_rounded}%;o=>} false color #ff0000'

I tried isolating just those parts, and the WARNs stopped showing, but then in-game the HUD became broken with missing elements. I searched for tutorials and checked the Math wiki itself, but I haven’t found any viable solution so far.
 
Top