Denizen config.yml: Difference between revisions

From Citizens Wiki

No edit summary
No edit summary
Line 1: Line 1:
<pre>
{{codebox|height=300px|Default Denizen config.yml|<syntaxhighlight lang="java5">
# OPs can sneak and right click a NPC to see information about the NPC. If disabled,
# the command '/denizen info' can still be used to obtain the information.
right_click_and_sneak_info_mode_enabled: true
 
# Interact delay sets the pace of the 'Player Queue' and 'Denizen Queue'  
# Interact delay sets the pace of the 'Player Queue' and 'Denizen Queue'  
# execution, which is where commands triggered by scripts are stored.
# execution, which is where commands triggered by scripts are stored.
Line 64: Line 68:
# defaults set below.
# defaults set below.
default_no_requirements_met_text: Sorry, I have nothing else for you right now.
default_no_requirements_met_text: Sorry, I have nothing else for you right now.
</pre>
</syntaxhighlight>
}}

Revision as of 18:08, 8 August 2012

Code: Default Denizen config.yml
{{{2}}}