Server Implementation
Paper
Server Version
1.21.11
Describe the bug
a 26.1.2 Problem with Worlds and Roadregenall feature
[19:38:28 ERROR]: [PlotSquared/MainCommand] A error occurred while executing plot command
java.lang.RuntimeException: Could not find worlds folder: ./UNIX_KREATIV/region ? (no read access?)
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.util.WorldUtil.getChunkChunks(WorldUtil.java:360) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.bukkit.util.BukkitUtil.getChunkChunks(BukkitUtil.java:568) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.generator.HybridUtils.scheduleRoadUpdate(HybridUtils.java:403) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.RegenAllRoads.onCommand(RegenAllRoads.java:96) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.SubCommand.execute(SubCommand.java:50) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.Command.execute(Command.java:374) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.MainCommand.lambda$execute$1(MainCommand.java:250) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1208) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2368) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.MainCommand.execute(MainCommand.java:244) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.MainCommand.onCommand(MainCommand.java:184) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.bukkit.BukkitCommand.onCommand(BukkitCommand.java:54) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-26.1.2.build.64-stable.jar:?]
at io.papermc.paper.command.brigadier.bukkit.BukkitCommandNode$BukkitBrigCommand.run(BukkitCommandNode.java:83) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
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-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:13) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:104) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:469) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.performCommand(Commands.java:377) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.performCommand(Commands.java:365) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.performPrefixedCommand(Commands.java:356) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:627) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.dedicated.DedicatedServer.tickConnection(DedicatedServer.java:583) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1872) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1655) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.dedicated.DedicatedServer.tickServer(DedicatedServer.java:449) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.processPacketsAndTick(MinecraftServer.java:1713) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1383) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:304) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
[19:38:28 INFO]: » SoulUnix ┃ Ein Fehler ist aufgetreten: Could not find worlds folder: ./UNIX_KREATIV/region ? (no read access?)
To Reproduce
Create a World
Make a Custom Road Schematic
and execute on console /plot regenallroads
and the error appear on console
Expected behaviour
Normally, the roads and plots should load the schematic I built, but that isn't working due to the aforementioned error.
Screenshots / Videos
No response
Error log (if applicable)
No response
Plot Debugpaste
Not Working to Large...... -> [19:53:02 WARN]: java.lang.IllegalStateException: Server returned status: 413 Entity Too Large [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.paster.IncendoPaster.upload(IncendoPaster.java:275) [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.DebugPaste.lambda$onCommand$0(DebugPaste.java:175) [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.bukkit.util.task.BukkitPlotSquaredTask.runTask(BukkitPlotSquaredTask.java:39) [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.util.task.PlotSquaredTask.run(PlotSquaredTask.java:44) [19:53:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78) [19:53:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) [19:53:02 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) [19:53:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) [19:53:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) [19:53:02 WARN]: at java.base/java.lang.Thread.run(Thread.java:1474) [19:53:02 INFO]: » SoulUnix ┃ Erstellen eines Debugs fehlgeschlagen: Server returned status: 413 Entity Too Large
PlotSquared Version
Plotsquared 7.5.13 Premium
Checklist
Anything else?
No response
Server Implementation
Paper
Server Version
1.21.11
Describe the bug
a 26.1.2 Problem with Worlds and Roadregenall feature
[19:38:28 ERROR]: [PlotSquared/MainCommand] A error occurred while executing plot command
java.lang.RuntimeException: Could not find worlds folder: ./UNIX_KREATIV/region ? (no read access?)
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.util.WorldUtil.getChunkChunks(WorldUtil.java:360) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.bukkit.util.BukkitUtil.getChunkChunks(BukkitUtil.java:568) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.generator.HybridUtils.scheduleRoadUpdate(HybridUtils.java:403) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.RegenAllRoads.onCommand(RegenAllRoads.java:96) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.SubCommand.execute(SubCommand.java:50) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.Command.execute(Command.java:374) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.MainCommand.lambda$execute$1(MainCommand.java:250) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1208) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2368) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.MainCommand.execute(MainCommand.java:244) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.MainCommand.onCommand(MainCommand.java:184) ~[?:?]
at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.bukkit.BukkitCommand.onCommand(BukkitCommand.java:54) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-26.1.2.build.64-stable.jar:?]
at io.papermc.paper.command.brigadier.bukkit.BukkitCommandNode$BukkitBrigCommand.run(BukkitCommandNode.java:83) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
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-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:13) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:104) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:469) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.performCommand(Commands.java:377) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.performCommand(Commands.java:365) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.commands.Commands.performPrefixedCommand(Commands.java:356) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:627) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.dedicated.DedicatedServer.tickConnection(DedicatedServer.java:583) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1872) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1655) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.dedicated.DedicatedServer.tickServer(DedicatedServer.java:449) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.processPacketsAndTick(MinecraftServer.java:1713) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1383) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:304) ~[paper-26.1.2.jar:26.1.2-64-2186e1e]
at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
[19:38:28 INFO]: » SoulUnix ┃ Ein Fehler ist aufgetreten: Could not find worlds folder: ./UNIX_KREATIV/region ? (no read access?)
To Reproduce
Create a World
Make a Custom Road Schematic
and execute on console /plot regenallroads
and the error appear on console
Expected behaviour
Normally, the roads and plots should load the schematic I built, but that isn't working due to the aforementioned error.
Screenshots / Videos
No response
Error log (if applicable)
No response
Plot Debugpaste
Not Working to Large...... -> [19:53:02 WARN]: java.lang.IllegalStateException: Server returned status: 413 Entity Too Large [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.paster.IncendoPaster.upload(IncendoPaster.java:275) [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.command.DebugPaste.lambda$onCommand$0(DebugPaste.java:175) [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.bukkit.util.task.BukkitPlotSquaredTask.runTask(BukkitPlotSquaredTask.java:39) [19:53:02 WARN]: at plotsquared-bukkit-7.5.13-Premium(1).jar//com.plotsquared.core.util.task.PlotSquaredTask.run(PlotSquaredTask.java:44) [19:53:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78) [19:53:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) [19:53:02 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) [19:53:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) [19:53:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) [19:53:02 WARN]: at java.base/java.lang.Thread.run(Thread.java:1474) [19:53:02 INFO]: » SoulUnix ┃ Erstellen eines Debugs fehlgeschlagen: Server returned status: 413 Entity Too Large
PlotSquared Version
Plotsquared 7.5.13 Premium
Checklist
Anything else?
No response