Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 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: '[<npc>]: <text>'
  13. with-target-to-bystanders: '[<npc>] -> [<target>]: <text>'
  14. to-target: '[<npc>] -> You: <text>'
  15. with-targets-to-bystanders: '[<npc>] -> [<targets>]: <text>'
  16. default:
  17. look-close:
  18. enabled: false
  19. range: 5
  20. pathfinding:
  21. range: 25.0
  22. random-talker: true
  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: '340'
  53. controllable:
  54. use-boat-controls: true
  55. advanced:
  56. check-minecraft-version: true
  57. storage:
  58. database:
  59. driver: ''
  60. password: ''
  61. url: ''
  62. username: ''
  63. save-task:
  64. delay: 72000
  65. file: saves.yml
  66. type: yaml
  67. general:
  68. debug-mode: true
  69. debug-pathfinding: false
  70. color-scheme:
  71. message-highlight: <e>
  72. message: <a>
  73. translation:
  74. locale: ''
  75. economy:
  76. npc:
  77. cost: 100.0
  78. subplugins:
  79. folder: plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement