yul761/dsh-blackjack--packages-plugin ↗★ 0
dsh-blackjack
Community perk game plugin: play blackjack in dsh to win spendable model credit. 社区福利小游戏插件:在 dsh 里玩 21 点赢取可消费的模型额度。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yul761/dsh-blackjack#1ee4175483ae1205f7936decbc8f9b291e4acfe9&path:packages/plugin说明文档
阅读完整 README ↗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:
| Key | Type | Default | Description |
|---|---|---|---|
serverUrl | string | https://server-production-493c.up.railway.app | The 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 |
enabled | boolean | true | Set 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 |