yul761/dsh-blackjack--packages-plugin0

dsh-blackjack

Community perk game plugin: play blackjack in dsh to win spendable model credit. 社区福利小游戏插件:在 dsh 里玩 21 点赢取可消费的模型额度。

包名
dsh-blackjack
版本
0.2.1
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yul761/dsh-blackjack#1ee4175483ae1205f7936decbc8f9b291e4acfe9&path:packages/plugin

Configuration

It works out of the box: serverUrl points by default at the instance self-hosted by this project's operator, so you can play without changing anything. You can override it in your profile's cordis.patch.yml:

KeyTypeDefaultDescription
serverUrlstringhttps://server-production-493c.up.railway.appThe game server's address. To run your own prize pool, change this to your own deployment — the server is open source in the same repo as this plugin; see the deployment section of the repo root README
enabledbooleantrueSet to false to keep it installed but completely inert: no commands registered, no routes and no fallback hooks attached
locale'en' | 'zh''en'The language of replies from the commands (/blackjack, /bj-*, …). The graphical table ignores this key — it follows dsh's own Settings → General → Language automatically, so players using the GUI never have to touch this. Only terminal-only profiles (no Web GUI) need to set it once here, because the Node side cannot read the host's language setting