The author of this mod is not responsible for issues caused by loading incorrect structures, including possible damage to the server map.
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.
- Download and install the latest release from the GitHub Releases page or install using
lip. - Start your server. Once the mod is enabled, a
structuresfolder will appear. - Place your
.mcstructurefiles into thestructuresfolder. - Use the
load-structurecommand to load structures without restarting the server.- Once loaded, structure files will be renamed with a
.bakextension.
- Once loaded, structure files will be renamed with a
- Use the
remove-structurecommand if needed.- Note: This may list structures even if the corresponding file has been removed.
Basic configuration format (config.json):
{
"version": 1,
"defaultLocaleCode": "en_US",
"logToConsoleIfStructureIsAlreadyLoaded": true,
"backupRemovedStructure": true
}