Configuration: Difference between revisions
From Citizens Wiki
Line 34: | Line 34: | ||
min-talk-cooldown: 30 | min-talk-cooldown: 30 | ||
talk-item: '340' | talk-item: '340' | ||
player: | |||
remove-from-list: true | |||
storage: | storage: | ||
database: | database: |
Revision as of 21:19, 19 September 2012
Citizens configuration is handled in the file /plugins/Citizens/config.yml. See below for detailed information on each setting. For more information on text nodes such as <npc>, see the Text Syntax page.
Default Configuration
# Citizens Configuration npc: chat: prefix: '[<npc>]: ' default: look-close: enabled: false range: 5 pathfinding: range: 25.0 random-talker: true realistic-looking: false stationary-ticks: -1 talk-close: enabled: false range: 5 text: '0': Hi, I'm <npc>! limits: default-limit: 10 max-permission-checks: 100 selection: quick-select: false item: '280' message: <b>You selected <a><npc><b>! server-ownership: false text: max-talk-cooldown: 60 min-talk-cooldown: 30 talk-item: '340' player: remove-from-list: true storage: database: driver: '' password: '' url: '' username: '' save-task: delay: 72000 file: saves.yml type: yaml general: debug-mode: false economy: npc: cost: 100.0 subplugins: folder: plugins
old config
Mouse over each field to see what each one is used for.
# Citizens Configuration npc: chat: prefix: '[<npc>]: ' selection: quick-select: false item: 280 message: <b>You selected <a><npc><b>! default: look-close: false random-talker: true talk-close: false talk: max-cooldown: 60 min-cooldown: 30 talk-item: 340 server-ownership: false database: password: username: url: driver: general: debug-mode: false use-database: false subplugins: folder: 'plugins'
{{#if:|}}
Quick Navigation | |
---|---|
Usage | Installation · Frequently Asked Questions · Commands · Editors · Characters · API · |
Configuration | Configuration · Text Syntax · Permissions · Waypoints · Data Storage |