feat(paper): document scoreboard API - #788
Open
Strokkur424 wants to merge 4 commits into
Open
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Leguan16
reviewed
Aug 5, 2026
Comment on lines
+76
to
+78
| The probably most well-known display slot of an objective is the sidebar. That is also what most players generally | ||
| understand as the "scoreboard". It shows up on the right-side of a player's client and consists of a title and | ||
| up to 15 lines of scores. The display information is the same for all players viewing the same scoreboard instance. |
Contributor
There was a problem hiding this comment.
This whole sentence sounds weird
Member
|
I think a mention that stuff like Fastboard exists would be good. We also mention configurate on the config page for example. The API is needlessly complicated and verbose and easily conflicting with other plugins if your only goal is "display some text in the sidebar" because it (rightfully) represents the vanilla scoreboard system with all its features. Which is simply not what you need if you only want a sidebar text display - but thats what most devs are looking for in my experience. Easily exemplified by the entire 77-line "Sidebars done correctly" example becoming around 5-10 lines of code when using Fastboard instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.