1
mirror of https://github.com/CarmJos/UltraDepository.git synced 2026-06-04 08:38:25 +08:00

完成收集监听与变量部分

This commit is contained in:
2021-12-26 23:39:16 +08:00
parent 5bcea5f24b
commit a8a8f11799
8 changed files with 134 additions and 28 deletions
+3
View File
@@ -101,6 +101,9 @@
# %UltraBackpack_remain_<背包ID>_<物品ID>%
- 得到对应背包内对应物品的剩余可售出数量
- $剩余可售出数量 = $每日售出限制 - $今日售出数量
# %UltraBackpack_capacity_<背包ID>%
- 得到对应背包的容量
```
</details>