Advertisement
Guest User

Citizens Config

a guest
Feb 21st, 2020
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 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: 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. 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-path-distance-margin: 1
  36. default:
  37. look-close:
  38. enabled: false
  39. range: 5
  40. random-look-enabled: false
  41. random-look-delay: 60
  42. pathfinding:
  43. range: 110.0
  44. random-talker: true
  45. realistic-looking: false
  46. stationary-ticks: -1
  47. talk-close:
  48. enabled: false
  49. range: 5
  50. text:
  51. '0': Hi, I'm <npc>!
  52. limits:
  53. default-limit: 10
  54. max-permission-checks: 100
  55. max-packet-entries: 15
  56. max-speed: 100
  57. tablist:
  58. disable: true
  59. chunks:
  60. always-keep-loaded: false
  61. skins:
  62. max-retries: -1
  63. retry-delay: 120
  64. rotation-update-degrees: 90.0
  65. use-latest-by-default: false
  66. view-distance: 100.0
  67. packets:
  68. update-delay: 30
  69. selection:
  70. quick-select: false
  71. item: '280'
  72. message: <b>You selected <a><npc><b>!
  73. player:
  74. remove-from-list: true
  75. server-ownership: false
  76. text:
  77. max-talk-cooldown: 5
  78. min-talk-cooldown: 10
  79. talk-item: '340'
  80. teleport-delay: -1
  81. controllable:
  82. use-boat-controls: true
  83. max-ground-speed: 0.5
  84. player-scoreboard-teams:
  85. enable: true
  86. advanced:
  87. check-minecraft-version: true
  88. economy:
  89. npc:
  90. cost: 100.0
  91. storage:
  92. save-task:
  93. delay: 72000
  94. file: saves.yml
  95. type: yaml
  96. subplugins:
  97. folder: plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement