general/internet_explorer_info
💀 Hardcore Revival System
Experience true hardcore survival with a second chance!
⚔️ How It Works
Our server features a unique 30-day permadeath system with payment revival options:
- 💀 You Die - Your character enters hardcore mode
- ⏰ 30-Day Countdown - You have 30 days to decide
- 💵 Pay for Revival - Optional: Pay to restore your character
- ✅ Revival - Your character is restored on next login
🎮 Death Process
📝 Step 1: Death Detection
When you die in hardcore mode:
- 🎯 Server detects your death instantly
- 💾 Death record created in database with timestamp
- 📦 Your entire inventory is captured (gear snapshot)
- 📍 Death location and cause recorded
- 🎮 Your gamemode changes to spectator
⏱️ Step 2: 30-Day Timer
After death, you have 30 days to:
- ✅ Pay for revival and continue playing
- 👻 Play as spectator and watch others
- ❌ Do nothing and accept permanent death
⚠️ After 30 days: If no revival payment, your death becomes permanent
💰 Revival System
💵 How to Revive:
- 📱 Visit
https://www.gumdum.com/reset/status - 🔐 Login with your account
- 💳 Click "Pay for Revival"
- 💰 Complete Stripe payment ($5.00 USD)
- ✅ Payment confirmed → Revival authorized
- 🎮 Next login → Gamemode restored to survival
💎 What You Get Back:
- ✅ Your character is revived
- ✅ Gamemode restored to survival
- ✅ You can continue playing normally
- ❌ Note: Items are NOT restored (they're lost on death)
📦 Memorial System
Your death is commemorated with a public memorial page!
🏆 Memorial Features:
- 📷 Full gear snapshot at time of death
- 🎒 Inventory display with item icons
- 🛡️ Armor and equipment shown
- 📊 Experience level, health, food level
- 📅 Death date and time
- 💬 Death message/cause
🌐 View Memorial:
https://www.gumdum.com/reset/memorial/YourUsername
📊 Gear API (JSON):
https://www.gumdum.com/reset/gear/YourUsername
🗄️ Database Structure
📋 Death Records Table (nl2_hardcore_deaths):
minecraft_uuid- Player UUIDdeath_time- Timestamp of deathdeath_message- How you dieddeath_location- X, Y, Z coordinatesdeath_world- World namestatus- pending, paid, revived, expiredrevived_at- When revival happened
💳 Payments Table (nl2_hardcore_payments):
- Payment records from Stripe
- Transaction IDs
- Amount paid ($5.00 USD)
- Payment status
🎒 Gear Snapshots (nl2_hc_gear):
inventory_data- Main inventory (JSON)armor_data- Armor slots (JSON)offhand_data- Offhand item (JSON)experience_level- XP level at deathhealth- Health at deathfood_level- Hunger at death
🌉 Crossplay Support
The system works seamlessly with Bedrock Edition players!
- ✅ Bedrock players via Geyser/Floodgate supported
- ✅ Same death detection and revival system
- ✅ Memorial pages work for all players
- ✅ Payment system works for both Java & Bedrock
⚙️ Technical Details
🔌 How It Works Behind the Scenes:
- Mod Detection: Server detects player death via event listener
- Database Insert: Death record written to MySQL
- Gear Capture: Inventory serialized to JSON and stored
- Gamemode Change: Player set to spectator mode
- Website Integration: Death data visible on website
- Payment Processing: Stripe webhook updates database
- Login Check: Mod checks for paid revivals on login
- Revival: Gamemode restored to survival
🔧 Configuration:
/plugins/HardcoreRevival/config.json
revival_timeout- 72 hours (30 days)revival_cost- $5.00 USD (500 cents)allow_multiple_revivals- Yes (3 per month)auto_expire_enabled- Yes
💡 Player Commands
| Command | Description |
|---|---|
/hc-revive | Check your death status |
/reset/status | Visit website status page |
👑 Admin Commands
| Command | Description |
|---|---|
/hc-revive revive | Manually revive player (bypasses payment) |
/hc-revive check | Check player death status |
/hc-revive stats | View death statistics |
🌐 Admin Panel
- Dashboard:
https://www.gumdum.com/panel/hardcore - Deaths:
/panel/hardcore/deaths - Payments:
/panel/hardcore/payments - Settings:
/panel/hardcore/settings
❓ FAQ
Q: Do I get my items back after revival?
A: No. Revival restores your character (gamemode), but items are lost on death.
Q: Can I revive multiple times?
A: Yes, up to 3 revivals per month.
Q: What happens if I don't pay?
A: After 30 days, your death becomes permanent. You'll need to create a new character.
Q: Can I see how I died?
A: Yes! Visit your memorial page to see your death message, location, and gear.
Q: Is this compatible with Bedrock?
A: Yes! Bedrock players via Geyser have full support.
Q: Where does my payment go?
A: Payments support server hosting costs and development.
🎯 Strategy Tips:
- 💎 Store valuables in chests, not your inventory
- 🏠 Build safe bases away from danger
- ⚔️ Don't take unnecessary risks
- 🛡️ Always wear armor
- 🍎 Keep food in your hotbar
- 💾 Remember: Revival costs money, play carefully!
📊 System Status: ✅ Fully Operational
🔒 Payment Security: Stripe (PCI DSS Compliant)
💾 Data Storage: MySQL (Redundant Backups)
🌐 Integration: Seamless Minecraft ↔ Website ↔ Database