
RankedSMPX
A highly configurable Ranked SMP plugin. Inspired by RankedSMP.
- Загрузки
- 704
- Подписчики
- 9
- Обновлён
- 10 июля 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 3 мая 2026 г.
🏆 RankedSMPX
A highly configurable competitive ranked SMP plugin for Minecraft. Players compete for 20 limited rank slots kill to climb, survive to stay on top.
Disclaimer: This is an unofficial fan-made recreation of the RankedSMP concept. Not affiliated with the original RankedSMP server or team.
✨ Key Features
- Random Rank Assignment — 20 limited ranks, random distribution on game start
- Rank Stealing — Kill higher-ranked players to steal their position
- Progressive Perks — Hearts, potion duration, XP multipliers, extra inventory (ranks 1-10)
- Hierarchy Hammer — Legendary mace with dash and combo abilities
- Unbreakable Diamond Spear - Customize enchantments
- Discord Bot — Account linking, live leaderboard, rank notifications, role sync
- TAB Integration — Automatic prefixes (works with TAB plugin or vanilla)
- PlaceholderAPI — 8 placeholders for chat, scoreboards, holograms
- Database Support — SQLite (default) or MySQL with HikariCP pooling
- Migration Command — Use
/rsmp migrateto seamlessly import player ranks and extra inventories from Lusik21556's RankedSMP plugin with no data loss.
📖 Documentation
📚 Full Documentation: https://rankedsmpx.mukulx.dev/
Everything you need to know:
- Installation & Requirements
- All Commands & Permissions
- Configuration Guide
- Discord Bot Setup
- TAB Integration
- PlaceholderAPI Placeholders
- FAQ & Troubleshooting
📈 Rank Buffs at a Glance
| 🏆Rank | ❤️ Hearts | 🧪 Potion | ⭐ XP | 📦 Inv Slots |
|---|---|---|---|---|
| #1 | 20.0 | 2.00× | 3.0× | 54 |
| #5 | 18.0 | 1.81× | 2.6× | 40 |
| #10 | 15.5 | 1.56× | 2.1× | 15 |
| #15 | 13.0 | 1.31× | 1.6× | — |
| #20 | 10.5 | 1.05× | 1.1× | — |
| Unranked | 10.0 | 1.00× | 1.0× | — |
All values are fully customizable in
config.yml
🎮 Essential Commands
Player Commands
/rankinfo [player]— View rank and active buffs/ranktop— View top ranked players/ranks— Open ranked players GUI/inv— Access extra inventory (ranks 1-10)/linkdiscord— Link Discord account
Admin Commands
/rsmp start— Start the game and assign ranks/rsmp stop— Stop the game and clear ranks/rsmp reload— Reload configuration/rsmp manage— Open rank management GUI/rsmp set <player> <rank>— Set a player's rank/rsmp give hammer <player>— Give Hierarchy Hammer/rankrandom <rank> [-i] [-o]— Random rank with roulette
📖 View all commands in documentation
💬 Support & Links
- Full Docs: rankedsmpx.github.io
- Discord Support: discord.com/invite/QGsJYht2vy
- Bug Reports: GitHub Issues
- Support Development: Ko-fi
Number of servers using rankedsmpx ⬇️
Made by mukul (heckerx on Discord)
Ченджлог
2.1.7Релиз26.1.1, 26.1.2, 26.2 · 10 июля 2026 г.
v2.1.7
Added
- Added
/forcelinkand/forceunlinkDiscord admin commands. - Improved
/rankfixwith automatic rank validation, sync repairs, and health/TAB updates.
Fixed
- Fixed
/ranktransfernot instantly updating TAB, health, and displayed ranks. - Fixed unranked players appearing at the top of the TAB list.
- Fixed rank prefixes remaining in chat after using
/rsmp disable.
2.1.6Релиз26.1.1, 26.1.2, 26.2 · 21 июня 2026 г.
v2.1.6
Fixed
- Fixed
NoSuchMethodErrorwhen running on Paper 26.1.2+ with TAB plugin installed (Adventure API relocation issue) - Fixed
NoSuchMethodErroron Spigot servers - join/quit messages now use legacy string methods for Spigot compatibility - Fixed
AsyncChatEventregistration error on Spigot and older Paper versions - Fixed duplicate
dragon-egg-locatorkey in config.yml causing warnings - Fixed join/quit messages not using vanilla format when game hasn't started
- Fixed join/quit messages showing incorrect player name formatting
- Fixed death messages not displaying rank prefixes with VanillaTab enabled
2.1.5Релиз26.1.1, 26.1.2, 26.2 · 20 июня 2026 г.
v2.1.5
Added
- Added visual cooldown bar to Hierarchy Hammer
Fixed
- Fixed mace/hammer duplication bug on player death
- Fixed Dragon Egg placement bypass when
prevent-drop: trueis enabled - Fixed
/rsmp enableand/rsmp disablecommands to work properly
Changed
- All commands are now blocked when plugin is disabled
2.1.4Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.
v2.1.4
Added
- Added
/rsmp enableand/rsmp disablecommands to toggle plugin functionality
Fixed
- Fixed an issue where the plugin was blocking chat for all players
- Fixed chat format color bleeding into player names after rank prefix
- Fixed a lot of bugs in Hierarchy Hammer
Notes
- The Hierarchy Hammer is still being worked on and may receive additional fixes in future updates
2.1.3Релиз26.1, 26.1.1, 26.1.2 · 6 июня 2026 г.
v2.1.3
Added
- Added Folia server support with proper scheduler compatibility
- Added full Spigot server support
Fixed
- Fixed various bugs and improved overall performance and stability
Changed
- Fully reworked the Judgement Hammer into the Hierarchy Hammer
- Reduced rank assignment animation delay
- Reduced startup console message spam
Notes
- The Hierarchy Hammer is still a bit buggy and may receive additional fixes in future updates
2.1.2Релиз26.1, 26.1.1, 26.1.2 · 1 июня 2026 г.
v2.1.2
Fixed
- Fixed TAB plugin showing ranks before the rank reveal animation completes when using
/rsmp start - Fixed vanilla tab list showing ranks before the rank reveal animation completes when using
/rsmp start - Fixed duplicate rank prefixes in join messages when using vanilla tab (e.g., "Unranked Unranked Player joined")
- Fixed duplicate rank prefixes in leave messages when using vanilla tab
- Fixed duplicate rank prefixes in death messages when using vanilla tab
- Fixed rank duplication bug where multiple players could have the same rank when using
/rsmp setcommand - Fixed rank duplication bug in Discord
/ranksetcommand allowing multiple players to have the same rank - Fixed rank duplication bug in Discord
/rankrandomcommand allowing multiple players to have the same rank - Fixed
/rsmp setnot removing rank from previous holder before assigning to new player (works for both online and offline players) - Fixed Discord
/ranksetnot removing rank from previous holder before assigning to new player - Fixed Discord
/rankrandomnot removing rank from previous holder before assigning to new player
Changed
- Improved TAB update timing - now updates AFTER rank reveal animation completes instead of before (prevents ranks showing during animation)
- Vanilla tab integration now prevents duplicate prefixes in all messages (join/leave/death)
- Rank assignment commands now automatically remove rank from previous holder to prevent duplication (in-game and Discord)
- All rank assignment methods now properly handle both online and offline players
2.1.1Релиз26.1, 26.1.1, 26.1.2 · 1 июня 2026 г.
v2.1.1
Fixed
- Fixed TAB and vanilla tab list not updating after rank changes
- Fixed player sorting issues in TAB before game start
- Fixed Dragon Egg Locator not working until a player died
- Fixed potion duration and splash potion issues
- Fixed
/rsmp reloadnot reloading messages and prefixes correctly - Fixed prefix colors not applying after reload
Added
- Added spinning rank reveal title sequence with sound effects
- Added MiniMessage and small caps support in messages.yml
- Added Dragon Egg storage prevention option
- Added configurable potion effect blacklist
- Added support for extending custom potion effects
Changed
- Improved TAB sorting behavior
2.0.1Релиз26.1, 26.1.1, 26.1.2 · 26 мая 2026 г.
v2.0.1
Fixed
- Fixed chat, join, leave, and death messages sometimes showing raw hex codes instead of proper colors
- Fixed splash potions not correctly re-applying multipliers when the player already had the effect
- Fixed Trial Omen potions not keeping their full duration
- Fixed Dragon Egg Locator still being disabled even when enabled in the config
Комментарии
Загружаем…