You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very much enjoying the plugin and so are my players. Thank you so much for the hard work and hours you've put into making this plugin viable for production servers.
I'd like to suggest a new feature for your consideration. Adding a new schem.yml config option called Attachments:- with a corresponding Special Block. For purposes of demonstration, the Special Block material will be a JIGSAW. Here is an example of the schem.yml config, the explanation and functionality are below it:
isEnabled: trueweight: 1.0pedestalMaterial: optionalgeneratorConfigFilename: generator.ymlAttachments:
isEnabled: true/falsenumberToAttach: 1-10# range of attachments, number is randomly selected by plugin when generating structure.attachmentSchems:
attachment_custom_name:
isEnabled: true/falsefileName: 'attachment_one.schem'canHaveChildren: true/false # defaults to False if unspecified.numberOfChildren: 0-10# range of children, number is randomly selected by plugin when generating structure. Dependant on 'canHaveChildren: true'childrenSchems:
child_custom_name:
isEnabled: true/falsefileName: 'child_of_attachment_one.schem'child_two_custom_name:
isEnabled: true/falsefileName: 'child_of_attachment_one.schem'attachment__two_custom_name:
isEnabled: true/falsefileName: 'attachment_two.schem'
This feature's functionality would be the same as how Datapacks use Structure and Jigsaw blocks to put together structures (e.g. Strongholds, Mineshafts, etc).
Users would place a JIGSAW on the edge of their schematics with the "arrow" of the Jigsaw block pointing in the direction of the attachment:
This is how it would look when the schem has an attachment:
The way the "arrow" on the JIGSAW is facing would tell the plugin where to generate the attachments and their children (up, down, right, left, north, south, etc).
Attachments could also have "Children" (attachment of the Attachment) that operate in the same way as the Attachment to Main.shem.
Pardon my ignorance if there is already a way to achieve this in your plugin as I have only been utilizing BetterStructures for the better part of 2 weeks.
I'd love to have this feature and would be willing to send you some lunch money to get it added 😉
Sincerely,
Tikkle
The text was updated successfully, but these errors were encountered:
Something like this is being considered, but it represents a very considerable change to the codebase as it would be a major addition. All I can say at this stage is that it is not a priority, and it would take about a month to adequately bring to life.
Unless some major sponsor decides to finance this as commission work, it will remain in the backlogs as something I may add some day.
Hey MagmaGuy,
I'm very much enjoying the plugin and so are my players. Thank you so much for the hard work and hours you've put into making this plugin viable for production servers.
I'd like to suggest a new feature for your consideration. Adding a new
schem.yml
config option calledAttachments:
- with a corresponding Special Block. For purposes of demonstration, the Special Block material will be aJIGSAW
. Here is an example of theschem.yml
config, the explanation and functionality are below it:This feature's functionality would be the same as how Datapacks use Structure and Jigsaw blocks to put together structures (e.g. Strongholds, Mineshafts, etc).
Users would place a
JIGSAW
on the edge of their schematics with the "arrow" of the Jigsaw block pointing in the direction of the attachment:This is how it would look when the schem has an attachment:
The way the "arrow" on the
JIGSAW
is facing would tell the plugin where to generate the attachments and their children (up, down, right, left, north, south, etc).Attachments could also have "Children" (attachment of the Attachment) that operate in the same way as the Attachment to Main.shem.
Pardon my ignorance if there is already a way to achieve this in your plugin as I have only been utilizing BetterStructures for the better part of 2 weeks.
I'd love to have this feature and would be willing to send you some lunch money to get it added 😉
Sincerely,
Tikkle
The text was updated successfully, but these errors were encountered: