Overview
VxSupperpowerSMP is a feature-rich Paper/Spigot plugin for
Minecraft 1.21.x that brings RPG-style powers and an immersive
Immortal Ritual progression system to your server.
Each player can gain unique powers like
Speedster,
Tank, or unlock the ultimate
Immortal ability through a one-time craftable ritual.
It’s designed for
SMPs that want custom power systems, rare late-game rituals, and configurable progression — all with full in-game feedback, bossbars, and lore-themed effects.
Recipe
⚡ Features
✅
Custom Power System
- Players receive or select a power on their first join
- Supports random, menu, or none assignment modes
- Default powers include:
- Speedster – Enhanced movement and agility
- ️ Tank – High durability and resistance
- Immortal – Special end-game power, unlocked only through ritual
✅
Immortal Ritual
- Craft the unique Immortal Core using:
- Clicking the crafted result starts a 10-minute ritual (configurable)
- BossBar progress shown during ritual
- Moving outside the ritual radius cancels it
- Once completed, the player gains permanent IMMORTAL status
✅
Immortal Power
- Prevents death once per cooldown (configurable, e.g. 30s)
- Grants Absorption and Resistance
- Cooldown prevents abuse
- Effects and sounds included
✅
Ritual Restrictions
- Only one ritual can run at a time
- Can be set as once per server or once per player
- If the recipe is sealed, crafting it again is blocked
- Fully persistent through restarts
✅
Configurable Everything
- All durations, cooldowns, and radii are customizable
- All messages (start, cancel, completion) can be edited in messages.yml
- BossBar titles and lore fully editable
✅
High Compatibility
- Works on Paper/Spigot 1.21.x
- Built for Java 21
- Uses Adventure API for modern text support
- Requires no external plugins or dependencies
⚙️ Configuration (config.yml)
ritualDurationSeconds: 600
craftedOncePerServer: true
oneRitualPerPlayer: true
ritualLeashRadius: 8
onJoin:
enabled: true
mode: random
pool: [SPEEDSTER, TANK]
immortal:
lethalSaveCooldownSeconds: 30
giveAbsorptionHearts: 6
giveResistanceSeconds: 5
Commands & Permissions
Command
Description
Permission
Default
/power Shows or selects your power vxspsmp.power ✅ true
Anti-Abuse Features
- No physical “Immortal Core” item drops — ritual starts immediately
- Players leaving or dying mid-ritual cancel it automatically
- Prevents multiple simultaneous rituals
- Hopper or automation exploits are blocked
Developer Notes
- Built on Paper 1.21 API
- Uses Adventure Components for text
- Fully configurable through YAML
- Safe asynchronous data saving and reloadable runtime