-
-
Notifications
You must be signed in to change notification settings - Fork 927
Description
WorldEdit Version
7.4.0 snapshot
Platform Version
paper 1.21.11
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
got the message from the picture so here is that error from the console.
[04:41:09 INFO]: Firestarter852 issued server command: //drain 100
[04:41:09 ERROR]: An unexpected error while handling a WorldEdit command
java.lang.NullPointerException: Cannot invoke "java.util.Map.entrySet()" because "map" is null
at com.google.common.collect.ImmutableMap.copyOf(ImmutableMap.java:702) ~[guava-33.5.0-jre.jar:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockType.lambda$new$1(BlockType.java:57) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.util.concurrency.LazyReference.getValue(LazyReference.java:83) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockType.getPropertyMap(BlockType.java:137) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockType.getProperties(BlockType.java:146) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockState.generateStateMap(BlockState.java:93) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockType.lambda$new$3(BlockType.java:65) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.util.concurrency.LazyReference.getValue(LazyReference.java:83) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockType.getBlockStatesMap(BlockType.java:98) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockType.computeDefaultState(BlockType.java:90) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.util.concurrency.LazyReference.getValue(LazyReference.java:83) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.world.block.BlockType.getDefaultState(BlockType.java:169) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.EditSession.drainArea(EditSession.java:1658) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.command.UtilityCommands.drain(UtilityCommands.java:148) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.command.UtilityCommandsRegistration.cmd$_drain(UtilityCommandsRegistration.java:461) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//org.enginehub.piston.CommandManager.execute(CommandManager.java:157) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.extension.platform.PlatformCommandManager.handleCommand(PlatformCommandManager.java:509) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler.dispatch(MethodHandleEventHandler.java:51) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:395) ~[?:?]
at worldedit-bukkit-7.4.0-beta-02.jar//com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:55) ~[?:?]
at io.papermc.paper.command.brigadier.bukkit.BukkitCommandNode$BukkitBrigCommand.run(BukkitCommandNode.java:83) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.3.10.jar:?]
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:30) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:13) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:104) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:469) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.commands.Commands.performCommand(Commands.java:374) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.commands.Commands.performCommand(Commands.java:362) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2354) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$12(ServerGamePacketListenerImpl.java:2327) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:177) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1527) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:188) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:151) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1507) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1501) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.MinecraftServer.recordTaskExecutionTimeWhileWaiting(MinecraftServer.java:1232) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1343) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388) ~[paper-1.21.11.jar:1.21.11-39-e5e2c50]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Expected Behavior
i was expecting the lava to go away
Reproduction Steps
- ...use the //drain command
- ...get the error message
Anything Else?
