需求:1.加入了用户积分表;2.加入了指令积分扣除功能;3.加入了积分获得与扣除注解。

This commit is contained in:
liuwei
2025-04-09 11:54:03 +08:00
parent 9b8e0c3558
commit dba9c31504
31 changed files with 1435 additions and 527 deletions

View File

@@ -0,0 +1,8 @@
enable = true
command = ["game", "任务", "/t", "/a", "/s"]
command-format = """
🎮 游戏任务系统指令:
/s - 加入游戏
/t - 获取任务
/a <任务ID> <答案> - 提交答案
"""