Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法在 !!stats 的计分板相关命令中使用 #all #13

Closed
DoubtedYapper71 opened this issue Aug 23, 2022 · 5 comments
Closed

无法在 !!stats 的计分板相关命令中使用 #all #13

DoubtedYapper71 opened this issue Aug 23, 2022 · 5 comments
Labels
wontfix This will not be worked on

Comments

@DoubtedYapper71
Copy link

在使用#all时不会显示,如输入!!stats save mined mined #all时计分板没有数据

@Fallen-Breath
Copy link
Collaborator

计分板不支持 #all,原版 MC 并不直接支持这类求和功能的计分板

@Fallen-Breath Fallen-Breath added the wontfix This will not be worked on label Jul 20, 2023
@source-dream

This comment was marked as off-topic.

@Fallen-Breath

This comment was marked as off-topic.

@StickyMouse27
Copy link

server.execute('scoreboard objectives add {} minecraft.{}:minecraft.{} {}'.format(constants.ScoreboardName, cls, target, title.to_json_str()))

改为

server.execute("scoreboard objectives add {} dummy {}".format(constants.ScoreboardName, title.to_json_str()))

即可修复该问题

@Fallen-Breath
Copy link
Collaborator

使用 dummy 类型的计分板并不能修复该问题。如此创建的计分板无法实现自动更新的功能,并不能满足 !!stats scoreboard 命令所要达成的效果

@Fallen-Breath Fallen-Breath closed this as not planned Won't fix, can't repro, duplicate, stale Jan 19, 2025
@Fallen-Breath Fallen-Breath pinned this issue Jan 19, 2025
@Fallen-Breath Fallen-Breath changed the title #all无效 无法在 !!stats 的计分板相关命令中使用 #all Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants