FAQ & Troubleshooting
The plugin won’t load
Section titled “The plugin won’t load”Could not load 'dBloodMoney.jar' … unknown/invalid plugin DzusillCore
dBloodMoney requires DzusillCore. Put DzusillCore-1.1.0.jar in plugins/ and restart.
Killing a player does nothing
Section titled “Killing a player does nothing”Work through these — a steal is skipped if any apply:
- No economy. You need Vault and a provider (EssentialsX, CMI…). Check the console for
No Vault economy found — stealing is disabled. Run/dbm infoand confirm an economy plugin is installed. - Testing with two accounts on one PC. Both share an IP, so
Same-IP.Block: trueskips the reward. Set it tofalsewhile testing, or test from two connections. - Safezone world. The kill happened in a safezone. Check
Safezoneinconfig.yml. - Farm cooldown. You already killed that player recently — see Anti-Farm. Grant yourself
dbloodmoney.bypass.cooldownto test. - Victim too poor. Their balance is below
Steal.Min-Victim-Balance. - Victim is exempt. They have
dbloodmoney.bypass.victim.
PRO features (bounty / killtop / streaks) don’t work
Section titled “PRO features (bounty / killtop / streaks) don’t work”You’re probably running the free jar. Run /dbm info — it must say (PRO). If it says (FREE), swap dBloodMoney.jar for dBloodMoney-PRO.jar (see Free vs PRO).
Combat loggers aren’t punished
Section titled “Combat loggers aren’t punished”- Confirm
Combat-Tag.Enabled: trueandPunish-Combat-Log: true. - The player must be tagged (have taken/dealt PvP damage within
Duration-Seconds) when they log out.
Placeholders show as raw text
Section titled “Placeholders show as raw text”- Use the PRO edition and install PlaceholderAPI.
- Test with
/papi parse me %dbloodmoney_kills%.
How do I reset the leaderboard?
Section titled “How do I reset the leaderboard?”Flat file: delete plugins/dBloodMoney/stats.yml (server stopped). Database: TRUNCATE TABLE dbloodmoney_stats;. See Leaderboards.
Can I document several plugins in one GitBook? (yes)
Section titled “Can I document several plugins in one GitBook? (yes)”Absolutely — this is exactly what GitBook is built for. Two patterns:
Option A — one Space per plugin, grouped in a Site (recommended)
Section titled “Option A — one Space per plugin, grouped in a Site (recommended)”In GitBook, a Space is one book. A Site (or Collection) groups multiple Spaces behind one URL with a space-switcher dropdown.
- Keep each plugin in its own repo with its own
.gitbook.yaml+docs/(dBloodMoney already has this; DzusillCore has its own). - In GitBook, create a Space per plugin and connect each repo via Git Sync.
- Group the Spaces into one Site. Visitors get a dropdown: DzusillCore · dBloodMoney · WarpGUI…
This keeps each plugin’s docs independent, separately versioned, and cleanly linkable — best for a growing catalogue.
Option B — one Space, multiple groups
Section titled “Option B — one Space, multiple groups”Put every plugin in a single docs repo and give SUMMARY.md a top-level group per plugin:
# Table of Contents
* [Home](/plugins/dbloodmoney/)
## dBloodMoney* [Introduction](/plugins/dbloodmoney/dbloodmoney/)* [Installation](/plugins/dbloodmoney/dbloodmoney/installation/)
## WarpGUI* [Introduction](/plugins/dbloodmoney/warpgui/)* [Installation](/plugins/dbloodmoney/warpgui/installation/)One URL, one sidebar with collapsible sections. Simplest to manage, but everything shares a single book.
Recommendation: Option A. It matches how DzusillCore is already set up (its own Space) and scales as you add plugins. Connect this repo’s
docs/folder as the dBloodMoney Space and add it to your Site alongside the others.