-
Notifications
You must be signed in to change notification settings - Fork 11
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
Labels
wontfix
This will not be worked on
Comments
计分板不支持 #all,原版 MC 并不直接支持这类求和功能的计分板 |
Closed
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
StatsHelper/stats_helper/__init__.py Line 202 in 77927cb
改为 server.execute("scoreboard objectives add {} dummy {}".format(constants.ScoreboardName, title.to_json_str())) 即可修复该问题 |
使用 dummy 类型的计分板并不能修复该问题。如此创建的计分板无法实现自动更新的功能,并不能满足 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在使用#all时不会显示,如输入!!stats save mined mined #all时计分板没有数据
The text was updated successfully, but these errors were encountered: