Tags
Creators
Details
1.0.0+26.1.2
Compatibility
Changes
BetterPV
A better profile viewer for Hypixel SkyBlock.
Use /pv <player> to open it.
Supported versions
- Minecraft 26.1.2
- Minecraft 26.2
Features
- 15 profile tabs covering pretty much every part of SkyBlock
- Home overview with skills, slayers, SkyBlock level, networth, weight and stats
- Dungeon stats, floor times, classes, essence shops and XP calculators
- Full inventory viewer with backpacks, wardrobe, sacks, accessory bag, carnival masks and more
- Pets, auctions, collections and minions
- Garden, Mining, Foraging, Fishing and Crimson Isle progression
- Rift, Museum and Bestiary
- Bingo and Chocolate Factory stats
- Profile switching with co-op member info
- Search for players, inventories and bestiary entries
- Senither + Lily weight
- Networth with multiple calculation modes
- Estimated item values on tooltips, with a clickable value breakdown
- Skill, Slayer and Dungeon XP calculators
- Custom item textures and proper SkyBlock item tooltips
BetterPV also hooks into various places in Hypixel chat/UI so player names can open directly in /pv.
Commands
/pv
/pv <player>
/pv <player> <page>
Running /pv without a name opens your own profile.
Credits
BetterPV uses data, APIs and formulas from a few community projects:
- NotEnoughUpdates / NEU-REPO - items, textures, pets, bestiary data and other SkyBlock data
- Athen - prices
- SkyHelper Prices - price data and fallback pricing
- SkyCofl - auction history
- EliteBot - Jacob contest history and farming weight
- SkyCrypt - networth/application worth references
- Senither - weight formula
- Lily - weight formula
- ninjune / Vinxey - ColeWeight display thresholds
Links
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Ti7TY4Io:Tt0DNGft"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ti7TY4Io:Tt0DNGft"
}

