[SPIGOT-7562] score methods are not working Created: 05/Jan/24  Updated: 25/Dec/24  Resolved: 05/Jan/24

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: I won't Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: Craftbukkit, bug
Environment:

https://getbukkit.org/get/8fcc6d1ad097267ea7fb0549540f44c9

Processor    Intel(R) Pentium(R) Gold 8505   1.20 GHz
RAM installed 8,00 Go (7,64 Go usable)
Exploitation System 64 bits, processor x64


Version: 1.20.4
Plugin: Bukkit.scoreboard.score
Guidelines Read: Yes

 Description   

I'm in 1.20.4 manipulating scoreboard: 

```java
score score = Bukkit.getScoreboardManager().getMainScoreboard().getObjective("OpNum0").getScore("MommyPlease_UwU");
score.setScore(200);
int entityScore = score.getScore();
if (score.isScoreSet()){Bukkit.broadcastMessage("scoreboard");}
```

this code: 
get the right score
changes the score to 200
entityScore is equal to 0 
and nothing is in the chat (so score is not considered to set)

I may be wrong and this is an issue from my, but I really don't see what I do wrong.



 Comments   
Comment by I won't [ 05/Jan/24 ]

getScore() always gives me 0 
and
isScoreSet always gives me false

all the others seems to be working (did not try getPlayer since it's deprecated) 

the other method working perfectly lead me to think that it was a bug. Also confirmed me that i got the right score.

Comment by md_5 [ 05/Jan/24 ]

Your screenshot looks correct, can you please describe exactly what method is not working?

Comment by I won't [ 05/Jan/24 ]

this show my name, the name of the scoreboard and the fact that it's set 

Generated at Thu Apr 03 16:05:32 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.