Advertisement
Guest User

Untitled

a guest
Mar 30th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. # This is the main configuration file for Bukkit.
  2. # As you can see, there's actually not that much to configure without any plugins.
  3. # For a reference for any variable inside this file, check out the bukkit wiki at
  4. # http://wiki.bukkit.org/Bukkit.yml
  5. settings:
  6. allow-end: true
  7. warn-on-overload: true
  8. permissions-file: permissions.yml
  9. update-folder: update
  10. ping-packet-limit: 100
  11. use-exact-login-location: false
  12. plugin-profiling: false
  13. connection-throttle: 4000
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: Server closed
  17. filter-unsafe-ips: false
  18. whitelist-message: You are not white-listed on this server!
  19. fml-missing-message: You do not have FML installed, you cannot connect to this server
  20. fml-missing-mods-message: The server requires mods that are absent or out of date on your client
  21. fml-outdated-message: Your client is not running a new enough version of FML to connect to this server
  22. fml-other-error-message: There was a problem during FML negotiation
  23. log-commands: true
  24. command-complete: true
  25. restart-command: true
  26. tps-command: true
  27. spam-exclusions:
  28. - /skill
  29. tab-ping: false
  30. timeout-time: 300
  31. restart-on-crash: false
  32. restart-script-location: /path/to/server/start.sh
  33. bungee-proxies:
  34. - 127.0.0.1
  35. texture-resolution: 16
  36. metrics-enable: true
  37. world-settings:
  38. default:
  39. growth-chunks-per-tick: 650
  40. mob-spawn-range: 4
  41. random-light-updates: false
  42. aggregate-chunkticks: 0
  43. item-merge-radius: 3.5
  44. exp-merge-radius: 3.5
  45. wheat-growth-modifier: 100
  46. cactus-growth-modifier: 100
  47. melon-growth-modifier: 100
  48. pumpkin-growth-modifier: 100
  49. sugar-growth-modifier: 100
  50. tree-growth-modifier: 100
  51. mushroom-growth-modifier: 100
  52. entity-activation-range-animals: 0
  53. entity-activation-range-monsters: 0
  54. entity-activation-range-misc: 0
  55. entity-tracking-range-players: 48
  56. entity-tracking-range-animals: 48
  57. entity-tracking-range-monsters: 48
  58. entity-tracking-range-misc: 32
  59. entity-tracking-range-max: 64
  60. info: false
  61. world:
  62. growth-chunks-per-tick: 1000
  63. world_nether:
  64. view-distance: 5
  65. growth-chunks-per-tick: 0
  66. random-light-updates: true
  67. water-creatures-per-chunk: 0
  68. spawn-limits:
  69. monsters: 70
  70. animals: 15
  71. water-animals: 5
  72. ambient: 15
  73. chunk-gc:
  74. period-in-ticks: 600
  75. load-threshold: 0
  76. ticks-per:
  77. animal-spawns: 400
  78. monster-spawns: 1
  79. autosave: 0
  80. hopper-transfer: 8
  81. hopper-check: 8
  82. auto-updater:
  83. enabled: true
  84. on-broken:
  85. - warn-console
  86. - warn-ops
  87. on-update:
  88. - warn-console
  89. - warn-ops
  90. preferred-channel: rb
  91. host: dl.bukkit.org
  92. suggest-channels: true
  93. database:
  94. username: bukkit
  95. isolation: SERIALIZABLE
  96. driver: org.sqlite.JDBC
  97. password: walrus
  98. url: jdbc:sqlite:{DIR}{NAME}.db
  99. orebfuscator:
  100. enable: false
  101. engine-mode: 1
  102. update-radius: 2
  103. disabled-worlds:
  104. - world_the_end
  105. blocks:
  106. - 1
  107. - 5
  108. - 14
  109. - 15
  110. - 16
  111. - 21
  112. - 48
  113. - 49
  114. - 54
  115. - 56
  116. - 73
  117. - 74
  118. - 82
  119. - 129
  120. - 130
  121. mcpc:
  122. loglevels:
  123. Minecraft-Server: INFO
  124. MinecraftForge: INFO
  125. ForgeModLoader: INFO
  126. DamageIndicatorsMod: INFO
  127. eplus: INFO
  128. mcp: INFO
  129. FML: INFO
  130. Forge: INFO
  131. CoFHFramework: INFO
  132. CodeChickenCore: INFO
  133. NotEnoughItems: INFO
  134. ImmibisMicroblocks: INFO
  135. CoFHCore: INFO
  136. CoFHWorld: INFO
  137. TreeCapitator: INFO
  138. ImmibisMicroblocksInstallCheck: INFO
  139. ASAddon_Hallowed: INFO
  140. ASAddon_HarkenScythe: INFO
  141. ASAddon_NetherEnder: INFO
  142. ASAddon_ColorAPI: INFO
  143. AsgardShield_Core: INFO
  144. HarkenScythe_Core: INFO
  145. Artifice: INFO
  146. ArtificeCompat|Chisel: INFO
  147. ArtificeCompat|EE3: INFO
  148. ArtificeCompat|Forestry: INFO
  149. ArtificeCompat|MFR: INFO
  150. ArtificeCompat|Railcraft: INFO
  151. ArtificeCompat|Vanilla: INFO
  152. BattleTowers: INFO
  153. BetterDungeons: INFO
  154. BiblioCraft: INFO
  155. ExtrabiomesXL: INFO
  156. hexxitgear: INFO
  157. InfernalMobs: INFO
  158. Meteors: INFO
  159. More Bows: INFO
  160. LegendGear: INFO
  161. Natura: INFO
  162. Natura|CompatMineFactoryReloaded: INFO
  163. OffLawn: INFO
  164. ProjectZulu|Blocks: INFO
  165. Proj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement