Skip to content

Quick Start

Get dBloodMoney running in five minutes.

Make sure DzusillCore, Vault and an economy plugin are in plugins/, then add dBloodMoney-PRO.jar (or dBloodMoney.jar). See Installation.

Watch for the startup banner showing (FREE) or (PRO).

With the default config (50% steal):

  1. Give two players money β€” e.g. /eco give Alice 1000 and /eco give Bob 1000.
  2. Have Alice kill Bob in a PvP-enabled world.
  3. Alice sees:

    [dBloodMoney] You killed Bob and looted $500!

  4. Bob sees:

    [dBloodMoney] Alice killed you and looted $500.

Bob’s balance drops by 500; Alice’s rises by 500.

Open plugins/dBloodMoney/config.yml:

Steal:
Percent: 50.0 # take 50% of the victim's balance
Min-Victim-Balance: 10.0
Max-Per-Kill: 0.0 # 0 = no cap
Server-Tax-Percent: 0.0

Change Percent, then apply without a restart:

/dbm reload

Stop stealing in your hub/spawn world:

Safezone:
Mode: BLACKLIST
Worlds:
- spawn
- lobby

/dbm reload to apply (safezone changes need a restart β€” see Reloading).

You want to… Page
Understand the steal math Kill Rewards
Stop alt/friend farming Anti-Farm
Punish combat loggers Combat Tagging
Let players post bounties (PRO) Bounties
Add a leaderboard (PRO) Leaderboards
See every setting config.yml