UltimateRanks
๐ก Updated this year๐ผ๏ธ Gallery (6 images)
๐ Analysis
- ๐ 0.1% endorsement rate
- ๐ #70 of 131 management mods in this game by downloads
๐ About This Mod
** ๐๏ธ UltimateRanks - Complete Documentation Overview Description **UltimateRanks** is a next-generation rank management plugin for Minecraft servers running Paper 1.21+. Unlike traditional rank plugins that limit players to a single rank, UltimateRanks introduces a revolutionary **hybrid system** where players can **own multiple ranks simultaneously** while selecting which one to **display actively** in chat and tab lists. Built with modern Java 21 features and the Paper API, UltimateRanks delivers exceptional performance through asynchronous database operations, intelligent caching, and a beautiful GUI-based rank management interface. Why Choose UltimateRanks? | Feature | Traditional Plugins | UltimateRanks | |---------|-------------------|---------------| | Multiple Ranks | โ One rank only | โ Unlimited ranks | | Permission Stacking | โ Single rank perms | โ All owned ranks contribute | | Visual Customization | โ Fixed display | โ Choose active display rank | | GUI Management | โ ๏ธ Basic or none | โ Beautiful paginated GUI | | RGB Colors | โ ๏ธ Limited support | โ Full MiniMessage support | | Performance | โ ๏ธ Sync operations | โ 100% async database | | LuckPerms Sync | โ ๏ธ Replace or conflict | โ Seamless integration | Target Audience - **Network Servers**: Manage complex rank hierarchies (VIP + Builder + Staff) - **RPG Servers**: Class ranks + achievement ranks + donor ranks - **Creative Servers**: Builder roles + theme ranks + VIP tiers - **Survival Servers**: Progression ranks + donor perks + special events - **Prison Servers**: Mine ranks + prestige + VIP packages --- Features ๐ฏ Core Features 1. **Multi-Rank Ownership System** - Players can own **unlimited ranks** simultaneously - Own VIP + Builder + Helper at the same time - All ranks contribute permissions (additive system) - Zero conflicts between rank permissions ``` Example: Player owns: Permissions = Member + VIP + Builder (combined) Active Display = VIP (shown in chat) ``` 2. **Active Display Rank Selection** - Choose which rank appears in chat prefix/suffix - Switch between owned ranks via interactive GUI - Real-time updates without reconnecting - Maintains all permissions from other ranks 3. **Beautiful Paginated GUI** - Clean, intuitive rank selection menu - Visual states: **Active** (glowing), **Owned** (available), **Locked** (unavailable) - 28 ranks per page with smooth navigation - Expiration timers shown directly in GUI - Custom icons with resource pack support 4. **Advanced Permission System** - **Dual Mode Operation**: - **Standalone Mode**: Built-in Bukkit permission system - **LuckPerms Mode**: Full integration with LuckPerms API - Auto-detection of available systems - Permission aggregation from all owned ranks - Wildcard support (e.g., `essentials.*`) - Negation support (e.g., `-essentials.fly`) 5. **Expiration & Time Management** - Temporary ranks with automatic expiration - Flexible duration formats: `30d`, `7d`, `1w`, `1mo`, `1y`, `permanent` - Automatic cleanup of expired ranks - Warning notifications before expiration - Visual countdown in GUI 6. **Full MiniMessage Support** - RGB colors: `<FF5555>text</color>` - Gradients: `<gradient:gold:yellow>VIP</gradient>` - Formatting: `<bold>`, `<italic>`, `<underline>` - Hover events and click actions - Legacy color code conversion 7. **High-Performance Database** - **SQLite**: Zero-config, perfect for small servers - **MySQL**: HikariCP pooling for large networks - 100% asynchronous operations (zero server lag) - Transaction support for data integrity - Automatic schema management 8. **Smart Caching System** - In-memory cache for online players - Sub-millisecond lookup times - Automatic cache invalidation - Thread-safe concurrent operations --- ๐จ Visual Features Chat Formatting ``` Before: <Player> Hello! After: Player โ : Hello! Format: {prefix} + {player} + {suffix} + : + {message} ``` GUI States | State | Visual | Description | |-------|--------|-------------| | **Active** | ๐ Glowing item | Currently equipped rank | | **Owned** | โ Normal icon | Click to equip | | **Locked** | ๐ซ Barrier | Not owned | Rank Display Example ``` โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ My Ranks โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฃ โ โ โ (Active) โ โ Click to keep equipped โ โ Duration: Permanent โ โ โ โ โ โ Click to equip โ โ Expires in: 15 days โ โ โ โ (Locked) โ โ You don't own this rank โ โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ``` --- ๐ง Technical Features Architecture - **SOLID Principles**: Single Responsibility, Interface Segregation - **Design Patterns**: Strategy, Builder, Repository, Singleton - **Dependency Injection**: Clean, testable code - **Layer Separatio
๐๏ธ UltimateRanks - Complete Documentation
Description
UltimateRanks is a next-generation rank management plugin for Minecraft servers running Paper 1. 21+. Unlike traditional rank plugins that limit players to a single rank, UltimateRanks introduces a revolutionary hybrid system where players can own multiple ranks simultaneously while selecting which one to display actively in chat and tab lists.
Built with modern Java 21 features and the Paper API, UltimateRanks delivers exceptional performance through asynchronous database operations, intelligent caching, and a beautiful GUI-based rank management interface.
Why Choose UltimateRanks?
| Feature | Traditional Plugins | UltimateRanks | |---------|-------------------|---------------| | Multiple Ranks | โ One rank only | โ Unlimited ranks | | Permission Stacking | โ Single rank perms | โ All owned ranks contribute | | Visual Customization | โ Fixed display | โ Choose active display rank | | GUI Management | โ ๏ธ Basic or none | โ Beautiful paginated GUI | | RGB Colors | โ ๏ธ Limited support | โ Full MiniMessage support | | Performance | โ ๏ธ Sync operations | โ 100% async database | | LuckPerms Sync | โ ๏ธ Replace or conflict | โ Seamless integration |
Target Audience
- Network Servers: Manage complex rank hierarchies (VIP + Builder + Staff)
- RPG Servers: Class ranks + achievement ranks + donor ranks
- Creative Servers: Builder roles + theme ranks + VIP tiers
- Survival Servers: Progression ranks + donor perks + special events
- Prison Servers: Mine ranks + prestige + VIP packages
๐ฏ Core Features
1. Multi-Rank Ownership System - Players can own unlimited ranks simultaneously - Own VIP + Builder + Helper at the same time - All ranks contribute permissions (additive system) - Zero conflicts between rank permissions
``` Example: Player owns: Permissions = Member + VIP + Builder (combined) Active Display = VIP (shown in chat) ```
2. Active Display Rank Selection - Choose which rank appears in chat prefix/suffix - Switch between owned ranks via interactive GUI - Real-time updates without reconnecting - Maintains all permissions from other ranks
3. Beautiful Paginated GUI - Clean, intuitive rank selection menu - Visual states: Active (glowing), Owned (available), Locked (unavailable) - 28 ranks per page with smooth navigation - Expiration timers shown directly in GUI - Custom icons with resource pack support
4. Advanced Permission System - Dual Mode Operation: - Standalone Mode: Built-in Bukkit permission system - LuckPerms Mode*: Full integration with LuckPerms API - Auto-detection of available systems - Permission aggregation from all owned ranks - Wildcard support (e.g., `essentials.`) - Negation support (e.g., `-essentials.fly`)
5. Expiration & Time Management - Temporary ranks with automatic expiration - Flexible duration formats: `30d`, `7d`, `1w`, `1mo`, `1y`, `permanent` - Automatic cleanup of expired ranks - Warning notifications before expiration - Visual countdown in GUI
6. Full MiniMessage Support
- RGB colors: `
7. High-Performance Database - SQLite: Zero-config, perfect for small servers - MySQL: HikariCP pooling for large networks - 100% asynchronous operations (zero server lag) - Transaction support for data integrity - Automatic schema management
8. Smart Caching System - In-memory cache for online players - Sub-millisecond lookup times - Automatic cache invalidation - Thread-safe concurrent operations
๐จ Visual Features
Chat Formatting
```
Before:
After: Player โ : Hello! Format: {prefix} + {player} + {suffix} + : + {message} ```
| State | Visual | Description | |-------|--------|-------------| | Active | ๐ Glowing item | Currently equipped rank | | Owned | โ Normal icon | Click to equip | | Locked | ๐ซ Barrier | Not owned |
Rank Display Example ``` โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ My Ranks โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฃ โ โ โ [๐ VIP] (Active) โ โ Click to keep equipped โ โ Duration: Permanent โ โ โ โ [โ Builder] โ โ Click to equip โ โ Expires in: 15 days โ โ โ โ [๐ซ MVP] (Locked) โ โ You don't own this rank โ โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ```
๐ง Technical Features
Architecture - SOLID Principles: Single Responsibility, Interface Segregation - Design Patterns: Strategy, Builder, Repository, Singleton - Dependency Injection: Clean, testable code - **Layer Separatio
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- geturplugins
- Version
- 1.0.0
- Downloads
- 2,173
- Endorsements
- 3
- Category
- management
- Created
- 1/29/2026
- Updated
- 1/27/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- management, social, technology
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does UltimateRanks support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of UltimateRanks?
Version 1.0.0, published 2026-01-27 with 2,173 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await





