Skip to content

Installation

dDeathPenalty depends on DzusillCore 1.1.0+. Put DzusillCore-x.y.z.jar in plugins/ first.

Place dDeathPenalty-x.y.z.jar into plugins/ and restart. On first start it creates:

plugins/dDeathPenalty/
β”œβ”€β”€ config.yml # the penalty profiles (default / worlds / groups)
β”œβ”€β”€ messages.yml # player-facing text
└── stats.yml # tracked deaths & money lost (managed by the plugin)

Install Vault + an economy plugin for money penalties, PlaceholderAPI for leaderboards, and WorldGuard for per-region control.

Out of the box, the default profile takes 10% of a player’s balance and uses vanilla item drops. Edit config.yml to taste, then:

/dp reload

Test by dying (or /kill) and watching for the β€œYou died and lost …” message. Check a player’s stats with:

/dp check <player>

Next: the Quick Start.