Advertisement
Guest User

FeudalCraft

a guest
Sep 7th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. # This is the main configuration file for Spigot.
  2. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  3. # with caution, and make sure you know what each option does before configuring.
  4. # For a reference for any variable inside this file, check out the Spigot wiki at
  5. # http://www.spigotmc.org/wiki/spigot-configuration/
  6. #
  7. # If you need help with the configuration or have any questions related to Spigot,
  8. # join us at the IRC or drop by our forums and leave a post.
  9. #
  10. # IRC: #spigot @ irc.esper.net ( http://webchat.esper.net/?channel=spigot )
  11. # Forums: http://www.spigotmc.org/forum/
  12.  
  13. config-version: 5
  14. messages:
  15. whitelist: The Nobles cannot allow your apperance! Please submit a whitelist application to join.
  16. unknown-command: Unknown command. Please use "/help" for more information.
  17. server-full: The Nobles have recently noticed the lands have been excessivly overpopulated! Please check back later.
  18. outdated-client: The Lords of FeudalCraft cannot allow your apperance young apprentice! Please use {}
  19. outdated-server: FeudalCraft hasn't raised the market vaules! We're still using {0}
  20. restart: FeudalCraft is sharpening the swords, and forging the armor! Please check back in one minute.
  21. commands:
  22. tab-complete: true
  23. log: true
  24. settings:
  25. late-bind: false
  26. player-shuffle: 0
  27. sample-count: 12
  28. bungeecord: false
  29. timeout-time: 90
  30. restart-on-crash: true
  31. restart-script: ./start.sh
  32. netty-threads: 4
  33. stats:
  34. disable-saving: false
  35. forced-stats: {}
  36. world-settings:
  37. default:
  38. verbose: false
  39. enable-zombie-pigmen-portal-spawns: false
  40. view-distance: 7
  41. arrow-despawn-rate: 900
  42. zombie-aggressive-towards-villager: false
  43. merge-radius:
  44. item: 4.0
  45. exp: 5.0
  46. item-despawn-rate: 3000
  47. chunks-per-tick: 500
  48. clear-tick-list: false
  49. entity-tracking-range:
  50. players: 32
  51. animals: 16
  52. monsters: 24
  53. misc: 8
  54. other: 16
  55. ticks-per:
  56. hopper-transfer: 1
  57. hopper-check: 50
  58. entity-activation-range:
  59. animals: 8
  60. monsters: 16
  61. misc: 0
  62. random-light-updates: false
  63. max-bulk-chunks: 6
  64. save-structure-info: false
  65. nerf-spawner-mobs: false
  66. growth:
  67. cactus-modifier: 80
  68. cane-modifier: 80
  69. melon-modifier: 80
  70. mushroom-modifier: 80
  71. pumpkin-modifier: 80
  72. sapling-modifier: 80
  73. wheat-modifier: 80
  74. mob-spawn-range: 4
  75. anti-xray:
  76. enabled: false
  77. engine-mode: 1
  78. hide-blocks:
  79. - 14
  80. - 15
  81. - 16
  82. - 21
  83. - 48
  84. - 49
  85. - 54
  86. - 56
  87. - 73
  88. - 74
  89. - 82
  90. - 129
  91. - 130
  92. replace-blocks:
  93. - 1
  94. - 5
  95. max-entity-collisions: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement