#Placeholder within a placeholder?
1 messages · Page 1 of 1 (latest)
%utils_parse_party_member_1{player_health}%
/papi ecloud download Utils
/papi reload
not sure if that placeholder is valid tho
but essentially, it's %utils_parse_placeholder1_{placeholder2}%
%md_party_member_1{player_health}% is a viable thing right ?
I can't test this because my lonely ass got no friends who can help test
as long as the MD expansion sets bracket placeholders, yes you can do that
Could you elaborate by what you mean by bracket placeholders?
ok this only parses the 1st placeholder
I need the username from the 1st placeholder to go as the input for the 2nd placeholder
Only parses the 1st placeholder
I changed the order and get this
Please ping when you reply
you want the health of the player returned in the other placeholder?
Yea, so instead of returning name of player, I want the health of the other player
oki
%utils_parseplaceholder:[{md_party_member_1}]_player_health%
though it may not work, idk why but your party member placeholder returns a color with the player name
so it may not detect the player correctly
you'll probably need to find another placeholder that returns the name without colors, or ask the dev to make one
I think it's because I am opped
because I got essentials
Will try today, but I don't think this would be the issue
Oh well
I made an issue at their git
@manic flax seems like none of their placeholders work anymore

ok they finally fixed it @manic flax
@manic flax anything wrong I am doing ?
Am trying to take player name and display it's health
Player name comes from %md_party_member_#%
and I want that to pass into a %Player_health% to get their health
and display that on a scoreboard
use parseplaceholder, not parserelplaceholder
and remove the <>
and you need {} around the md placeholder (inside the [])
or just use this
@manic flax none of them work for some reason
wait nvm
I forgot to download utils expansion on new server
That placeholder doesn't work very well, I used a similar one with the placeholders of the parties plugin in a hud and it caused a lot of delays to the server
Then which one do you suggest? Since this placeholder throws up this and crashes.
@manic flax might be of interest to you.
I haven't found one that is useful yet, something is wrong with your placeholder because it does give me back the life of each member but it causes a lot of lag
I think PlaceholderAPI didn't load correctly somehow
though this seems weird because the error is thrown after I try parsing placeholders within the utils placeholder, though it worked fine when AnimatedScoreboard parsed placeholders with the same method
can you send your server startup logs?
Ok let me get them
@manic flax https://mclo.gs/1yr12y5
The scoreboard plugin works fine if we don't use PAPI
it's not an issue with the scoreboard plugin I think
I see a different error though I don't think I can do anything about that
But when I don't use the utils package it seems to work
I config , not make plugins so I have no idea
idk either
Is it a issue with the PAPI expansion or the plugin?
I don't know ;-;
I don't know either ;-;
@manic flax
What does htis message mean
then
You must edit the result of the placeholder, you could use TAB because when it does not find a member it does not return anything and could cause the error, but as I say that type of placeholders consumes a lot.
Waht do you mean by consume a lot?
[22:25:35 WARN]: Can't keep up! Is the server overloaded? Running 5279ms or 105 ticks behind
[22:26:30 WARN]: Can't keep up! Is the server overloaded? Running 25577ms or 511 ticks behind
I see that there is a parseother extension
Any chance that you know how to use it?
utils also has parseother if you're already using that @unkempt gulch
%utils_parseother:[name]_<placeholder>%
%utils_parseother:[cj89898]_player_name%
@split zinc the thing is I want info from one placeholder as input for another place holder
Utils does that but is heavy on the server
