Язык

Ranked SMP

Ranked SMP

ModrinthSpigotMC

plugin inspired by the Ranked SMP Series

21.4k загрузок 29 подписчиков обновлено 7d ago
последняя v2.3 Modrinth
Bukkit Paper Purpur Spigot 1.21 – 1.21.11 AdventureGame-mechanicsMinigame

Disclaimer: This is an unofficial remake of the RankedSMP plugin concept. I am not affiliated with the original RankedSMP server or team. This plugin is a fan-made recreation and I do not claim any credit for the original gameplay concept.

🏆 RankedSMP

20 players receive random ranks from #1 to #20. Higher ranks mean more power - more hearts, longer potion effects, faster XP, and extra inventory space. Kill ranked players to steal their position!

This Could Be Your Ad

✨ Features

  • Random Rank Assignment — When the game starts, all online players receive a random rank from 1-20. Late joiners remain unranked and play vanilla Minecraft.
  • HierArchy Hammer [NEW] — Custom Mace, Dash forward (RMB), land 4 consecutive smash attacks to trigger Verdict: 2x damage + terrain destruction. Miss = cooldown. Fully configurable.
  • Progressive Heart System — Rank 1 has 20 hearts, Rank 20 has 10.5 hearts. Each rank adds roughly half a heart.
  • Potion Duration Boost — Higher ranks get longer-lasting potion effects. Rank 1 gets double duration, Rank 20 gets a 5% boost.
  • XP Multiplier — Earn XP faster based on your rank. Rank 1 earns XP at 3x speed, Rank 20 at 1.1x.
  • Extra Inventory (Ranks 1-10) — Top 10 ranks unlock extra inventory slots. Rank 1-2 get 54 slots (full double chest! ), Rank 10 gets 15 slots.
  • Rank Stealing — Kill a player with a better rank to swap positions. Climb to #1 through combat! (Can be disabled in config)
  • Rank Management GUI — Intuitive GUI to manage ranks with drag-and-drop functionality. Move, swap, and remove ranks easily.
  • TAB Plugin Integration — Full support for TAB plugin prefix/suffix display. Enable in config.yml.
  • PlaceholderAPI Support — Full placeholder integration for use with chat plugins, scoreboards, and more.
  • (Experimental) Dragon Egg Locator — Players holding a Dragon Egg can see all other players on the locator bar. (1.21.6+ required)

📝 Commands and Permissions

| Command | Permission | Description |
|---------|------------|-------------|
| /rankedsmp help | None | Show help menu |
| /rankedsmp start | rankedsmp.admin | Start the game and assign random ranks |
| /rankedsmp manage | rankedsmp.admin | Open rank management GUI |
| /rankedsmp rank set <player> <rank> | rankedsmp.admin | Manually set a player's rank (1-20) |
| /rankedsmp rank remove <player> | rankedsmp.admin | Remove a player's rank |
| /rankedsmp give mace <player> | rankedsmp.admin | Manually set a player's rank (1-20) |
| /extrainventory | None | Open your extra inventory (Ranks 1-10 only) |

Aliases: /rsmp, /ei, /einv

🔌 PlaceholderAPI Placeholders

| Placeholder | Description | Example Output |
|-------------|-------------|----------------|
| %rankedsmp_rank% | Player's rank number | 5 or UNRANKED |
| %rankedsmp_rank_formatted% | Formatted rank display | #5 or UNRANKED |
| %rankedsmp_hearts% | Player's max hearts | 18.0 |
| %rankedsmp_extra_slots% | Extra inventory slots | 40 |

⚙️ Configuration

# Plugin Hooks
hooks:
  AltarSMP: false  # Made by Fudum
  TAB: false
  PlaceholderAPI: false

# Gameplay Settings
gameplay:
  keep-ranks: false  # If true, ranks cannot be stolen through PvP kills

# Hierarchy Hammer Settings
hierarchy-hammer:
  dash-cooldown: 5000  # ms - Cooldown after dash or miss
  verdict-damage-multiplier: 2.0  # Damage multiplier on verdict hit
  block-breaking:
    enabled: true  # Whether verdict can break terrain
    allowed-blocks:  # Only these blocks can be broken
      - GRASS_BLOCK
      - GRAVEL
      - SAND

🎮 How It Works

  1. Admin runs /rankedsmp start → All online players get random ranks
  2. Players receive bonuses based on their rank number
  3. Late joiners are unranked → No bonuses, vanilla gameplay
  4. Player kills a higher-ranked player → Ranks swap (if enabled)
  5. Climb the ranks through PvP to become #1

