Datei suchen
Chaoscaot 2a584e878f Fixing... 2024-04-27 22:30:29 +02:00
.github Update dependabot.yml 2023-04-13 00:21:24 +02:00
schemsearch-cli 🔧 Add invalid_nbt flag. 2024-04-27 21:27:42 +02:00
schemsearch-faster Bump Version 2023-04-22 21:55:08 +02:00
schemsearch-files Bump Version 2023-05-23 20:10:41 +02:00
schemsearch-java Bump Version 2023-04-22 21:55:08 +02:00
schemsearch-lib Fixing... 2024-04-27 22:30:29 +02:00
schemsearch-sql Update sqlx requirement from 0.6 to 0.7 2023-07-10 10:49:15 +00:00
tests Fixes and more Tests 2023-03-06 22:35:56 +01:00
.gitignore Add JNI 2023-03-05 15:11:51 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-04-13 00:25:42 +02:00
Cargo.toml 🔧 Add invalid_nbt flag. 2024-04-27 21:27:42 +02:00
LICENSE.txt Finishing 2023-03-08 15:47:51 +01:00
Makefile Add SQL to Makefile 2023-04-04 16:31:48 +02:00
README.md Update README.md 2023-04-28 00:28:34 +02:00
SchemSearch.java Add JNI 2023-03-05 15:11:51 +01:00

README.md

schemsearch

A simple CLI tool to search in Sponge Schematic files


WARNING: This is a work in progress and is really simple right now. It will be improved in the future.

Feature Status
Block search
Block data less search
Tile entities data search
Entities search

Reasoning

As a Developer of the SteamWar.de Minecraft server we needed a way to search for schematics that contain a specific pattern. Focused on "competitive Redstone building" stealing of other players techniques is a big problem, so this is a little side project of mine.


Usage

The tool takes a pattern as it's first parameter, this should be a valid Sponge V2 Schematic File. The second parameter is a list of schematics or directories to search in.

schemsearch-cli <pattern> <schematic...>

Examples

Simple search

schemsearch-cli tests/endstone.schem tests/simple.schem

Help

The rest of the valid parameters can be found by using the help command.

schemsearch-cli --help

Roadmap

A list of features that are planned to be implemented in the future. In order of priority.

  • Use AVX2 for faster search
  • Tile entities data search
  • Entities search
  • McEdit Schematic support

Building

This project is build using Rust for the CLI and library. It can be built using Cargo.

cargo build --release

Features: schemsearch-sql

This feature is not enabled by default as it is a specific implementation for the SteamWar.de Minecraft server. You shouldn't enable this feature unless you know what you are doing.


License

This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.