Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLSE onScoreChanged 事件无法被监听 #1165

Closed
siori0714 opened this issue Mar 25, 2023 · 0 comments
Closed

LLSE onScoreChanged 事件无法被监听 #1165

siori0714 opened this issue Mar 25, 2023 · 0 comments
Labels
bug Related to software malfunction priority: high Needs prompt action

Comments

@siori0714
Copy link

异常模块

LiteLoader (本体)

操作系统

Windows 10

LiteLoader 版本

2.12.0

BDS 版本

1.19.72

发生了什么?

注册onScoreChanged事件,在计分板分数改变时没有任何返回

复现此问题的步骤

  1. 注册onScoreChanged监听事件
mc.listen("onScoreChanged", () => {
    log(`test`)
})
  1. 改变任何计分板数值

  2. 预期后台输出"test",实际无任何输出

有关的日志/输出

No response

插件列表

05:20:50 INFO [Server] 插件列表[7]
05:20:50 INFO [Server] - LLMoney [v2.12.0] (LLMoney.dll)
05:20:50 INFO [Server]   EconomyCore for LiteLoaderBDS
05:20:50 INFO [Server] - ScriptEngine-Lua [v2.12.0] (LiteLoader.Lua.dll)
05:20:50 INFO [Server]   Lua ScriptEngine for LiteLoaderBDS
05:20:50 INFO [Server] - PermissionAPI [v2.9.0] (PermissionAPI.dll)
05:20:50 INFO [Server]   Builtin & Powerful permission API for LiteLoaderBDS
05:20:50 INFO [Server] - QuestListen [v1.0.0] (QuestListen.lxl.js)
05:20:50 INFO [Server]   QuestListen
05:20:50 INFO [Server] - ScriptEngine-QuickJs [v2.12.0] (LiteLoader.Js.dll)
05:20:50 INFO [Server]   Javascript ScriptEngine for LiteLoaderBDS
05:20:50 INFO [Server] - ScriptEngine-Python [v2.12.0] (LiteLoader.Python.dll)
05:20:50 INFO [Server]   Python ScriptEngine for LiteLoaderBDS
05:20:50 INFO [Server] - ScriptEngine-NodeJs [v2.12.0] (LiteLoader.NodeJs.dll)
05:20:50 INFO [Server]   Node.js ScriptEngine for LiteLoaderBDS
@yqs112358 yqs112358 added bug Related to software malfunction status: to do priority: high Needs prompt action labels Mar 26, 2023
ShrBox added a commit that referenced this issue Mar 26, 2023
@ShrBox ShrBox closed this as completed Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Related to software malfunction priority: high Needs prompt action
Development

No branches or pull requests

3 participants