You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MCDR] [16:08:54] [TaskExecutor/INFO] [prime_backup]: Found existing valid data of the previous online player counter, inherit it
[Server] [16:08:54 INFO] [Console]: ========================
[Server] [16:08:54 INFO] [Console]: 在线玩家 4/20
[Server] [16:08:54 INFO] [Console]: : bot_loader_end, bot_loader
[Server] default: Silence114, EsenciaEmpress
[Server] [16:08:54 INFO] [Console]: ========================
Exception in thread loadBot:
Traceback (most recent call last):
File "C:\Users\10163\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Users\10163\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\10163\AppData\Local\Programs\Python\Python312\Lib\site-packages\mcdreforged\api\decorator\new_thread.py", line 29, in wrapped_target
raise e from None
File "C:\Users\10163\AppData\Local\Programs\Python\Python312\Lib\site-packages\mcdreforged\api\decorator\new_thread.py", line 26, in wrapped_target
self.__return_value = target(*args_, **kwargs_)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "plugins\Bot-v1.1.4.mcdr\bot\bot_manager.py", line 56, in __load_data
TypeError: 'NoneType' object is not subscriptable
Arclight 服务端用了基础插件 CMI,它更改了
list
命令的 format:pb获取玩家列表时,
list
命令在bukkit层面被映射到了cmi:bukkit
,导致 info 无法被解析。而 minecraft 原版的命令并没有被插件删除,可以用
minecraft:list
调用:希望能直接配置list命令以适配这种情况。
The text was updated successfully, but these errors were encountered: