Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 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. message-error: <c>
  13. translation:
  14. locale: ''
  15. npc:
  16. chat:
  17. options:
  18. bystanders-hear-targeted-chat: true
  19. max-number-of-targets-to-show: 5
  20. multiple-targets-format: <target>|, <target>| & <target>| & others
  21. range: 5
  22. max-text-range: 500
  23. format:
  24. no-targets: '[<npc>]: <text>'
  25. with-target-to-bystanders: '[<npc>]: <text>'
  26. to-target: '[<npc>]: <text>'
  27. with-targets-to-bystanders: '[<npc>]: <text>'
  28. pathfinding:
  29. default-distance-margin: 2
  30. update-path-rate: 20
  31. new-finder-open-doors: false
  32. attack-range: 3.0625
  33. use-new-finder: false
  34. default-path-distance-margin: 1
  35. maximum-new-pathfinder-iterations: 50000
  36. disable-mc-fallback-navigation: true
  37. default:
  38. look-close:
  39. enabled: false
  40. range: 5
  41. random-look-enabled: false
  42. random-look-delay: 60
  43. disable-while-navigating: true
  44. pathfinding:
  45. range: 25.0
  46. random-talker: true
  47. realistic-looking: false
  48. stationary-ticks: -1
  49. talk-close:
  50. enabled: false
  51. range: 5
  52. text:
  53. '0': Hi, I'm <npc>!
  54. limits:
  55. default-limit: 10
  56. max-permission-checks: 100
  57. max-packet-entries: 15
  58. max-speed: 100
  59. tablist:
  60. disable: true
  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: true
  68. view-distance: 100.0
  69. use-latest-by-default: false
  70. packets:
  71. update-delay: 30
  72. selection:
  73. quick-select: false
  74. item: '280'
  75. message: <b>You selected <a><npc><b>!
  76. player:
  77. remove-from-list: true
  78. server-ownership: false
  79. text:
  80. max-talk-cooldown: 5
  81. min-talk-cooldown: 10
  82. talk-item: '340'
  83. teleport-delay: -1
  84. controllable:
  85. use-boat-controls: true
  86. max-ground-speed: 0.5
  87. player-scoreboard-teams:
  88. enable: true
  89. advanced:
  90. check-minecraft-version: true
  91. economy:
  92. npc:
  93. cost: 100.0
  94. storage:
  95. save-task:
  96. delay: 72000
  97. file: saves.yml
  98. type: yaml
  99. subplugins:
  100. folder: plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement