Polyfrost / Hytils-Reborn

Hypixel-focused Quality of Life mod
https://modrinth.com/mod/hytils
GNU General Public License v3.0
75 stars 15 forks source link

updated nametag hiders #28

Closed xthe-dev closed 2 years ago

xthe-dev commented 2 years ago

= changed Hide Useless SkyBlock Nametags to Hide Useless Game Nametags and added support for BedWars, SkyWars and (Bridge) Duels = added support for WoolWars in GameStartingTitles = updated some config names/descriptions removed HideBridgeGoal Nametags

MicrocontrollersDev commented 2 years ago

lgtm except that if statement, i’ll simplify it down when i get the chance

MicrocontrollersDev commented 2 years ago

also the list of nametags should probably be moved to datastorage but that doesn't have to happen in this pr

MicrocontrollersDev commented 2 years ago

if im not mistaken, with the current if statement, it wont work anywhere, since it's checking if the player is in the lobby and in one of the gametypes/modes. the lobby feature and game feature are part of the same && and need to be separated