SaveSearcher icon indicating copy to clipboard operation
SaveSearcher copied to clipboard

scan a minecraft world for various things

Results 9 SaveSearcher issues
Sort by recently updated
recently updated
newest added

Hi. I have problem. An error appeared when trying to use the program. The program considers a completely empty folder not empty.

Hi, will this tool be compatible with CubicChunks? I would like to use it to search for command blocks in the world, and get commands in those command blocks.

Im using Paper 1.12.2 on my server, and I need to way to search for specific items in a world, for example; 1. Searching entire worlds for custom-named items like...

enhancement

Well, It's not unexpected. But do You plan to go to 9 or 11? ``` PS E:\Minecraft\tools> java --version java 9.0.4 Java(TM) SE Runtime Environment (build 9.0.4+11) Java HotSpot(TM) 64-Bit...

Soon™

i want to make a system for regex-like matching of block patterns. the main difficulty will be coming up with a decent regular expression system in 3d, probably some hybrid...

enhancement

In addition to double chests it could also be filtered whether there are items in the chest or not. And it could also output where the chest is facing. maybe...

enhancement

As title says, add support for worlds that dont have DIM-1 or DIM1 inside of them, thanks 😄 `[26/11/2023 16:37:47] [ALERT] **************************************** [26/11/2023 16:37:47] [ALERT] * [26/11/2023 16:37:47] [ALERT] *...

I get an error at startup: ``` Exception in thread "main" java.lang.ExceptionInInitializerError at net.daporkchop.lib.logging.format.DefaultMessageFormatter.(DefaultMessageFormatter.java:66) at net.daporkchop.lib.logging.impl.SimpleLogger.(SimpleLogger.java:58) at net.daporkchop.lib.logging.impl.DefaultLogger.(DefaultLogger.java:71) at net.daporkchop.lib.logging.Logging.(Logging.java:35) at net.daporkchop.savesearcher.Main.main(Main.java:105) Caused by: java.lang.RuntimeException: java.lang.reflect.InaccessibleObjectException: Unable to make private...

Hello, while playing FTB Interactions (MC 1.12.2) i needed to search for some blocks and encountered this project. While attempting to make this work, i encountered a couple of bugs/things...