Advertisement
Guest User

Untitled

a guest
Jun 16th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.76 KB | None | 0 0
  1. # Citizens Configuration
  2.  
  3. npc:
  4.   chat:
  5.     options:
  6.       bystanders-hear-targeted-chat: true
  7.       max-number-of-targets-to-show: 2
  8.       multiple-targets-format: <target>|, <target>| & <target>| & others
  9.       range: 5
  10.       max-text-range: 500
  11.     format:
  12.       no-targets: '&f&l[&a<npc>&f&l]:&f <text>'
  13.       with-target-to-bystanders: '&f&l[&a<npc>&f&l]:&f <text>'
  14.       to-target: '&f&l[&a<npc>&f&l]:&f <text>'
  15.       with-targets-to-bystanders: '&f&l[&a<npc>&f&l]:&f <text>'
  16.   default:
  17.     look-close:
  18.       enabled: true
  19.       range: 5
  20.     pathfinding:
  21.       range: 25.0
  22.     random-talker: false
  23.     realistic-looking: false
  24.     stationary-ticks: -1
  25.     talk-close:
  26.       enabled: false
  27.       range: 5
  28.     text:
  29.       '0': Hi, I'm <npc>!
  30.   limits:
  31.     default-limit: 10
  32.     max-permission-checks: 100
  33.     max-speed: 100
  34.   chunks:
  35.     always-keep-loaded: false
  36.   pathfinding:
  37.     new-finder-open-doors: false
  38.     attack-range: 3.0625
  39.     use-new-finder: false
  40.   packets:
  41.     update-delay: 30
  42.   selection:
  43.     quick-select: false
  44.     item: '280'
  45.     message: <b>You selected <a><npc><b>!
  46.   player:
  47.     remove-from-list: true
  48.   server-ownership: false
  49.   text:
  50.     max-talk-cooldown: 5
  51.     min-talk-cooldown: 10
  52.     talk-item: '7'
  53.   controllable:
  54.     use-boat-controls: true
  55.   skins:
  56.     max-retries: -1
  57.     retry-delay: 1
  58. advanced:
  59.   check-minecraft-version: true
  60. storage:
  61.   database:
  62.     driver: ''
  63.     password: ''
  64.     url: ''
  65.     username: ''
  66.   save-task:
  67.     delay: 72000
  68.   file: saves.yml
  69.   type: yaml
  70. general:
  71.   debug-mode: true
  72.   debug-pathfinding: false
  73.   color-scheme:
  74.     message-highlight: <e>
  75.     message: <a>
  76.   translation:
  77.     locale: ''
  78. economy:
  79.   npc:
  80.     cost: 100.0
  81. subplugins:
  82.   folder: plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement