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

Missing Scoreboard Operation #127

Open
toddharrison opened this issue Jun 14, 2015 · 0 comments
Open

Missing Scoreboard Operation #127

toddharrison opened this issue Jun 14, 2015 · 0 comments

Comments

@toddharrison
Copy link

In the scoreboard you can show scores to everyone in a specific world using:

scoreboard.setScoreboardPosition(scorePosition, scoreObjective, world);

However, you cannot likewise clear that display based on world, you have to instead do it on player:

scoreboard.clearScoreboardPosition(scorePosition, player);

I would like to be able to reverse the effects of the first call using a method like:

scoreboard.clearScoreboardPosition(scorePosition, world);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant