https://github.com/lordbombardir/llstructureloader
A mod that can help load MCBE structures
https://github.com/lordbombardir/llstructureloader
bedrock-dedicated-server bedrock-dedicated-server-modding bedrock-dedicated-server-plugins cpp levilamina levilamina-mod mcbe mcstructure minecraft-bedrock minecraft-bedrock-edition
Last synced: 9 months ago
JSON representation
A mod that can help load MCBE structures
- Host: GitHub
- URL: https://github.com/lordbombardir/llstructureloader
- Owner: LordBombardir
- License: cc0-1.0
- Created: 2025-05-12T18:39:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-05T15:41:24.000Z (10 months ago)
- Last Synced: 2025-06-05T16:33:41.341Z (10 months ago)
- Topics: bedrock-dedicated-server, bedrock-dedicated-server-modding, bedrock-dedicated-server-plugins, cpp, levilamina, levilamina-mod, mcbe, mcstructure, minecraft-bedrock, minecraft-bedrock-edition
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# StructureLoader
## Attention
The author of this mod is **not responsible** for issues caused by loading incorrect structures, including possible damage to the server map.
## Overview
**StructureLoader** is a mod for loading vanilla Minecraft: Bedrock Edition (`.mcstructure`) files into your server. It supports the following commands:
- `load-structure` — load structures into server memory.
- `remove-structure` — remove structures from server memory.
## Installation & Usage
1. Download and install the latest release from the [GitHub Releases page](https://github.com/LordBombardir/LLStructureLoader/releases) or install using `lip`.
2. Start your server. Once the mod is enabled, a `structures` folder will appear.
3. Place your `.mcstructure` files into the `structures` folder.
4. Use the `load-structure` command to load structures without restarting the server.
- Once loaded, structure files will be renamed with a `.bak` extension.
5. Use the `remove-structure` command if needed.
- Note: This may list structures even if the corresponding file has been removed.
## Configuration
Basic configuration format (`config.json`):
```json
{
"version": 1,
"defaultLocaleCode": "en_US",
"logToConsoleIfStructureIsAlreadyLoaded": true,
"backupRemovedStructure": true
}
```