I have on a server, PAPI, EssentialsX, GriefPretention and TAB, and on TAB i have a boss bar with placeholders.
img->https://media.discordapp.net/attachments/1117141598539624448/1148894712539926550/image.png
TAB
bars:
ServerInfo:
style: PROGRESS
color: '%animation:barcolors%'
progress: '100'
text: 'ȡ %world% &8|&f ⅀ X:%player_x% Y:%player_y% Z:%player_z% &8|&f ꜿ %essentials_world_time% &8|&f Ǯ %player_ping%'
placeholder-output-replacements:
'%essentials_vanished%':
'yes': '&7| Vanished'
'no': ''
'%essentials_nickname%':
'%essentials_nickname%': '%player%'
"%world%":
"world": "Aetheria"
"world_nether": "Abyssal"
"world_the_end": "Voidreach"
"spawn": "Spawn"
so i want to ask if its possible to create a placeholder to put on bossbar to when the player its any world, will be %world% but if a player its on a claim, beeing %griefprevention_currentclaim_ownername%
exemple of my explication:
'%custom_world_or_claim%':
- set:
world: "Aetheria"
if:
in-world: "world"
- set:
world: "Abyssal"
if:
in-world: "world_nether"
- set:
world: "Voidreach"
if:
in-world: "world_the_end"
- set:
world: "Spawn"
if:
in-world: "spawn"
- set:
claim_owner: "%griefprevention_currentclaim_ownername%"
if:
in-claim: true```
