#Sidebar
1 messages · Page 1 of 1 (latest)
You mean resourcepack? We can't modify the client side scoreboard sidebar, since it'll affect all players.
Are you looking for something like this?:
Or more like
Is this good enough?:
does this use a title?
Yes
Just completed it!
Go to line 2164 in hud_screen.json for the "Your Server"
I already have one myself
Good!
why so big trip down and send
Could you send an image of how much you want it shrunk?
But I am currently doing another thing
just give the basic temp of sidebar with text
What's a "Basic Temp"?
template
I do not understand what you are requesting
Sorry i was busy, I'm looking for a script that displays a title on the side an can display your stats.
I already have the json ui.
Hello there!
Can I assist?
So what is the title?
I can assist you!
mf got two AI helping him.
i want help
hi! could you help me in #1176217986978300016 ? thx
player.onScreenDisplay.setTitle({
"rawtext": [
{
"text": "§2Money: §e"
},
{
"score": { "name": "*", "objective": "money" }
}
]
}, {
stayDuration: 20,
fadeInDuration: 1,
fadeOutDuration: 1
})
is it possible to just do like:
player.onScreenDisplay.setTitle('\n\n\n\n\nName: ${player.name}\nScore: ${test}')
?
Try it and see ✅
okay
Oh, Yes a string will work!
do you have to use the rawtext component?