Wiki 9Minecraft Corpse Complex Mod 1.16.5, Wiki

Corpse Complex Mod 1.16.5, — Configuration

Configuration

The configuration is divided into several categories. Below is a breakdown of the primary settings available in the configuration file.

Inventory Settings

Option Description
keepInventory If true, the mod will handle inventory retention based on sub-settings.
keepArmor Whether armor remains equipped upon death.
keepHotbar Whether items in the hotbar are preserved.
keepMainhand Whether the item held in the main hand is preserved.
keepOffhand Whether the item held in the offhand is preserved.
keepMainInventory Whether the main inventory slots (excluding hotbar) are preserved.
limitToSoulbound If true, only items with the Soulbound enchantment are kept.

Experience Settings

Option Description
keepExperience If true, players will retain their experience levels.
experienceLossRate The percentage of experience lost upon death (0.0 to 1.0).
experienceDropRate The percentage of experience dropped as orbs (0.0 to 1.0).
experienceMaxDrop The maximum amount of experience that can be dropped as orbs.

Hunger Settings

Option Description
respawnHunger The hunger value a player has after respawning (0-20).
respawnSaturation The saturation value a player has after respawning.
keepHunger If true, the player respawns with the hunger they had when they died.
minRespawnHunger The minimum hunger level a player can respawn with.

Effects Settings

Option Description
respawnPotionEffects A list of potion effects applied on respawn (e.g., minecraft:weakness;600;0).

Commands

The mod provides administrative commands to manage settings in-game without requiring a server restart.

  • /corpsecomplex reload: Reloads the configuration file from the disk. This is useful for testing changes to death penalties immediately.
  • /corpsecomplex version: Displays the current version of the mod installed on the client and server.