Show SkyBlock level in other chats#126
Open
cOnfusi0n1 wants to merge 2 commits intomeowdding:masterfrom
Open
Conversation
Add ability to display a player's SkyBlock level next to their name in Party/Guild/Officer/Co-op chat. Introduces a new Config.showLevelInOtherChat flag (default false) and corresponding lang entry. Adds PlayerLevelCache (persists to config/player_levels.json) to store and render level prefix components with hover text, and updates ProfileAPI to cache the selected profile's level when profiles are fetched. Implements SkyBlockLevelInOtherChat module that parses chat messages and injects the cached level component when available. Note: levels are cached and updated when a player's profile is opened (e.g. /pv or clicking to open their PV).
|
This pull request has conflicts, please resolve those before the pull request can be reviewed. |
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.
Add ability to display a player's SkyBlock level next to their name in Party/Guild/Officer/Co-op chat. Introduces a new Config.showLevelInOtherChat flag (default false) and corresponding lang entry. Adds PlayerLevelCache (persists to config/player_levels.json) to store and render level prefix components with hover text, and updates ProfileAPI to cache the selected profile's level when profiles are fetched. Implements SkyBlockLevelInOtherChat module that parses chat messages and injects the cached level component when available. Note: levels are cached and updated when a player's profile is opened (e.g. /pv or clicking to open their PV).