PepperLola / playerinfo

A Minecraft mod that does some cool stuff.
GNU General Public License v3.0
8 stars 3 forks source link

Advanced Player Hider #43

Closed PepperLola closed 3 years ago

PepperLola commented 3 years ago

Hides players if they don't match specific criteria, such as a specified UUID or username. This could be useful for trying to find someone in a lobby, or getting a screenshot with a YouTuber without other people blocking the shot. This was inspired by me trying to get a screenshot with TrashClient before he quit Hypixel, although he ended up letting everyone add him as a friend so we could just turn all other players off. However, most YouTubers who aren't quitting will likely not let you add them as a friend, and there will probably be a crowd around them, so being able to hide other players but not them would be helpful in that case.

PepperLola commented 3 years ago

Hides players based on regexp, which executes on both username and uuid, although this isn't necessary anymore because Hypixel now still shows YouTubers when players are hidden.