Skip to main content
Death Plus wiki

Wiki

Death Plus Wiki

Public setup, DeathMessages, DeathSpectate, integrations, and admin troubleshooting for Death Plus.

Getting Started

Start here for installation, file generation, and the admin command surface before you tune either module.

DeathMessages

Configure message routing, templates, and placeholders before you move into spectator-camera tuning.

DeathSpectate

Set up the cinematic death camera, tune the spectator flow, and use the in-game editors safely.

Integrations and Ops

Connect Death Plus to Duck Shot, VehicleMC, and DeadBody, then use the maintenance and troubleshooting docs when something drifts.

Integrations and Ops

Duck Shot and VehicleMC Integration

Enable the combat integrations so Death Plus reads Duck Shot and VehicleMC events correctly.

This page covers optional integrations you can enable in death-messages.yml.

Duckshot integration

Enable both flags to route Duckshot weapon data into messages:

YAML
settings:
  duckshot-integration-enabled: true
  duckshot-custom-messages-enabled: true

When enabled, DeathMessages can use:

  • Duckshot weapon ID
  • Duckshot weapon type/category
  • Duckshot weapon name
  • Duckshot weapon lore
  • Duckshot explosive attribution cache (for consumed plantables and throwables)

VehicleMC integration

Enable in death-messages.yml:

YAML
settings:
  vehiclemc-integration-enabled: true
  vehiclemc-attribution-radius-blocks: 4.0
  vehiclemc-attribution-min-speed-blocks-per-tick: 0.12

Behavior:

  • Tracks recent DamageCause.CUSTOM hits.
  • Resolves nearby moving VehicleMC vehicles and driver.
  • Uses natural.VehicleRunOver and natural.VehicleRunOverByDriver keys.