Luca

Results 10 comments of Luca

thank you, ill try that asap

it works! but i must wait for like 100/200 milliseconds after the ServerPostConnect event otherwise the player's Entries() list it's empty ``` p.Proxy().Event().Subscribe(&proxy.ServerPostConnectEvent{}, 0, func(ev event.Event) { e := ev.(*proxy.ServerPostConnectEvent)...

actually i think that a proper event might be the best way and it could be very useful to me, but right now it's not critical as "ServerPostConnectEvent" doesn't seem...

Alright tysm On Tue, May 21, 2024, 7:03 AM vytskalt ***@***.***> wrote: > You're currently supposed to create a different Sidebar instance for every > player. I plan on making...

Creating a scoreboard for each player is going to impact a lot on performance or ram memory? i'm trying to keep resources as low as possible :)

i'am going to try that, i'll post profilings asap thanks for the help

Hello sorry to bother again, i wrote a bunch of code where the personal scoreboard seems to work fine but the animated title it is not working anymore and i...

oh that make sense tysm, i tought it was automatic 😳

Hello i've made some tests with 100 players online (bots), the scoreboard ticker is async so no performance impact overall, very low memory usage (less then 700kb) the only things...