Starter Structure

Quick rating

Community listing page, reviews here may not be monitored by the author.

Starter Structure

By SerilumOwner

No reviews yet

๐Ÿ›๏ธ Allows the creation of buildings on initial world generation at spawn via schematic files.

No Theme
No Genre
Misc Structures
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
[Fabric/Forge/Neo] 26.2.0-4.7 | Starter Structure

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube


About the mod

Starter Structure adds the possibility to generate a specific structure when a world is first being generated. It looks in the config folder for schematic files, picks one, and places it at the spawn point.

Both structure block schematics (SBS, .nbt file) and WorldEdit schematics (WES, .schem/.schematic file) are supported. SBS contain entity data, which can be used to spawn saved entities directly. WES do not save entities, but signs can be placed in the schematic to decide where entities should spawn. For both, custom NBT data is supported. WorldEdit does not have to be installed for the mod to work! It would only be used to generate the schematic file, after which you can remove it. Schematics can also be created in another instance, and the file copied to a modpack.

There are also various config options available to specify where the player should spawn (and where the structure should generate) and how the structure should be placed.



Dependencies

Requires Collective
Included in Serilum's Customization Bundle
Environment: Server




Configurable

Configuration guide

ย ย ย All available config options:

shouldGenerateStructureย ย default true
Whether a schematic that's located in './config/starterstructure/schematics/...' should be generated.

forceExactSpawnย ย default true
Usually player spawn points are in a randomized area. With this enabled, players will always spawn at the set coordinates (at the nearest air pocket).

ignoreTreesDuringStructurePlacementย ย default true
Prevents structures from being placed on top of trees. Any leaf and log blocks will be ignored during placement.

generationIgnoreJigsawAndStructureBlocksย ย default true
Some schematic files might contain jigsaw or structure blocks. These are by default ignored during structure generation.

protectStructureBlocksย ย default true
Whether the blocks from the generated structure should be protected from breaking/griefing.

protectSpawnedEntitiesย ย default true
Whether entities spawned inside the generated structure should be protected from damage.

playersInCreativeModeIgnoreProtectionย ย default true
If enabled, players that are in creative mode will be able to break and place the structure blocks.

playersInCreativeModeIgnoreEntityProtectionย ย default false
If enabled, players that are in creative mode will be able to damage protected entities which spawned in structures.

preventSpawnedEntityMovementย ย default false
If spawned entities inside the generated structure should not be allowed to move away from the block they spawned on. Disabled by default.

spawnNonSignEntitiesFromSupportedSchematicsย ย default true
If entities from (structure block) schematic files should be spawned when found. These are entities not created with signs.

shouldUseStructurePositionย ย default false
If the generatedStructurePosition config options should be used.

generatedStructureXPositionย ย default 0, min -10000000, max 10000000
The exact x position for the generated structure. Used when shouldUseStructurePosition is enabled.

generatedStructureYPositionย ย default 0, min -1000, max 1000
The exact y position for the generated structure. Used when shouldUseStructurePosition is enabled.

generatedStructureZPositionย ย default 0, min -10000000, max 10000000
The exact z position for the generated structure. Used when shouldUseStructurePosition is enabled.

shouldUseStructureOffsetย ย default false
If the generatedStructureOffset config options should be used.

generatedStructureXOffsetย ย default 0, min -1000, max 1000
The x offset for the generated structure. Used when shouldUseStructureOffset is enabled.

generatedStructureYOffsetย ย default 0, min -1000, max 1000
The y offset for the generated structure. Can for example be set to -1 if you notice a building always spawns one block too high. Used when shouldUseStructureOffset is enabled.

generatedStructureZOffsetย ย default 0, min -1000, max 1000
The z offset for the generated structure. Used when shouldUseStructureOffset is enabled.

shouldUseSpawnCoordinatesย ย default false
If the spawnCoordinate config options should be used.

spawnXCoordinateย ย default 0, min -10000000, max 10000000
The new X coordinate of the spawn when shouldUseSpawnCoordinates is enabled.

spawnYCoordinateย ย default 0, min -1000, max 1000
The new Y coordinate of the spawn when shouldUseSpawnCoordinates is enabled.

spawnZCoordinateย ย default 0, min -10000000, max 10000000
The new Z coordinate of the spawn when shouldUseSpawnCoordinates is enabled.

shouldUseSpawnCoordOffsetsย ย default false
If the spawnCoordOffset config options should be used.

spawnXCoordOffsetย ย default 0, min -1000, max 1000
The X coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled.

spawnYCoordOffsetย ย default 0, min -1000, max 1000
The Y coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled.

spawnZCoordOffsetย ย default 0, min -1000, max 1000
The Z coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled.

ย 

Config Folders:
Schematics can be placed inside ./config/starterstructure/schematics.
Schematics can be the types .nbt, .schem and .schematic.
Can contain multiple, the mod picks one at random.


