-
-
Notifications
You must be signed in to change notification settings - Fork 929
Description
WorldEdit Version
7.3.18 beta 1
Platform Version
Paper 1.21.11-54
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
Server crashes on startup due to WorldEdit fatal error. Removing the plugin makes the server work correctly.
Expected Behavior
I expected the plugin to work on Paper 1.21.11 with Java 25 LTS
Reproduction Steps
Use GraalVM JDK 25
Use Paper 1.21.11-54
Use WorldEdit version 7.3.18 beta1.
Server will not start.
Anything Else?
[00:51:11] [Server thread/INFO]: [spark] Starting background profiler...
[00:51:12] [Server thread/ERROR]: Encountered an unexpected exception
com.sk89q.worldedit.extension.platform.NoCapablePlatformException: Not all platforms have been registered yet! Please wait until WorldEdit is initialized.
at worldedit-bukkit-7.3.18-beta-01.jar//com.sk89q.worldedit.extension.platform.PlatformManager.queryCapability(PlatformManager.java:177) ~[?:?]
at worldedit-bukkit-7.3.18-beta-01.jar//com.sk89q.worldedit.extension.platform.PlatformManager.getConfiguration(PlatformManager.java:318) ~[?:?]
at worldedit-bukkit-7.3.18-beta-01.jar//com.sk89q.worldedit.WorldEdit.getConfiguration(WorldEdit.java:795) ~[?:?]
at worldedit-bukkit-7.3.18-beta-01.jar//com.sk89q.worldedit.bukkit.BukkitCommandInspector.getShortText(BukkitCommandInspector.java:56) ~[?:?]
at worldedit-bukkit-7.3.18-beta-01.jar//com.sk89q.bukkit.util.DynamicPluginCommandHelpTopic.(DynamicPluginCommandHelpTopic.java:44) ~[?:?]
at worldedit-bukkit-7.3.18-beta-01.jar//com.sk89q.bukkit.util.DynamicPluginCommandHelpTopic$Factory.createTopic(DynamicPluginCommandHelpTopic.java:144) ~[?:?]
at worldedit-bukkit-7.3.18-beta-01.jar//com.sk89q.bukkit.util.DynamicPluginCommandHelpTopic$Factory.createTopic(DynamicPluginCommandHelpTopic.java:141) ~[?:?]
at org.bukkit.craftbukkit.help.SimpleHelpMap.initializeCommands(SimpleHelpMap.java:135) ~[paper-1.21.11.jar:1.21.11-54-6da8af7]
at net.minecraft.server.MinecraftServer.initPostWorld(MinecraftServer.java:643) ~[paper-1.21.11.jar:1.21.11-54-6da8af7]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:365) ~[paper-1.21.11.jar:1.21.11-54-6da8af7]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1260) ~[paper-1.21.11.jar:1.21.11-54-6da8af7]
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388) ~[paper-1.21.11.jar:1.21.11-54-6da8af7]
at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]