Custom Structure
Create Custom Structure
Create a small structure (Max 16x16x16)
Place a bedrock as the position of the waystone later
Do
/ws wand
Select the lowest position of your structure using left click
Select the highest position of your structure using right click
Do
/ws save structure <structure name>
Check if your structure is successfully loaded using the command
/ws listStructure
To check if your structure is properly saved, you can do
/ws testStructure <structure name>
and it will place the structure on your position relative to the lowest structure position.Go see your structures.yml and add a structure manually
Structures.yml
Enable Structure Generation
This option controls whether the structure generation feature is enabled on your server. (Default to false). To enable this, set it to true
Structures
A list of map of Structure Configuration
Structure Name
The structure file name
Waystone Type
The structure waystone type
Waystone Environment
The structure waystone environment
Waystone Model
The structure waystone model
Auto Rename
The list of names that will be picked randomly and used as the generated waystone name
Condition > Only New Chunks
Only spawn in the new generated chunks (Useful if you don't want waystone to spawn randomly in your existing world), you can set this to true
if you have a new world.
Condition > Not At Spawn Protection
Setting this to true will prevent the plugin to spawn a generated waystone in the spawn protected area (configurable in server.properties).
Condition > Worlds
List of world that will have the waystone spawned naturally.
Condition > Spawn Chance Percentage
The spawn chance percentage.
Condition > X Chunk Distance
The X Chunk gap between structures
Condition > Z Chunk Distance
The Z Chunk gap between structures
Condition > X Offset Range
The X offset. The Offset will be randomly picked between the minimum and the maximum offset range.
Condition > Z Offset Range
The Z Offset. The Offset will be randomly picked between the minimum and the maximum offset range.
Condition > Spawn From Above
Set this to true to spawn the waystone on the surface. Set it to false if you want to spawn the waystone below the surface (underground, caves, mineshafts, etc).
Condition > Ignore Trees
Will override and maybe place the waystone overlapping the tree's leaves if set to
Last updated