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

Implement more complex types of Scoreboard #44

Open
KNOXDEV opened this issue Apr 28, 2022 · 0 comments
Open

Implement more complex types of Scoreboard #44

KNOXDEV opened this issue Apr 28, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request nice to have Not required, but would be nice

Comments

@KNOXDEV
Copy link
Member

KNOXDEV commented Apr 28, 2022

A known issue is that the various types of arguments on Scoreboards don't actually do anything currently. Only overall leaderboards will be generated.

The original idea was the following syntax:

/scoreboard add overall
/scoreboard add osint-leaderboard category:OSINT
/scoreboard add small-teams maxteamsize:4
/scoreboard add medium-teams minteamsize:4 maxteamsize:8
/scoreboard add large-teams minteamsize:8
/scoreboard add best-players group:players
/scoreboard del overall

I'm a little hesitant to work on this before we move away from sequelize (#43) since most of that work will have to be redone after the migration, if it happens.

@KNOXDEV KNOXDEV added bug Something isn't working enhancement New feature or request nice to have Not required, but would be nice labels Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request nice to have Not required, but would be nice
Projects
None yet
Development

No branches or pull requests

1 participant