Tzunami.dev
Tzunami.dev
Do you have more details about this error ?, I just tried this on my server and it seems to work properly without any exceptions
> #119 This solves Cloning messages from a public channel. But it does not solve the fact that the bot Join the session user to the Public channel.
> 个人使用Plot插件的时候也报错崩端过,解决方法是打开服务端核心同目录的arclight.conf,找到symlink-world一项,将false改为true The problem still persists with that.
> 修改为symlink-world=true也不行,只要创建一个地皮世界,就会在5分钟内崩服 [08:21:25 ERROR]: Encountered an unexpected exception java.lang.UnsupportedOperationException: Cannot serialize CustomWorldChunkManager at org.bukkit.craftbukkit.v1_20_R1.generator.CustomWorldChunkManager.m_5820_(CustomWorldChunkManager.java:43) ~[arclight-1.20.1-1.0.6-SNAPSHOT-3e554e6.jar%23170!/:arclight-1.20.1-1.0.6-SNAPSHOT-3e554e6] at com.mojang.serialization.Codec.lambda$dispatchStable$8(Codec.java:333) ~[datafixerupper-6.0.8.jar%23111!/:?] at com.mojang.serialization.codecs.KeyDispatchCodec.getCodec(KeyDispatchCodec.java:123) ~[datafixerupper-6.0.8.jar%23111!/:?] at com.mojang.serialization.codecs.KeyDispatchCodec.lambda$new$0(KeyDispatchCodec.java:46) ~[datafixerupper-6.0.8.jar%23111!/:?] at com.mojang.serialization.codecs.KeyDispatchCodec.encode(KeyDispatchCodec.java:79) ~[datafixerupper-6.0.8.jar%23111!/:?] at com.mojang.serialization.MapCodec$MapCodecCodec.encode(MapCodec.java:96) ~[datafixerupper-6.0.8.jar%23111!/:?]...
> 关于datafixerupper问题,我未曾遇到,根据实际报错内容"生成自定义世界的level.dat出现问题"推测,arclight.jar 的世界生成代码出现兼容性问题. > > 关于plotsquared,个人使用时正常运行,重启后依然稳定,可进入地皮世界,地皮世界正常生成区块。 个人启动步骤: 我使用的arclight版本为:https://github.com/IzzelAliz/Arclight/releases/tag/Trials%2F1.0.5 我未增加Multiverse-Core并用同功能插件替代其功能. 针对plotsquared,我使用:plotsquared-bukkit-7.3.5,worldedit-bukkit-7.2.15. 端内同时安装:GroupManager,PlaceholderAPI-2.11.3,ProtocolLib for 1.20.1. 并调整了symlink-world一项. 注明:这些操作之后才启动安装了插件的arclight,在此之前仅启动至安装完成. 此时,启动一切顺利(包括自动安装库). 生成地皮世界时,我使用模板生成而非手动设置(自行制作模板使生成内容和手动输入一致) 手动生成会偶现命令无法执行等情况. > > 混合核心兼容性问题很多,如我的步骤执行后仍出问题请继续等待作者修复. Brilliant! This helped me. I had already ruled out...
In my case "MyWorlds" does not seem to cause problems. It works fine for me with PlotSquared. To create a PlotSquared world I used the command: `/world create world_plots:PlotSquared` To...
I'm glad someone else already reported this. I was going crazy removing mods thinking that was the problem. I want to report that the same thing is also happening to...
https://github.com/IzzelAliz/Arclight/issues/1299#issuecomment-2051973023 https://github.com/IzzelAliz/Arclight/issues/1299#issuecomment-2052542907 This might help to use PlotSquared in arclight 1.20+ while official steps are taken for "PlotSquared" + "Multiverse core"
I have the same problem. For everything else it works fine
I just found the solution. ``` class GIFEncoder extends EventEmitter { constructor(width, height, algorithm = 'neuquant', useOptimizer = false, totalFrames = 0) { super() ... this.transparent = null // Change...