Fragments Combat Mod
ModMIT

Fragments Combat Mod

Combat Mod expands Minecraft with a dynamic heart system and graves.

92
Downloads
0
Followers
4 months ago
Updated
📦
3
Versions

📖About Fragments Combat Mod

Combat Mod - Advanced PvP Mechanics for Fabric

A comprehensive server-side mod that revolutionizes the PvP experience in Minecraft with a unique heart system, graves, and Discord integration.

🎯 Main Features

💔 Frag Hearts System

  • Players lose permanent hearts upon death from PvP
  • Hearts can be regained through kills
  • Visual HUD display for current/maximum hearts
  • Dynamic health system

⚰️ Grave System

  • Automatic graves upon player death
  • Items are safely stored in the grave
  • Interactive GUI for retrieving items
  • Protection against item loss

🎮 Anti-PvP Tracking

  • Prevents PvP logging by combat trackers
  • Players cannot log out during combat
  • Configurable combat duration

💬 Discord Integration

  • Automatic notifications when a player dies
  • Shows killer, victim, and remaining hearts
  • Real-time updates in the Discord channel

⚙️ Admin Tools

  • /hearts command for heart management
  • Set, add, remove, check, and reset functions
  • Full control over the heart system

📋 Requirements

Important: This mod must be installed on both the server and all clients!

  • Minecraft: 1.21.4
  • Fabric Loader: >=0.16.0
  • Fabric API: >=0.115.0+1.21.4

🔧 Configuration

The mod automatically creates a combatmod.json file in the config folder:

{
  “startHearts”: 10,
  “heartsLostOnDeath”: 1,
  “heartsGainedOnKill”: 1,
  “minHearts”: 1,
  “maxHearts”: 10,
  “combatDuration”: 10,
  “discordWebhookUrl”: “your_webhook_url_here”
}