-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add a function to hide or show all players at the same times #209
Comments
The hidden status is stored in the player data, so we can't do anything about offline players. This means hiding and showing all is not a reversible action if the players online changes in between. This would lead to unexpected behavior and so isn't something I want to include. On Fabric & NeoForge you should be able to use |
On second thought, I guess this could be a command that just toggles the player tracker at runtime, which could actually be useful |
The solution that I will prefer is a config option that have 3 values:
If you agree with that new feature, I can try to do it and send a pull request. |
It would be nice to have a
/squaremap show all
and/squaremap hide all
.The text was updated successfully, but these errors were encountered: