Builder/Configuration: Difference between revisions

From Citizens Wiki
(Created page with "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 r...")
 
No edit summary
Line 6: Line 6:
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
#Builder configuration
#Builder configuration
#Whether Supply Mode requires unobtainable blocks or their drops.
RequireUnobtainableBlocks: false


#The directory to look for schematics.  
#The directory to look for schematics.  

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}}}