AnzhiZhang/MCDReforgedPlugins

[Plugin name]: Title

Closed this issue · 2 comments

OnlinePlayerAPI.py

加载失败

报错:
[MCDR] [08:08:47] [MainThread/ERROR]: 插件 OnlinePlayerAPI.py 加载失败
Traceback (most recent call last):
File "D:\我的世界服务器研究\MCFab1164\utils\plugin_manager.py", line 63, in load_plugin
plugin.load()
File "D:\我的世界服务器研究\MCFab1164\utils\plugin.py", line 82, in load
self.module = tool.load_source(self.file_path)
File "D:\我的世界服务器研究\MCFab1164\utils\tool.py", line 25, in load_source
spec.loader.exec_module(module)
File "", line 779, in exec_module
File "", line 916, in get_code
File "", line 846, in source_to_code
File "", line 219, in _call_with_frames_removed
File "plugins\OnlinePlayerAPI.py", line 7

^
SyntaxError: invalid syntax

请检查插件下载是否正确

是的,我已经解决了