Builder/Configuration: Difference between revisions
From Citizens Wiki
< Builder
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<syntaxhighlight lang="yaml"> | <syntaxhighlight lang="yaml"> | ||
#Builder configuration | #Builder configuration | ||
#The directory to look for schematics. | |||
SchematicsFolder: plugins/Builder/schematics/ | |||
#Whether Supply Mode requires unobtainable blocks or their drops. | #Whether Supply Mode requires unobtainable blocks or their drops. | ||
RequireUnobtainableBlocks: false | RequireUnobtainableBlocks: false | ||
#The allowed materials for plot marking, the first one in the list is the default. | #The allowed materials for plot marking, the first one in the list is the default. |
Latest revision as of 04:13, 13 May 2013
The first time you load Builder it will create /Builder/config.yml. This file can be used to adjust server-wide options for Builder. After changing this file call /builder reload to reload it.
New versions of Builder will NOT make a new file if it exists already, so keep an eye on this page in case more options are added or changed.
Code: Builder config.yml |
{{{2}}} |