Gumdum.Com

There is currently 1 player online.

Connect now using the IP gumdum.com

general/internet_explorer_header

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:

  1. 💀 You Die - Your character enters hardcore mode
  2. ⏰ 30-Day Countdown - You have 30 days to decide
  3. 💵 Pay for Revival - Optional: Pay to restore your character
  4. ✅ 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:

  1. 📱 Visit https://www.gumdum.com/reset/status
  2. 🔐 Login with your account
  3. 💳 Click "Pay for Revival"
  4. 💰 Complete Stripe payment ($5.00 USD)
  5. ✅ Payment confirmed → Revival authorized
  6. 🎮 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 UUID
  • death_time - Timestamp of death
  • death_message - How you died
  • death_location - X, Y, Z coordinates
  • death_world - World name
  • status - pending, paid, revived, expired
  • revived_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 death
  • health - Health at death
  • food_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:

  1. Mod Detection: Server detects player death via event listener
  2. Database Insert: Death record written to MySQL
  3. Gear Capture: Inventory serialized to JSON and stored
  4. Gamemode Change: Player set to spectator mode
  5. Website Integration: Death data visible on website
  6. Payment Processing: Stripe webhook updates database
  7. Login Check: Mod checks for paid revivals on login
  8. 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

CommandDescription
/hc-reviveCheck your death status
/reset/statusVisit website status page

👑 Admin Commands

CommandDescription
/hc-revive revive Manually revive player (bypasses payment)
/hc-revive check Check player death status
/hc-revive statsView death statistics

🌐 Admin Panel


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