We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Arclight-1.18-build1.0.12
openjdk version "17.0.12" 2024-07-16 LTS OpenJDK Runtime Environment Zulu17.52+17-CA (build 17.0.12+7-LTS) OpenJDK 64-Bit Server VM Zulu17.52+17-CA (build 17.0.12+7-LTS, mixed mode, sharing)
一个用来测试的插件
在使用/give 指令后,后台会收到来自插件的 有关玩家丢弃物品的事件
1.编写插件,仅包含此功能:
@EventHandler(priority = EventPriority.HIGHEST) public void onPlayerDropItem(PlayerDropItemEvent event) { Log.info("DROP!"); }
2.在服务端或客户端发送/give 玩家 物品
3.后台将会收到DROP!
latest.log
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请确认您已完成以下几件事
Arclight 版本
Arclight-1.18-build1.0.12
Java 版本 | 操作系统
openjdk version "17.0.12" 2024-07-16 LTS
OpenJDK Runtime Environment Zulu17.52+17-CA (build 17.0.12+7-LTS)
OpenJDK 64-Bit Server VM Zulu17.52+17-CA (build 17.0.12+7-LTS, mixed mode, sharing)
相关 Mod/插件 的名称及版本
错误描述
在使用/give 指令后,后台会收到来自插件的 有关玩家丢弃物品的事件
复现步骤
1.编写插件,仅包含此功能:
2.在服务端或客户端发送/give 玩家 物品
3.后台将会收到DROP!
报错信息
latest.log
复现用压缩包下载链接(可选)
No response
The text was updated successfully, but these errors were encountered: