SkinBlocker

Quick rating

Community listing page, reviews here may not be monitored by the author.

SkinBlocker

By Matthew81Owner

No reviews yet

Block other players' skins or usernames if you deem them inappropriate

Mod Loaders
Minecraft

About

Description

This mod allows you to block other players' skins or usernames.

If you block someone's skin, their skin will become a Steve skin to you.
If you block someone's username, their username will become a hashcode.

Username blocking uses regex matching so for example you can block the word "Mustard" and if someone has the username "MangoMustard", it will display as "Mango1413021610".

Or you can use any sort of regex patterns, such as:

Which will block the date and server's id display on scoreboard on Hypixel. If you block like a bunch or random characters, it may crash and you'll have to edit the config file manually so be careful. The mod doesn't directly replace players' info when it comes to blocking usernames, it just restricts what strings get rendered in the Font class so you can block any word on the screen.

The syntax is /sblock < username > [type]. The possible types are:
- skin (default): blocks skin by its texture url
- uuid: blocks skin by the player's uuid so you won't see their skin even if they change it
- username: blocks the player's username

You can also setup a keybind in controls for each type

This mod allows you to block other players' skins or usernames.

If you block someone's skin, their skin will become a Steve skin to you. If you block someone's username, their username will become a hashcode.

Username blocking uses regex matching so for example you can block the word "Mustard" and if someone has the username "MangoMustard", it will display as "Mango1413021610".

Or you can use any sort of regex patterns, such as: Replace this with a description Which will block the date and server's id display on scoreboard on Hypixel. If you block like a bunch or random characters, it may crash and you'll have to edit the config file manually so be careful. The mod doesn't directly replace players' info when it comes to blocking usernames, it just restricts what strings get rendered in the Font class so you can block any word on the screen.

The syntax is /sblock [type]. The possible types are:

  • skin (default): blocks skin by its texture url
  • uuid: blocks skin by the player's uuid so you won't see their skin even if they change it
  • username: blocks the player's username You can also setup a keybind in controls for each type showcase