X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;h=4a1a92200bfe5f20e6024467d216e02d68b1313e;hp=584da6aa8602421b75dba0f007c7d05cf6e2499e;hb=4ecc276f44a9eb2582334fe98a59cfe482092cfe;hpb=8bf6b7a787510321b75e477079ebf70ac150d853 diff --git a/etc/mudpy.conf b/etc/mudpy.conf index 584da6a..4a1a922 100644 --- a/etc/mudpy.conf +++ b/etc/mudpy.conf @@ -1,11 +1,11 @@ -# Copyright (c) 2004-2009 Jeremy Stanley . Permission +# Copyright (c) 2004-2010 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. [__control__] -default_files = { "account": "account.mpy", "actor": "actor.mpy", "command": "command.mpy", "internal": "internal.mpy", "location": "location.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" } +default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.mpy", "command": "command.mpy", "internal": "internal.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" } include_dirs = "sample" -include_files = "archetype.mpy" +include_files = "archetype.yaml" private_files = "account.mpy" read_only = yes