Advertisement
Ellaira

Citizens

Nov 22nd, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1.  
  2. npc:
  3. pathfinding:
  4. new-finder:
  5. iterations-per-tick: 25000
  6. check-bounding-boxes: false
  7. open-doors: false
  8. default-distance-margin: 2
  9. default-path-distance-margin: 1
  10. update-path-rate: 20
  11. disable-mc-fallback-navigation: true
  12. maximum-new-pathfinder-iterations: 50000
  13. new-finder-open-doors: false
  14. attack-range: 3.0625
  15. use-new-finder: false
  16. minecraft:
  17. max-fall-distance: 3
  18. chat:
  19. options:
  20. bystanders-hear-targeted-chat: true
  21. max-number-of-targets-to-show: 2
  22. multiple-targets-format: <target>|, <target>| & <target>| & others
  23. range: 5
  24. max-text-range: 500
  25. format:
  26. no-targets: '&6NPC &f &6<npc> &f» &6<text>'
  27. with-target-to-bystanders: '&6NPC &f》 &6[<npc>&6] &f➝ &6<target> &f» &6<text>'
  28. to-target: '&6NPC &f》 &6<npc> &f➝ &6You &f» &6<text>'
  29. with-targets-to-bystanders: '&6NPC &f》 &6<npc> &f➝ &6<targets> &f» &6<text>'
  30. controllable:
  31. ground-direction-modifier: 1.0
  32. max-ground-speed: 0.5
  33. use-boat-controls: true
  34. default:
  35. waypoints:
  36. cache-paths: false
  37. look-close:
  38. enabled: false
  39. range: 5
  40. random-look-enabled: false
  41. random-look-delay: 60
  42. disable-while-navigating: true
  43. pathfinding:
  44. range: 25.0
  45. random-talker: true
  46. realistic-looking: false
  47. stationary-ticks: -1
  48. talk-close:
  49. enabled: false
  50. range: 5
  51. text:
  52. '0': Hi, I'm <npc>!
  53. limits:
  54. default-limit: 10
  55. max-permission-checks: 100
  56. max-packet-entries: 15
  57. max-speed: 100
  58. tablist:
  59. disable: true
  60. remove-packet-delay: 1
  61. chunks:
  62. always-keep-loaded: false
  63. skins:
  64. max-retries: -1
  65. retry-delay: 120
  66. rotation-update-degrees: 90.0
  67. use-latest-by-default: false
  68. view-distance: 100.0
  69. packets:
  70. update-delay: 30
  71. selection:
  72. quick-select: false
  73. item: stick
  74. message: <b>You selected <a><npc><b>!
  75. player:
  76. remove-from-list: true
  77. server-ownership: false
  78. text:
  79. max-talk-cooldown: 5
  80. min-talk-cooldown: 10
  81. talk-item: '*'
  82. teleport-delay: -1
  83. player-scoreboard-teams:
  84. enable: true
  85. always-use-name-holograms: false
  86. hologram:
  87. default-line-height: 0.4
  88. commands:
  89. error-messages:
  90. maximum-times-used: You have reached the maximum number of uses ({0}).
  91. no-permission: You don't have permission to do that.
  92. not-enough-money: You need at least ${0}.
  93. on-cooldown: Please wait {0} more seconds.
  94. general:
  95. authlib:
  96. profile-url: https://sessionserver.mojang.com/session/minecraft/profile/
  97. debug-file: ''
  98. debug-mode: false
  99. debug-pathfinding: false
  100. color-scheme:
  101. message-error: <c>
  102. message-highlight: <e>
  103. message: <a>
  104. translation:
  105. locale: ''
  106. advanced:
  107. check-minecraft-version: true
  108. economy:
  109. npc:
  110. cost: 100.0
  111. storage:
  112. save-task:
  113. delay: 72000
  114. file: saves.yml
  115. type: yaml
  116. subplugins:
  117. folder: plugins
  118.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement