You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially just copy Sk1er's or Lunar's nick hider. Lets you hide your nick and skin, or other peoples' names and skins. Will show your nick as just your name and other peoples' names as a random word with a prefix and suffix that the player can change.
Will have to
Detect what the player's nick is. This might get sent in a chat message when you change it that you can use regex to match, or it might only be shown in the nick book
Replace all instances of that nick with your real name when displaying text. Maybe make a mixin in the drawString method of the Minecraft fontRendererObj so you don't have to have mixins for the chat, scoreboard, nametag rendering, etc.
The text was updated successfully, but these errors were encountered:
Essentially just copy Sk1er's or Lunar's nick hider. Lets you hide your nick and skin, or other peoples' names and skins. Will show your nick as just your name and other peoples' names as a random word with a prefix and suffix that the player can change.
Will have to
drawString
method of the MinecraftfontRendererObj
so you don't have to have mixins for the chat, scoreboard, nametag rendering, etc.The text was updated successfully, but these errors were encountered: