corpse_settings
Corpse Global Settings — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | corpse_settings |
| Type | Misc |
| Color | Red |
| Icon | mdi:skull |
Fields
| Field | Type | Description |
|---|---|---|
duration | Int | Duration in seconds before the corpse disappears. 0 = never expire. |
dropOnInteract | Boolean | Whether right-clicking the corpse drops the player's inventory. |
glowEffect | Boolean | Whether the corpse glows with a red tint. |
onlyOwnerCanLoot | Boolean | If true, only the dead player can loot their own corpse. |
spawnParticles | Boolean | Spawn blood and soul particles when the corpse appears. |
lootSound | String | Sound played when the corpse is looted. |
notifyOnRespawn | Boolean | Whether to notify the dead player of their corpse location on respawn. |
renderArmor | Boolean | Keep armor on the corpse visible (renders armor items). |
enableInventoryGUI | Boolean | Enable GUI inventory viewer (sneak + right-click to view before looting). |
spawnSound | String | Sound played when the corpse spawns. |
Usage Example
- entry: corpse_settings
name: "Corpse Global Settings"
duration: 0
dropOnInteract: false
glowEffect: false
onlyOwnerCanLoot: false
spawnParticles: false
lootSound: ""
notifyOnRespawn: false
renderArmor: false
enableInventoryGUI: false
spawnSound: ""