awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Querz avatar

Querz/mcaselector

0
View on GitHub↗
4,580 stars·227 forks·Java·MIT·4 views

Mcaselector

mcaselector is a Minecraft save file editor, world chunk selector, and region manager. It allows for the modification of the structure and size of world files by removing unwanted chunks or managing regional data.

The tool provides a visual interface for selecting specific world chunks to be exported or deleted from a save file. It enables the extraction of selected chunks and regions into separate files for backups or transfers.

The software performs low-level binary processing, including NBT parsing and coordinate-to-region mapping, to identify and modify specific world entity and tile structures. It supports in-place binary modification to delete chunks without rewriting the entire world save.

Features

  • Minecraft Save Editors - Selecting and deleting specific world chunks to reduce file size or remove unwanted areas from a game save.
  • World Layout Editing - Modifies the physical layout of a world by removing or copying specific geographic sections of the map.
  • NBT Data Processors - Decodes nested tagged binary data formats to identify and modify specific world entity and tile structures.
  • In-Place Binary Mutators - Overwrites specific byte sequences within region files to delete chunks without rewriting the entire world save.
  • Chunk Selectors - A tool for visually selecting specific Minecraft world chunks to be exported or deleted from a save file.
  • Binary Offset Indexing - Maps chunk coordinates to specific offsets within binary region files for fast random access.
  • Coordinate-to-Container Mapping - Translates individual chunk coordinates into the filenames and offsets of larger region containers.
  • File-Based Data Exports - Reads selected binary segments and writes them to new files to extract world regions for backup.
  • Spatial Coordinate Filtering - Filters world data by comparing chunk coordinates against user-defined boundary boxes to isolate specific areas.
  • Chunk Deletion - A world management feature allowing the removal of specific selected chunks from a save file to clear areas or reduce file size.
  • Chunk Extraction - Extracts specific chunks and regions from a world save into separate files for backup or transfer.

Star history

Star history chart for querz/mcaselectorStar history chart for querz/mcaselector

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does querz/mcaselector do?

mcaselector is a Minecraft save file editor, world chunk selector, and region manager. It allows for the modification of the structure and size of world files by removing unwanted chunks or managing regional data.

What are the main features of querz/mcaselector?

The main features of querz/mcaselector are: Minecraft Save Editors, World Layout Editing, NBT Data Processors, In-Place Binary Mutators, Chunk Selectors, Binary Offset Indexing, Coordinate-to-Container Mapping, File-Based Data Exports.

What are some open-source alternatives to querz/mcaselector?

Open-source alternatives to querz/mcaselector include: jaquadro/nbtexplorer — NBTExplorer is a viewer and editor for Named Binary Tag data. It functions as a processor for the hierarchical binary… lief-project/lief — LIEF is a framework for parsing, modifying, and analyzing executable binary formats and system shared caches across… longsoft/uefitool — UEFITool is a firmware analysis tool and image editor designed for parsing, visualizing, and modifying UEFI firmware… seriouscache/uabe — UABE is a specialized toolset for extracting, modifying, and converting assets stored within Unity engine bundle… hosseinmoein/dataframe — DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous… dbgate/dbgate — DbGate is a universal database management tool and SQL client that provides a unified interface for querying and…

Open-source alternatives to Mcaselector

Similar open-source projects, ranked by how many features they share with Mcaselector.
  • jaquadro/nbtexplorerjaquadro avatar

    jaquadro/NBTExplorer

    2,813View on GitHub↗

    NBTExplorer is a viewer and editor for Named Binary Tag data. It functions as a processor for the hierarchical binary tag files used within Minecraft save files and game configuration. The tool enables the exploration and modification of game world settings, player data, and entity states. It supports reading and updating structured binary data across standard, uncompressed, and region-based file formats. The project provides capabilities for binary tag deserialization and in-place modification. It handles data through buffered stream reading, zlib-based decompression, and region-file indexi

    C#
    View on GitHub↗2,813
  • longsoft/uefitoolLongSoft avatar

    LongSoft/UEFITool

    5,533View on GitHub↗

    UEFITool is a firmware analysis tool and image editor designed for parsing, visualizing, and modifying UEFI firmware images. It functions as a specification parser that converts binary firmware data into structured formats based on standard platform interface specifications. The tool provides a visual interface to analyze the tree structure and internal data elements of UEFI platform images. It allows for the modification of firmware images to adjust system boot environments and includes capabilities to search for specific data patterns within binary images. The software covers a range of fi

    C
    View on GitHub↗5,533
  • lief-project/lieflief-project avatar

    lief-project/LIEF

    5,462View on GitHub↗

    LIEF is a framework for parsing, modifying, and analyzing executable binary formats and system shared caches across multiple platforms. It serves as a cross-platform library for the programmatic manipulation of ELF, PE, and MachO binary files. The project provides tools for altering the internal structure and sections of executable files to change program behavior. It also includes a dedicated parser for recovering individual dynamic libraries from combined system shared caches. The toolset covers binary executable analysis, machine code disassembly, and the extraction of debug metadata and

    C++
    View on GitHub↗5,462
  • seriouscache/uabeSeriousCache avatar

    SeriousCache/UABE

    4,137View on GitHub↗

    UABE is a specialized toolset for extracting, modifying, and converting assets stored within Unity engine bundle files. It functions as an asset bundle extractor and a game modding utility designed to alter 3D meshes, textures, and audio within Unity games. The project includes an asset format converter that transforms internal Unity data into common file formats for external editing. It also features a mod installer generator to create standalone installation packages from modified asset bundle files. The software provides capabilities for game resource extraction and asset conversion, allo

    C++unityunity3d
    View on GitHub↗4,137
See all 12 alternatives to Mcaselector→