yul761/dsh-blackjack--packages-plugin0

dsh-blackjack

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

AI 分析

核心用途是在 DSH 界面内提供 21 点娱乐游戏。适合希望通过趣味互动赢取(或消耗)自建服务器模型额度的社区用户。

パッケージ
dsh-blackjack
バージョン
0.2.1
ライセンス
MIT
最終更新
2026/08/24

インストール

$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:

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