-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Would the program freak out if there was more then 1 structure for each type of memorystone?
If not I was thinking we could add in a free memory stone structure as an example of having multiple configurations.
Also I don't understand the structure files very well,
structuretypes:
- structure:
- z: 1
material: STONE
y: 0
x: 1
**trimmed**
- z: 1
material: OBSIDIAN
y: 1
x: 1
rotator: NONE
name: Memory Stone
metadata:
distanceLimit: '0'
memorizecost: '200'
teleportcost: '50'
global: 'false'
buildcost: '1000'
type: MEMORYSTONE
permissionRequired: memorystone.create.local
Is it possible to reformat them at all to this: it would make it a Lot more readable but probably break compatibility....
structuretypes:
- structure:
name: Memory Stone
rotator: NONE
metadata:
distanceLimit: '0'
memorizecost: '200'
teleportcost: '50'
global: 'false'
buildcost: '1000'
type: MEMORYSTONE
permissionRequired: memorystone.create.local
- material: STONE
x: 1
y: 0
z: 1
**trimmed**
- material: OBSIDIAN
x: 1
y: 1
z: 1
Metadata
Metadata
Assignees
Labels
No labels