Admin Command Operations¶
Upstream Bloodcraft Reference
Bloodcraft version: 1.13.22 stable
Last verified: 2026-08-23
This page documents upstream Bloodcraft, not BloodcraftExpansion custom features.
Use the complete source-derived Admin Commands table for syntax. Admin operations include setting player progression, controlling quest state, testing spells, and managing familiar battle state.
Before a bulk or destructive progression operation:
- stop normal player activity;
- back up
BepInEx/config/Bloodcraft/; - record the player, system, old value, and intended new value;
- execute the smallest scoped command;
- verify the result with the corresponding player-facing
getcommand; - review logs before continuing.
Admin status is enforced by VampireCommandFramework. Do not expose administrative access merely to let players bypass progression.