Quick Start
Get dBloodMoney running in five minutes.
1. Install
Section titled β1. InstallβMake sure DzusillCore, Vault and an economy plugin are in plugins/, then add dBloodMoney-PRO.jar (or dBloodMoney.jar). See Installation.
2. Start the server
Section titled β2. Start the serverβWatch for the startup banner showing (FREE) or (PRO).
3. Try a kill
Section titled β3. Try a killβWith the default config (50% steal):
- Give two players money β e.g.
/eco give Alice 1000and/eco give Bob 1000. - Have Alice kill Bob in a PvP-enabled world.
- Alice sees:
[dBloodMoney] You killed Bob and looted $500!
- Bob sees:
[dBloodMoney] Alice killed you and looted $500.
Bobβs balance drops by 500; Aliceβs rises by 500.
4. Tune the steal rate
Section titled β4. Tune the steal rateβ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.0Change Percent, then apply without a restart:
/dbm reload5. Protect spawn
Section titled β5. Protect spawnβStop stealing in your hub/spawn world:
Safezone: Mode: BLACKLIST Worlds: - spawn - lobby/dbm reload to apply (safezone changes need a restart β see Reloading).
Where to go next
Section titled βWhere to go nextβ| 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 |