promotional bannermobile promotional banner

PartyPro - RPGLeveling/MMOSkillTree/SimpleClaims Integration

A complete party system with HUD, compass tracking, ping beacons, teleportation, and persistent groups for multiplayer servers.

File Details

partypro-1.0.0.jar

  • R
  • May 10, 2026
  • 1.10 MB
  • 122
  • Early Access

File Name

partypro-1.0.0.jar

Supported Versions

  • Early Access

Full Patchlogs:
https://pro-hytale-mods.gitbook.io/pro-hytale-mods-docs/patch-notes/partypro-1.0.0-patch-notes

 

PartyPro 1.0.0 — The Big Update
The biggest update to PartyPro since launch. Brand new UI, configurable milestones, full activity feed, and a stack of integration fixes.

✨ New Sidebar UI (Now Default)
The Party Browser GUI has been completely redesigned. The new sidebar layout is now the default.

Profile mini-card at the top of the sidebar
Live badges for pending invites and unread chat
Breadcrumb header + status bar for context at a glance
Seven sections: Home · My Party · Browse · Invites · Chat · Stats · Settings
Classic UI button in the sidebar — switches back any time if you prefer the old look
The classic UI is fully preserved and untouched.

🏠 Dashboard Home
The Home tab is now a full dashboard:

Server Overview — total parties, active players
My Status — your party, role, online members
Featured Parties — public parties you can join
Your Stats — quick personal overview
πŸ‘₯ My Party — Detail Drawer
Members are no longer a flat list. The new layout is a two-pane detail drawer:

Left: compact member rows with 40×40 avatar, status dot, leader badge, low-HP alert
Right: scrollable detail panel showing avatar, role, HP/Stamina bars (with proper /100 stamina display), ping, distance, RPG Level, all MMO skills with levels, and action buttons (Teleport / Promote / Kick)
Header: party name on the left, EDIT SETTINGS and DISBAND / LEAVE buttons on the right
πŸ“‘ Live Activity Feed
A new bottom panel in My Party shows recent party events in real time, merged with chat history.

14 tracked event types: Joins · Leaves · Kicks · Promotes · Renames · PvP toggle · Public toggle · Password changes · Size changes · Teleports · Disband · PvP kills · PvP deaths · Environmental deaths · Low-HP alerts

Capped at 50 entries per party.

πŸ† Configurable Milestones (Stats Tab)
The Stats tab now shows milestone progress cards instead of dry numbers — and they're fully editable via PartyPro/milestones.json.

10 default milestones: MOB SLAYER · ASSASSIN · BRUISER · TANK · BUILDER · MINER · EXPLORER · HUNTER GATHERER · CRAFTSMAN · TELEPORTER

{ "title": "MOB SLAYER", "target": "Kill 1000 mobs", "goal": 1000, "stat": "MOB_KILLS" }

Compare mode: toggle COMPARE to see two members side-by-side with the leading one highlighted.

Add custom milestones, rename existing ones, change thresholds, or remove the ones you don't want — robust against typos and missing fields.

πŸ₯‡ Card-Style Leaderboard
The leaderboard is now a rich card list:

Medal-colored rank badge (gold / silver / bronze)
Party name, member count, active time
All 5 stats inline per card (KILLS · DAMAGE · BLOCKS · DISTANCE)
Sort by Kills / Damage / Blocks / Distance / Time — Top 20 displayed
πŸ” Working Browse Filters
The quick filter chips in Browse Parties are now properly togglable with visual dot indicators:

Public Only
Has Slots
Passwordless
Combine freely.

πŸ› Critical Bug Fixes

Cross-World XP Sharing
Players in different worlds could still receive shared XP under certain config combos. Now strictly blocked — players must be in the same world to share XP, regardless of distance setting. Applies to both RPGLeveling and MMOSkillTree.

HUD Asset Race Condition
Fixed the recurring Could not find document Hud/PartyPro/PartyHud.ui error on world join — now uses a 5-second join delay with exponential backoff.

🎨 UI Polish
Stamina display fixed (now /100 instead of /10, gold-colored label)
Empty state icons centered properly (no longer pinned to top or stretched)
Sidebar nav icons fixed to 16×16 (no longer stretched)
Detail panel scrollable with section separators
Settings sub-tab order consistent across tabs
Disband / Leave button moved back to My Party header
πŸ”§ For Developers
New PartyActivityLog API exposed for plugins to log custom events that appear directly in the in-game live feed.

PartyActivityLog.log(partyId, EventType.PVP_KILL, "Alex killed an enemy");

⬆️ Upgrade Notes
Drop partypro-1.0.0.jar into your Mods folder
Start the server — milestones.json is auto-created
Recommended: install MultipleHUD for clean coexistence with other HUD plugins
Optional: edit PartyPro/milestones.json to customize Stats goals
Restart
No breaking changes — config.json is fully backwards-compatible. Existing parties, stats, and player settings carry over unchanged.