Advertisement
Guest User

Config

a guest
Feb 27th, 2020
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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-error: <c>
  11. message-highlight: <e>
  12. message: <a>
  13. translation:
  14. locale: ''
  15. npc:
  16. chat:
  17. options:
  18. bystanders-hear-targeted-chat: true
  19. max-number-of-targets-to-show: 2
  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>] -> [<target>]: <text>'
  26. to-target: '[<npc>] -> You: <text>'
  27. with-targets-to-bystanders: '[<npc>] -> [<targets>]: <text>'
  28. pathfinding:
  29. default-distance-margin: 2
  30. default-path-distance-margin: 1
  31. update-path-rate: 20
  32. maximum-new-pathfinder-iterations: 50000
  33. new-finder-open-doors: false
  34. attack-range: 3.0625
  35. use-new-finder: false
  36. default:
  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. chunks:
  61. always-keep-loaded: false
  62. controllable:
  63. max-ground-speed: 0.5
  64. use-boat-controls: true
  65. skins:
  66. max-retries: -1
  67. retry-delay: 120
  68. rotation-update-degrees: 90.0
  69. use-latest-by-default: false
  70. view-distance: 100.0
  71. packets:
  72. update-delay: 30
  73. selection:
  74. quick-select: false
  75. item: stick
  76. message: <b>You selected <a><npc><b>!
  77. player:
  78. remove-from-list: true
  79. server-ownership: false
  80. text:
  81. max-talk-cooldown: 5
  82. min-talk-cooldown: 10
  83. talk-item: book
  84. teleport-delay: -1
  85. player-scoreboard-teams:
  86. enable: true
  87. advanced:
  88. check-minecraft-version: true
  89. economy:
  90. npc:
  91. cost: 0.0
  92. storage:
  93. save-task:
  94. delay: 72000
  95. file: saves.yml
  96. type: yaml
  97. subplugins:
  98. folder: plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement