Modern Hypixel SkyBlock Profile Viewer
A Profile Viewer for Hypixel SkyBlock, developed with love and passion.
The Profile Viewer can be opened with /pv for your own Profile, or /pv <username> for someone else.
You can switch between the tabs using the buttons on the top of the UI.
If a tab has multiple categories, you can switch between them using the buttons on the left side of the UI..
Comes built-in with two themes: Default (Light), Dark and NEU (transparent). Quickly switch between them using the button in the top left corner of the UI.
A dark mode theme for the profile viewer.
A transparent theme for the profile viewer, inspired by NEU's Profile Viewer.
You can also create your own theme, here's a guide:
This needs to be done in a Texturepack.
In the Folder assets/skyblock-pv/themes/ create a new file called <theme_name>.json.
The json should have this layout:
{
"name": "<theme_name>",
"textures": {
...
},
"colors": {
...
}
}
To "replace" a texture, you specify the path to the texture you want to replace as the key, and the path to your new texture as the value. E.g., this replaces the normal button texture with a custom one:
{
"name": "MyTheme",
"textures": {
"skyblock-pv:buttons/normal": "skyblock-pv:<theme>/buttons/normal"
},
"colors": {
...
}
}
Some colors might look weird, as they look too similar to the background. By default, it uses the minecraft colors. The colors can either be in hex format or in decimal format.
{
...
"colors": {
"dark_gray": "#B5B5B5"
}
}
Designed to be simple and to show off the main aspects of the player's profile.
Switch between EnderChest, Backpack, ... pages using the custom build Carousel or the buttons up top.
All fishing related information, so Essence Upgrades, Trophy Fish, Gear, Stats, ... in one tab.
...we just didn't put them in the ReadMe. Look at them when pv'ing yourself or someone else!
as of 2025-04-16
/pv command with ours. If you prefer SkyBlocker's version, use /skyblocker pv instead.
Conversation