Hello, i be having issues with putting multiple soreboards on the server for example i have scoreboard that only shows in the lobby and when player joins for example ffa arena another plugin shows the client scoreboard for the minigame but client usually wont handle it and the game crashes for the player most of the times, even when game doesnt crashes the minigames scoreboard mix up with the lobby scoreboard which is very wierd does somebody know if its problem of the pnx or i have some wrong in my plugins?
#ScoreBoard
1 messages · Page 1 of 1 (latest)
#1217863992609996991
report it in the plugin that you use and ping the developer if there are problems
(prob send a video that might help them as well)
I guess you coded it by yourself, didn't you?
Before showing the player a new scoreboard, you should remove the old one first
I did
i display lobby scoreboard trough my lobbycore plugin and everytime player moves to different world the scoreboard disappears
I coded it to remove it for the player
than I coded kitpvp plugin with second scoreboard that’s on the server and the scoreboard only appears when player moves to world “kitpvp”
than players client often crashed, I reliazed sm is wrong and even when I checked the lobbycore plugin if its really removing SB for the player, player is still receiving 2 SB’s at the same time
wierd
I fixed by editing lobbycores SB to display different things in kitpvp world
works well and maybe its easier that way