Custom sign data is inside ./config/starterstructure/signdata
Allows the creation of entities via NBT data. You basically put the /summon command inside a .txt file in the signdata folder.
Place a sign within the schematic with a reference to that file, and it creates an entity on structure generation.
See below for more information.

Schematics:

Schematics can be created via structure blocks (.nbt files) or via WorldEdit (.schem / .schematic files). You can choose the method you prefer! I recommend using WorldEdit, as it also allows you to specify where a player should spawn. You only need WorldEdit to create the schematic. After that you can remove it, as Starter Structure does not need WorldEdit to generate the spawn structure on world creation.




Description

How-to generate a WorldEdit schematic:


Use the //wand command to receive the tool to set the corners of the schematic.



Left-Click the first block where you want the bottom corner to be.



Right-Click the second block of the opposite corner, make sure to break the temporary blocks after.
You can also use //pos2 command.



Stand where you want to spawn when the structure generates, and enter the //copy command.



Now do //schematic save <schematic-name> to generate the schematic file.



The file will be saved in ./config/worldedit/schematics



Copy it over to Starter Structure's config folder ./config/starterstructure/schematics



Starter Structure will now generate the copied structure whenever a new world is generated!
If multiple schematics are inside ./config/starterstructure/schematics, one will be chosen at random.


Signs:
Inside the generated structure, entities can easily be spawned with signs:

A simple entity:

--------------------------
[Entity]
modid:entityid
--------------------------




New lines are ignored. These 3 signs are all the same, and will spawn a villager in its place on structure generation.

Custom NBT data sign:
If you'd like to spawn an entity that's less simple, for example with a custom name or custom items, you can make a reference to a file containing that data.
Start with the [NBT] line. Then specify the file name below that. This can be anything.

--------------------------
[NBT]
nbtfilename
--------------------------



This will look for entity data inside ./config/starterstructure/signdata/igloo_entity.txt



This file contains the following NBT data:



And will spawn a named zombie entity with items and a status effect when the structure generates:



The entity NBT data is basically just a /summon command. There are various websites available to help you generate it.
You can for example use the website MCStacker to generate an entity, via their /summon page.



You can put the entire generated /summon command inside the ./config/starterstructure/signdata/file.txt:



Starter Structure will remove the /summon part and generate the correct NBT data with ID.
Converting it to:




Notes and links

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.

Serilum.com contains an overview and more information on all mods available.

Comments are disabled as I'm unable to keep track of them across so many separate mod pages.
For issues, ideas, suggestions or anything else there is theย Github repo. Thanks!


A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube

About the mod

Starter Structure adds the possibility to generate a specific structure when a world is first being generated. It looks in the config folder for schematic files, picks one, and places it at the spawn point.

Both structure block schematics (SBS, .nbt file) and WorldEdit schematics (WES, .schem/.schematic file) are supported. SBS contain entity data, which can be used to spawn saved entities directly. WES do not save entities, but signs can be placed in the schematic to decide where entities should spawn. For both, custom NBT data is supported. WorldEdit does not have to be installed for the mod to work! It would only be used to generate the schematic file, after which you can remove it. Schematics can also be created in another instance, and the file copied to a modpack.

There are also various config options available to specify where the player should spawn (and where the structure should generate) and how the structure should be placed.



Dependencies

Requires Collective
Included in Serilum's Customization Bundle
Environment: Server




Configurable

Configuration guide

ย ย ย All available config options:

Show Spoiler

shouldGenerateStructureย ย default true
Whether a schematic that's located in './config/starterstructure/schematics/...' should be generated.

forceExactSpawnย ย default true
Usually player spawn points are in a randomized area. With this enabled, players will always spawn at the set coordinates (at the nearest air pocket).

ignoreTreesDuringStructurePlacementย ย default true
Prevents structures from being placed on top of trees. Any leaf and log blocks will be ignored during placement.

generationIgnoreJigsawAndStructureBlocksย ย default true
Some schematic files might contain jigsaw or structure blocks. These are by default ignored during structure generation.

protectStructureBlocksย ย default true
Whether the blocks from the generated structure should be protected from breaking/griefing.

protectSpawnedEntitiesย ย default true
Whether entities spawned inside the generated structure should be protected from damage.

playersInCreativeModeIgnoreProtectionย ย default true
If enabled, players that are in creative mode will be able to break and place the structure blocks.

playersInCreativeModeIgnoreEntityProtectionย ย default false
If enabled, players that are in creative mode will be able to damage protected entities which spawned in structures.

preventSpawnedEntityMovementย ย default false
If spawned entities inside the generated structure should not be allowed to move away from the block they spawned on. Disabled by default.

spawnNonSignEntitiesFromSupportedSchematicsย ย default true
If entities from (structure block) schematic files should be spawned when found. These are entities not created with signs.

shouldUseStructurePositionย ย default false
If the generatedStructurePosition config options should be used.

