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

Disable scorehud on specific worlds #177

Closed
UnEnanoMas opened this issue May 4, 2021 · 4 comments
Closed

Disable scorehud on specific worlds #177

UnEnanoMas opened this issue May 4, 2021 · 4 comments

Comments

@UnEnanoMas
Copy link

I wanted to know if it was possible to add scorehud to disable when entering specific worlds.

Some 1vs1 or SkyWars plugins add their own scoreboard to the right, then Scorehud interferes and there is a little scramble to see who shows up.

I would like you to add, if possible, a list of worlds where scorehud is totally disabled

@Ifera
Copy link
Owner

Ifera commented May 4, 2021

There is this line here in scorehud config where you can specify the scoreboard for set worlds, you could probs use this for doing that.

scoreboards:
# EXAMPLE CONFIGURATION:
# ------------------
# "world name": | The name of the world. Enclose it in inverted commas.
# lines: | This key is important. And the plugin won't function without it.
# - "Line #1" | Line number one. You can use any of the above tags.
# - "Line #2" | You can add a maximum of 15 lines.
#-------------------
"world":
lines:
- "§dName: §5{basicscore.name}"
- "§bOnline: §a{basicscore.online} §c/ §d{basicscore.max_online}"
"world 2":
lines:
- "§dName: §5{basicscore.name}"
- "§dTPS: §5{basicscore.tps}"
- "§bLoad: §a{basicscore.load}"

@Ifera
Copy link
Owner

Ifera commented May 4, 2021

Anyways I'll probs work on adding the support for what you have asked.

@Ifera
Copy link
Owner

Ifera commented May 4, 2021

You can use the latest dev build until the release is accepted. add the worlds you want to disable in the disabled-worlds setting of config.yml.

@RazzyGP
Copy link

RazzyGP commented Nov 4, 2021

how do I set the worlds I want to disable correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants