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

feat(BetterTab): PlayerHider & Highlight others #5123

Merged
merged 7 commits into from
Jan 1, 2025

Conversation

sqlerrorthing
Copy link
Contributor

@sqlerrorthing sqlerrorthing commented Dec 31, 2024

closes #5122 & highlight others

@sqlerrorthing
Copy link
Contributor Author

sqlerrorthing commented Dec 31, 2024

PlayerHider

2024-12-31.19-33-57.mp4

* <- wildcard

@sqlerrorthing
Copy link
Contributor Author

Highlight Others works so that it highlights everyone in the filter, to make it highlight ALL, you need to make a filter with a single name consisting of a wildcard -> *.

@sqlerrorthing sqlerrorthing changed the title feat(BetterTab): PlayerHider feat(BetterTab): PlayerHider & Highlight others Dec 31, 2024
@sqlerrorthing
Copy link
Contributor Author

I have no one to celebrate the New year with.

@SuicidalEeper
Copy link

i have no friends 😞

So real

@sqlerrorthing
Copy link
Contributor Author

с новым годом меня, наверное...

@1zun4 1zun4 added this to the 0.23.0 milestone Jan 1, 2025
@1zun4 1zun4 merged commit 829a429 into CCBlueX:nextgen Jan 1, 2025
3 checks passed
var customComparator = sorting.getComparator();

var comparator = running
? (customComparator != null ? customComparator : defaultComparator)
: defaultComparator;

return original.call(instance, comparator);
var playerHider = ModuleBetterTab.PlayerHider.INSTANCE;
var hided = running && playerHider.getRunning()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hidden

@sqlerrorthing sqlerrorthing deleted the feat/bettertab-player-hider branch January 3, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] BetterTab: Hide players
4 participants