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
structures
folder will appear. - Place your
.mcstructure
files into thestructures
folder. - Use the
load-structure
command to load structures without restarting the server.- Once loaded, structure files will be renamed with a
.bak
extension.
- Once loaded, structure files will be renamed with a
- Use the
remove-structure
command 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
}