Scoreboard objective/teams/tags don't support certain characters when testing for scores/teams/tags in selectors
*Info: maybe contains some of this:
MC-51960
When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummy
It works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 1
But when you try:
/testfor @a[score_Game.2.Points=1]
it won't work.
The same is with all signs which aren't letters (exepct "§")
Linked Issues
is duplicated by3
Created Issue:
Scoreboard Objective Name/Title Bug
*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
[code]/scoreboard objectives add Game.2.Points dummy[code]
It works perfectly, even when you do:
[code]/scoreboard players set @p Game.2.Points 2[code]But when you try:
[code]/testfor @a[score_Game.2.Points=1][code]
it won't work.
The same is with all signs which aren't letters (exepct "§")
*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
[code]/scoreboard objectives add Game.2.Points dummy[code]
It works perfectly, even when you do:
[code]/scoreboard players set @p Game.2.Points 2[code]But when you try:
[code]/testfor @a[score_Game.2.Points=1][code]it won't work.
The same is with all signs which aren't letters (exepct "§")*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummyIt works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 2But when you try:
/testfor @a[score_Game.2.Points=1]it won't work.
The same is with all signs which aren't letters (exepct "§")
relates to
*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummyIt works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 2But when you try:
/testfor @a[score_Game.2.Points=1]it won't work.
The same is with all signs which aren't letters (exepct "§")*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummyIt works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 2But when you try:
/testfor @a[score_Game.2.Points=2]it won't work.
The same is with all signs which aren't letters (exepct "§")
*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummyIt works perfectly, even when you do:
/scoreboard players set @p Game.2.Points2But when you try:
/testfor @a[score_Game.2.Points=2]it won't work.
The same is with all signs which aren't letters (exepct "§")*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummyIt works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 1But when you try:
/testfor @a[score_Game.2.Points=1]it won't work.
The same is with all signs which aren't letters (exepct "§")
*Info: maybe contains some of this:
https://bugs.mojang.com/browse/MC-51960?jql=status%20%3D%20Open%20AND%20text%20~%20%22scoreboard%20objectives%22When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummyIt works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 1But when you try:
/testfor @a[score_Game.2.Points=1]it won't work.
The same is with all signs which aren't letters (exepct "§")*Info: maybe contains some of this:
MC-51960When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummyIt works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 1But when you try:
/testfor @a[score_Game.2.Points=1]it won't work.
The same is with all signs which aren't letters (exepct "§")
Scoreboard ObjectiveName/Title BugScoreboard Objective/Teams don't support certain characters when testing for scores/teams
ScoreboardObjective/Teams don't support certain characters when testing for scores/teamsScoreboard objective/teams don't support certain characters when testing for scores/teams
is duplicated by
is duplicated by
Scoreboard objective/teams/tags don't support certain characters when testing for scores/teams/tags in selectors
is duplicated by
Working by design, see MC-55348.
Duplicate of MC-55348.
These characters were indeed previously allowed, but didn't function properly (any detection with them failed, see MC-55348; this change is to prevent that from ever occurring).
Replace = with 2 and try again.
Sorry, how do you mean this?
he means use:
Yes sorry wrote the second command wrong
Now updated it
If certain characters do not work, don't use them in your objective name.
Kinda late with this comment, but I was watching the older issue (now deemed duplicate of this one).
I wonder, why the proposed fix in that older
MC-11058would not work (applied in all the necessary places)? (Instead of taking the "won't fix" & "read the JIRA regularly and after hours of searching learn to use more and more quirks, i.e. in this case to not use some characters" -resolution...)