generatedStructureXPositionย ย default 0, min -10000000, max 10000000
The exact x position for the generated structure. Used when shouldUseStructurePosition is enabled.

generatedStructureYPositionย ย default 0, min -1000, max 1000
The exact y position for the generated structure. Used when shouldUseStructurePosition is enabled.

generatedStructureZPositionย ย default 0, min -10000000, max 10000000
The exact z position for the generated structure. Used when shouldUseStructurePosition is enabled.

shouldUseStructureOffsetย ย default false
If the generatedStructureOffset config options should be used.

generatedStructureXOffsetย ย default 0, min -1000, max 1000
The x offset for the generated structure. Used when shouldUseStructureOffset is enabled.

generatedStructureYOffsetย ย default 0, min -1000, max 1000
The y offset for the generated structure. Can for example be set to -1 if you notice a building always spawns one block too high. Used when shouldUseStructureOffset is enabled.

generatedStructureZOffsetย ย default 0, min -1000, max 1000
The z offset for the generated structure. Used when shouldUseStructureOffset is enabled.

shouldUseSpawnCoordinatesย ย default false
If the spawnCoordinate config options should be used.

spawnXCoordinateย ย default 0, min -10000000, max 10000000
The new X coordinate of the spawn when shouldUseSpawnCoordinates is enabled.

spawnYCoordinateย ย default 0, min -1000, max 1000
The new Y coordinate of the spawn when shouldUseSpawnCoordinates is enabled.

spawnZCoordinateย ย default 0, min -10000000, max 10000000
The new Z coordinate of the spawn when shouldUseSpawnCoordinates is enabled.

shouldUseSpawnCoordOffsetsย ย default false
If the spawnCoordOffset config options should be used.

spawnXCoordOffsetย ย default 0, min -1000, max 1000
The X coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled.

spawnYCoordOffsetย ย default 0, min -1000, max 1000
The Y coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled.

spawnZCoordOffsetย ย default 0, min -1000, max 1000
The Z coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled.

ย 

Config Folders:
Schematics can be placed inside ./config/starterstructure/schematics.
Schematics can be the types .nbt, .schem and .schematic.
Can contain multiple, the mod picks one at random.


Custom sign data is inside ./config/starterstructure/signdata
Allows the creation of entities via NBT data. You basically put the /summon command inside a .txt file in the signdata folder.
Place a sign within the schematic with a reference to that file, and it creates an entity on structure generation.
See below for more information.

Schematics:

Schematics can be created via structure blocks (.nbt files) or via WorldEdit (.schem / .schematic files). You can choose the method you prefer! I recommend using WorldEdit, as it also allows you to specify where a player should spawn. You only need WorldEdit to create the schematic. After that you can remove it, as Starter Structure does not need WorldEdit to generate the spawn structure on world creation.




Description

How-to generate a WorldEdit schematic:

Show Spoiler


Use the //wand command to receive the tool to set the corners of the schematic.



Left-Click the first block where you want the bottom corner to be.



Right-Click the second block of the opposite corner, make sure to break the temporary blocks after.
You can also use //pos2 command.



Stand where you want to spawn when the structure generates, and enter the //copy command.



Now do //schematic save <schematic-name> to generate the schematic file.



The file will be saved in ./config/worldedit/schematics



Copy it over to Starter Structure's config folder ./config/starterstructure/schematics



Starter Structure will now generate the copied structure whenever a new world is generated!
If multiple schematics are inside ./config/starterstructure/schematics, one will be chosen at random.

ย 


Signs:
Inside the generated structure, entities can easily be spawned with signs:

Show Spoiler

A simple entity:

--------------------------
[Entity]
modid:entityid
--------------------------




New lines are ignored. These 3 signs are all the same, and will spawn a villager in its place on structure generation.

Custom NBT data sign:
If you'd like to spawn an entity that's less simple, for example with a custom name or custom items, you can make a reference to a file containing that data.
Start with the [NBT] line. Then specify the file name below that. This can be anything.

--------------------------
[NBT]
nbtfilename
--------------------------



This will look for entity data inside ./config/starterstructure/signdata/igloo_entity.txt



This file contains the following NBT data:



And will spawn a named zombie entity with items and a status effect when the structure generates:



The entity NBT data is basically just a /summon command. There are various websites available to help you generate it.
You can for example use the website MCStacker to generate an entity, via their /summon page.



You can put the entire generated /summon command inside the ./config/starterstructure/signdata/file.txt:



Starter Structure will remove the /summon part and generate the correct NBT data with ID.
Converting it to:




Notes and links

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.

Serilum.com contains an overview and more information on all mods available.

For issues, ideas, suggestions or anything else there is theย Github repo. Thanks!


Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
1
In stacks

By the numbers

Statistics

2.3m
Total Downloads
CurseForge
2.2m
Modrinth
~160,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works