Guest User

config.yml

a guest
May 3rd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 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. pathfinding:
  17. default-distance-margin: 2
  18. update-path-rate: 20
  19. new-finder-open-doors: false
  20. attack-range: 3.0625
  21. use-new-finder: false
  22. default:
  23. look-close:
  24. enabled: false
  25. range: 5
  26. pathfinding:
  27. range: 25.0
  28. random-talker: true
  29. realistic-looking: false
  30. stationary-ticks: -1
  31. talk-close:
  32. enabled: false
  33. range: 5
  34. text:
  35. '0': Hi, I'm <npc>!
  36. limits:
  37. default-limit: 10
  38. max-permission-checks: 100
  39. max-packet-entries: 15
  40. max-speed: 100
  41. tablist:
  42. disable: true
  43. chunks:
  44. always-keep-loaded: false
  45. skins:
  46. max-retries: -1
  47. retry-delay: 120
  48. rotation-update-degrees: 90.0
  49. use-latest: true
  50. view-distance: 100.0
  51. packets:
  52. update-delay: 30
  53. selection:
  54. quick-select: false
  55. item: '280'
  56. message: <b>You selected <a><npc><b>!
  57. player:
  58. remove-from-list: true
  59. server-ownership: false
  60. text:
  61. max-talk-cooldown: 5
  62. min-talk-cooldown: 10
  63. talk-item: '340'
  64. controllable:
  65. use-boat-controls: true
  66. advanced:
  67. check-minecraft-version: true
  68. general:
  69. debug-mode: false
  70. debug-pathfinding: false
  71. color-scheme:
  72. message-highlight: <e>
  73. message: <a>
  74. translation:
  75. locale: ''
  76. economy:
  77. npc:
  78. cost: 100.0
  79. storage:
  80. save-task:
  81. delay: 72000
  82. file: saves.yml
  83. type: yaml
  84. subplugins:
  85. folder: plugins
Add Comment
Please, Sign In to add comment