BoenShi

Results 3 comments of BoenShi

I met this problem too.I don't know whether it is the mohist's problem or not.But I can't use this plugin.I hope this bug will be fixed that I can use...

Indeed, I also encountered this situation. I used customcrafting-spigot-4.16.11, wolfyutils-spigot-4.17-beta.6,ItemsAdder_3.6.4-release-2. [15:27:50 ERROR]: Could not pass event PluginIntegrationEnableEvent to CustomCrafting v4.16.11 java.util.ConcurrentModificationException: null at java.util.HashMap$HashIterator.nextNode(HashMap.java:1605) ~[?:?] at java.util.HashMap$EntryIterator.next(HashMap.java:1638) ~[?:?] at java.util.HashMap$EntryIterator.next(HashMap.java:1636)...

我找到解决方案了,仔细阅读下官方文档: > 进入节点管理,你会发现可能是使用 localhost,123.x.x.x 或其他域名连接到远程节点的,此时你必须要给每一个远程节点分别配置一次反向代理,让它们全部使用 HTTPS+Websocket 连接。 > > 配置完成后,使用 wss://localhost,wss://123.x.x.x 或 wss://domain.com 替换原有的localhost,123.x.x.x 或 domain.com即可。 原本本地填写的是"localhost",如果使用了反向代理,那么节点代理后的地址假如是x.x.x.x,如果面板使用http的话,填写"ws://x.x.x.x",如果面板使用https的话,节点要反代https,填写"wss://x.x.x.x"。必须手动加上ws或者wss才行