Hi I was recently disrespected and called a troll and this and that by somebody who I thought was genuinely helping me but in the end their solution was a mistake and I never got the problem resolved. I want a belowname objective in only the Kits world to display their health (as 10) with a red heart to the right of it. And in all other worlds, (Minigames, Testing, Survival) to display their ping and health like shown in the image.
#TAB
1 messages · Page 1 of 1 (latest)
the player papi extension has
%player_health%
%player_health_boost%
%player_health_rounded%
%player_health_scale%
these placeholders, if i recall right one of them had divided the hp by 2
and for the heart just add a heart symbol
I already know the extension for hp halved by 2. I just need to know how to setup the perworld aspect for belowname objectives.
And it's not as easy as organizing the tab groups and setting up tags.
You're going to want a changeoutput placeholder for what you're trying to do. Below is a rough example, i dont have the placeholder for what world the player is in handy so the {player_world} was a guess. Sorry if its wrong. Otherwise just replace what you want it to say when it matches "kits" world and then when it doesnt match it "else:stuff here"
%changeoutput_equals_input:{player_world}_matcher:kits_ifmatch:<input what you want to show in kits>_else:<input what you want to show otherwise>%
I have no idea how I would implement this %changeoutput_equals_input:{player_world}_matcher:kits_ifmatch:<input what you want to show in kits>_else:<input what you want to show otherwise>% into the config.
You just put it in the config where the above head stuff is
The same place you were going to put placeholders
Can I send you a config?
In the config basically it has this in it
'%essentials_vanished%':
'yes': '&7| Vanished'
'no': ''
conditions:
belowname1:
conditions:
- "%world%=Kits"
yes: "&a%ping% &8ms"
no: "%condition:belowname2%"
belowname2:
conditions:
- "%world%=Hub"
- "%world%=Minigames"
- "%world%=Parkour"
type: OR
yes: "&a%ping% &8ms | &c%health% &4Health"
no: "Value for other worlds"```
And way above that...
enabled: true
value: "0"
title: ""
fancy-value: "%condition:belowname1%"
fancy-value-default: "NPC"
disable-condition: '%world%=disabledworld'```
I have both of that in my config for TAB but it isn't working.
It's just a jumbled mess and confusion.
oh okay i figured it out i think
Ive never used this belowname feature with TAB before so i had to do some testing
So maybe i didnt acutally, just realized what i said you needed to add was something you already have
Can i ask.. Is the name of the world 100% "Kits" with an uppercase K? its case sensitive
this is working fine for me, put everything in that you have here. All i did was change world "Kits" to my world name so i could see if its properly parsing
thats what i see in "Kits" world
this is what im getting in a world not on the "other" list
ignore the red health part i had something extra in "title" in my config
I need you to help me further with this.
Because putting anything into the config is risky.
Would you be willing to screenshare with me?
I wouldnt worry too much, everything be can be undone! :D
If you want to take this to DM's for more privacy i can do that. I wont be able to screenshare with you but I can try to help troubleshoot some more
Oh my would you?
Yeah i dont mind!