1.x/Configuration: Difference between revisions

From Citizens Wiki

< 1.x

No edit summary
No edit summary
Line 1: Line 1:
This page only describes nodes in the core plugin. For per-type node descriptions, see the type's corresponding page.
Citizens is configured with a few YAML files. Configuration files will generate automatically when you first install Citizens. If a file is missing a setting, it will automatically generate.


[[citizens.yml]] and [[mobs.yml]] will generate automatically when you first install Citizens. If a file is missing a setting, it will automatically generate.
== Configuration files ==


== mobs.yml ==
[[citizens.yml]] control the core components of Citizens.<br>
 
[[mobs.yml]] contain configuration nodes for [[Evil NPCs]].<br>
 
[[npc_profiles.yml]] contain information about toggleable [[Characters]].<br>
=== Default File ===
[[quests.yml]] contain your quest files for [[Questers]].
<pre>
general:
    spawn:
        #delay between each creature NPC random spawn
        delay: 200</pre>

Revision as of 03:52, 29 January 2012

Citizens is configured with a few YAML files. Configuration files will generate automatically when you first install Citizens. If a file is missing a setting, it will automatically generate.

Configuration files

citizens.yml control the core components of Citizens.
mobs.yml contain configuration nodes for Evil NPCs.
npc_profiles.yml contain information about toggleable Characters.
quests.yml contain your quest files for Questers.