Replies: 3 comments
-
|
Hi @interacp, The error you're encountering: indicates that WorldEdit is trying to call a method that does not exist in the Arclight 1.21.1 environment. This usually happens because the plugin is built against a vanilla Paper/Spigot API and server implementation, but Arclight uses a custom fork (NeoForge) that may not include all the expected Bukkit/CraftBukkit internals or has them modified. What you can try: 1 - Use a version of WorldEdit built specifically for Arclight/NeoForge: 2 - Avoid using unsupported flags if possible: 3 - Wait for official support or report the issue to WorldEdit maintainers: 4 - Try an alternative server implementation if WorldEdit is critical: Regarding WorldGuard, it relies heavily on WorldEdit internals and Bukkit APIs as well, so until the WorldEdit compatibility issue is resolved, WorldGuard may also not function properly on Arclight 1.21.1 with NeoForge. Summary: This is a compatibility problem between WorldEdit and Arclight’s modified server internals. Either wait for a dedicated build or consider alternative server implementations if you need stable WorldEdit and WorldGuard support. Hope this helps! Let me know if you need further assistance. |
Beta Was this translation helpful? Give feedback.
-
|
WorldEdit 7.3.10-beta-01 should work out of the box for Arclight 1.21.1 1.0.1 without the need of allowing editing on unsupported version since we supported it. Which version are you using? |
Beta Was this translation helpful? Give feedback.
-
|
We are basically bridging Spigot with Minecraft so there won't be such problem as a missing method in CraftBukkit; you can perceive it as we ship a full Spigot along. It can only be the problem from WorldEdit; maybe they dropped their support for 1.21.1 which results in this NoSuchMethodError. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the latest version of the WorldEdit plugin that supports 1.21.1. Following the documentation, I edited the config.yml file inside the worldedit folder located in the plugins directory. Specifically, I added the following lines after
command-block-support: falseas instructed:allow-editing-on-unsupported-versions: "I accept that I will receive no support with this flag enabled."However, even after making these changes, simple commands like //set air and //cut are causing the following error:
What should I do to make WorldEdit work properly?
If I manage to fix this issue, will WorldGuard also work without problems?
Beta Was this translation helpful? Give feedback.
All reactions