[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 |
Version: | 1.20.4 |
Plugin: | Bukkit.scoreboard.score |
Guidelines Read: | Yes |
Description |
I'm in 1.20.4 manipulating scoreboard: ```java this code: 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 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 ] |
|