Advertisement
Guest User

Untitled

a guest
Sep 6th, 2019
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. # Citizens Configuration
  2.  
  3. general:
  4. authlib:
  5. profile-url: https://sessionserver.mojang.com/session/minecraft/profile/
  6. debug-file: ''
  7. debug-mode: false
  8. debug-pathfinding: false
  9. color-scheme:
  10. message-highlight: <e>
  11. message: <a>
  12. translation:
  13. locale: ''
  14. npc:
  15. chat:
  16. options:
  17. bystanders-hear-targeted-chat: true
  18. max-number-of-targets-to-show: 2
  19. multiple-targets-format: <target>|, <target>| & <target>| & others
  20. range: 3
  21. max-text-range: 300
  22. format:
  23. no-targets: '[<npc>]: <text>'
  24. with-target-to-bystanders: '[<npc>] -> [<target>]: <text>'
  25. to-target: '[<npc>] -> You: <text>'
  26. with-targets-to-bystanders: '[<npc>] -> [<targets>]: <text>'
  27. pathfinding:
  28. default-distance-margin: 2
  29. default-path-distance-margin: 1
  30. update-path-rate: 20
  31. maximum-new-pathfinder-iterations: 50000
  32. new-finder-open-doors: false
  33. attack-range: 3.0625
  34. use-new-finder: false
  35. default:
  36. look-close:
  37. enabled: true
  38. range: 5
  39. random-look-enabled: true
  40. random-look-delay: 60
  41. pathfinding:
  42. range: 25.0
  43. random-talker: true
  44. realistic-looking: false
  45. stationary-ticks: -1
  46. talk-close:
  47. enabled: true
  48. range: 3
  49. text:
  50. '0': Hallo, ich bin <npc>!
  51. limits:
  52. default-limit: 10
  53. max-permission-checks: 100
  54. max-packet-entries: 15
  55. max-speed: 100
  56. tablist:
  57. disable: true
  58. chunks:
  59. always-keep-loaded: false
  60. skins:
  61. max-retries: -1
  62. retry-delay: 120
  63. rotation-update-degrees: 90.0
  64. use-latest-by-default: false
  65. view-distance: 100.0
  66. packets:
  67. update-delay: 30
  68. selection:
  69. quick-select: false
  70. item: stick
  71. message: <b>Du wählst <a><npc><b>!
  72. player:
  73. remove-from-list: true
  74. server-ownership: true
  75. text:
  76. max-talk-cooldown: 5
  77. min-talk-cooldown: 10
  78. talk-item: book
  79. teleport-delay: -1
  80. controllable:
  81. use-boat-controls: true
  82. player-scoreboard-teams:
  83. enable: true
  84. advanced:
  85. check-minecraft-version: true
  86. economy:
  87. npc:
  88. cost: 0.0
  89. storage:
  90. save-task:
  91. delay: 72000
  92. file: saves.yml
  93. type: yaml
  94. subplugins:
  95. folder: plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement