Liturkey

Citizens Config

Jun 11th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 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: true
  19. range: 5
  20. pathfinding:
  21. range: 25.0
  22. random-talker: true
  23. realistic-looking: true
  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. max-packet-entries: 15
  35. chunks:
  36. always-keep-loaded: false
  37. skins:
  38. max-retries: -1
  39. retry-delay: 120
  40. use-latest: true
  41. view-distance: 100.0
  42. rotation-update-degrees: 90.0
  43. pathfinding:
  44. new-finder-open-doors: false
  45. attack-range: 3.0625
  46. use-new-finder: false
  47. default-distance-margin: 2
  48. update-path-rate: 20
  49. packets:
  50. update-delay: 30
  51. selection:
  52. quick-select: false
  53. item: '280'
  54. message: <b>You selected <a><npc><b>!
  55. player:
  56. remove-from-list: true
  57. server-ownership: false
  58. text:
  59. max-talk-cooldown: 5
  60. min-talk-cooldown: 10
  61. talk-item: '340'
  62. controllable:
  63. use-boat-controls: true
  64. tablist:
  65. disable: true
  66. player-scoreboard-teams:
  67. enable: true
  68. teleport-delay: -1
  69. advanced:
  70. check-minecraft-version: true
  71. storage:
  72. database:
  73. driver: ''
  74. password: ''
  75. url: ''
  76. username: ''
  77. save-task:
  78. delay: 72000
  79. file: saves.yml
  80. type: yaml
  81. general:
  82. debug-mode: true
  83. debug-pathfinding: false
  84. color-scheme:
  85. message-highlight: <e>
  86. message: <7>
  87. translation:
  88. locale: cz
  89. economy:
  90. npc:
  91. cost: 100.0
  92. subplugins:
  93. folder: plugins
Add Comment
Please, Sign In to add comment