Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallXY committed Jul 4, 2023
1 parent 9e54c97 commit ee09863
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# CyanShop

## admin command

| command | description |
|--------------------------------|------------------|
| `cs help` | 帮助 |
| `cs Reload` | 重载 |
| `cs saveTempItem` | 在config显示背包物品 |
| `cs test` | 获取config以列表的形式获取 |
| `cs saveTempItemSimple` | 保存手里的 |
| `cs edit <name>` | 编辑商店菜单 |
| `cs npc <id> <menu>` | 绑NPC |
| `cs new <menu> <几层>` | 创个新的menu |
| `cs remove <menu> confirm` | 删除menu |
| `cs editPriceItem <menu> <id>` | 编辑需要花费的物品 |
| `cs editAwardItem <menu> <id>` | 编辑兑换的的物品 |



## player command

| command | description |
|------------------|-------------|
| `cs open <menu>` | 打开菜单 |


0 comments on commit ee09863

Please sign in to comment.