📊 Rank Benefits Overview

| Rank | Hearts | Potion Duration | XP Multiplier | Extra Slots |
|------|--------|-----------------|---------------|-------------|
| #1 | 20 | 2.0x | 3.0x | 54 ⭐ |
| #2 | 19.5 | 1.95x | 2.90x | 54 ⭐ |
| #3 | 19 | 1.90x | 2.81x | 50 ⭐ |
| #5 | 18 | 1.81x | 2.62x | 40 ⭐ |
| #10 | 15.5 | 1.57x | 2.15x | 15 ⭐ |
| #15 | 13 | 1.33x | 1.67x | 0 |
| #20 | 10.5 | 1.05x | 1.1x | 0 |
| Unranked | 10 | 1.0x | 1.0x | 0 |

🏷️ Nametag Display

Ranked players display their rank in chat and above their head:
[UNRANKED] PlayerName[#20] PlayerName[#1] PlayerName

Supports both vanilla scoreboard teams and TAB plugin integration!

🖥️ Server Compatibility

✅ Bukkit
✅ Spigot
✅ Paper (Recommended)
✅ Purpur
✅ Pufferfish

Minimum Version: 1.21+
Dragon Egg Locator: 1.21.6+ only


Need help or have suggestions? Join my Discord Server.

Remade by Lusik21556 (@lusik_2155)

Версии

Release
2.3
bukkit, paper, purpur · 1.21.6, 1.21.7, 1.21.8 · 7d ago
fixed an dupe full recode coming soon.
1.3k
Release
2.2
bukkit, paper, purpur · 1.21.6, 1.21.7, 1.21.8 · 1mo ago
# ⚠️ UPDATE REQUIRED IMMEDIATELY ## 🚨 What Happened A duplication exploit was discovered in the `/extrainventory` (`/einv`) command. Using Meteor…
7.0k
Release
2.1
bukkit, paper, purpur · 1.21.6, 1.21.7, 1.21.8 · 2mo ago
## RankedSMP 2.1 Changelog ### Changes * Verdict effects reworked. Now matches the updated SMP 1:1 * Cooldowns raised to match * Verdict: 30s *…
3.8k
Release
2.0
bukkit, paper, purpur · 1.21.6, 1.21.7, 1.21.8 · 3mo ago
**Changelog:** - Added mini-dashes after each successful Verdict hit - Fixed Verdict falsely saying "missed" when smash attacking close to the ground - Added…
2.4k
Release
1.9
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 4mo ago
# v1.9 - Hierarchy Hammer & System Improvements ## Added - **Hierarchy Hammer [NEW]** - Custom mace weapon with dash ability (RMB) - Sentencing mechanic:…
4.3k
Release
1.8
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 4mo ago
# 🔗 v1.8 - AltarSMP Compatibility ## Added - **AltarSMP Plugin Hook** - Full compatibility with Altar Arc 1 and Altar Arc 2 plugin - Unranked players…
947
Release
1.7
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 4mo ago
# ⚠️ v1.7 - Critical Bug Fixes ## Fixed - **Health System Not Working** - Players' hearts now properly increase/decrease when ranks change - Fixed…
60
Release
1.6
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5mo ago
# v1.6 - Overhaul & Data Safety Update ## 🎁 New Features - **More Accurate Extra Inventory Slots** - **Rank #1-2**: Now get **54 slots** (was 30/27) -…
655
Release
1.5
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5mo ago
# v1.5 - Bukkit/Spigot Compatibility Update ## ⚠️ BREAKING CHANGES - ACTION REQUIRED **Before updating from v1.4 or older:** 1. Have all players empty…
176
Release
1.4-hotifx
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5mo ago
# v1.4-hotfix - Critical Death Loop Fix + PlaceholderAPI ## Fixed - **Death Loop Bug** - Players no longer stuck in death/alive loop - Fixed critical…
158
Release
1.4
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5mo ago
# v1.4 - Rank Management Update ## Added - **Rank Management GUI** - `/rankedsmp manage` - Visual interface for managing all ranked players -…
39
Release
1.3-hotfix
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 6mo ago
# v1.3-hotfix - Critical Progression Bug Fix **🚨 CRITICAL: Update immediately if you have unranked players on your server** ## Fixed - **Unranked Player…
278

Комментарии 0

Пока нет комментариев. Будь первым, кто поделится мнением.