Dev Blog · 2026-04-25
Bondage Cafe Update 0.10
Chat commands New parser in ChatManager.cs . Per-session, per-character — nothing persists. /help — local list of commands. /unstuck — server teleports player back to their spawn point (30s cooldown). Added Instance + RespawnPlayer(ulong) to PlayerSpawner.cs . /redflag — red highlighted distress broadcast to the room (10s cooldown). /block / /unblock — bidirectional block server-side. Block also clears grantedConsents and the Domme's client-side consentedSubs cache on both sides via new DommeInteraction.DropConsentCacheRpc , so /unblock forces the Domme to request consent again rather than auto-resuming. /mute / /unmute (<name|all>) —…