Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. # Bukkit.yml
  2. # This is the main configuration file for Bukkit.
  3. # As you can see, there's actually not that much to configure without any plugins.
  4. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  5. # http://wiki.bukkit.org/Bukkit.yml
  6. #
  7. # If you need help on this file, feel free to join us on irc or leave a message
  8. # on the forums asking for advice.
  9. #
  10. # IRC: #spigot @ irc.spi.gt
  11. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  12. # Forums: http://www.spigotmc.org/
  13. # Bug tracker: http://www.spigotmc.org/go/bugs
  14.  
  15.  
  16. settings:
  17. allow-end: true
  18. warn-on-overload: true
  19. permissions-file: permissions.yml
  20. update-folder: update
  21. plugin-profiling: false
  22. connection-throttle: -1
  23. query-plugins: true
  24. deprecated-verbose: default
  25. shutdown-message: Server closed
  26. spawn-limits:
  27. monsters: 70
  28. animals: 15
  29. water-animals: 5
  30. ambient: 15
  31. chunk-gc:
  32. period-in-ticks: 600
  33. load-threshold: 0
  34. ticks-per:
  35. animal-spawns: 400
  36. monster-spawns: 1
  37. autosave: 6000
  38. aliases: now-in-commands.yml
  39. database:
  40. username: bukkit
  41. isolation: SERIALIZABLE
  42. driver: org.sqlite.JDBC
  43. password: walrus
  44. url: jdbc:sqlite:{DIR}{NAME}.db
  45.  
  46.  
  47.  
  48.  
  49.  
  50. # Server.properties
  51. #Minecraft server properties
  52. #Thu Jan 18 10:35:39 CST 2018
  53. spawn-protection=16
  54. max-tick-time=60000
  55. server-name=Iceey Network
  56. generator-settings=
  57. force-gamemode=false
  58. allow-nether=true
  59. gamemode=0
  60. broadcast-console-to-ops=true
  61. enable-query=false
  62. player-idle-timeout=0
  63. difficulty=1
  64. spawn-monsters=true
  65. op-permission-level=4
  66. resource-pack-hash=
  67. announce-player-achievements=false
  68. pvp=true
  69. snooper-enabled=true
  70. level-type=DEFAULT
  71. hardcore=false
  72. enable-command-block=true
  73. max-players=100
  74. network-compression-threshold=256
  75. resource-pack-sha1=
  76. max-world-size=29999984
  77. server-port=29020
  78. debug=false
  79. server-ip=142.54.182.234
  80. spawn-npcs=true
  81. allow-flight=false
  82. level-name=world
  83. view-distance=10
  84. server-id=unnamed
  85. resource-pack=
  86. spawn-animals=true
  87. white-list=false
  88. generate-structures=true
  89. online-mode=false
  90. max-build-height=256
  91. level-seed=
  92. use-native-transport=true
  93. prevent-proxy-connections=false
  94. enable-rcon=false
  95. motd=\u00A7b Iceey Networks ----- Just released\!
  96.  
  97.  
  98.  
  99.  
  100.  
  101. # Spigot.yml
  102. # This is the main configuration file for Spigot.
  103. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  104. # with caution, and make sure you know what each option does before configuring.
  105. # For a reference for any variable inside this file, check out the Spigot wiki at
  106. # http://www.spigotmc.org/wiki/spigot-configuration/
  107. #
  108. # If you need help with the configuration or have any questions related to Spigot,
  109. # join us at the IRC or drop by our forums and leave a post.
  110. #
  111. # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  112. # Forums: http://www.spigotmc.org/
  113.  
  114. config-version: 8
  115. settings:
  116. save-user-cache-on-stop-only: false
  117. bungeecord: true
  118. late-bind: false
  119. sample-count: 12
  120. player-shuffle: 0
  121. filter-creative-items: true
  122. user-cache-size: 1000
  123. int-cache-limit: 1024
  124. moved-wrongly-threshold: 0.0625
  125. moved-too-quickly-threshold: 100.0
  126. timeout-time: 60
  127. restart-on-crash: true
  128. restart-script: start.bat
  129. netty-threads: 4
  130. attribute:
  131. maxHealth:
  132. max: 2048.0
  133. movementSpeed:
  134. max: 2048.0
  135. attackDamage:
  136. max: 2048.0
  137. debug: false
  138. moved-too-quickly-multiplier: 10.0
  139. item-dirty-ticks: 20
  140. messages:
  141. whitelist: You are not whitelisted on this server!
  142. unknown-command: Unknown command. Type "/help" for help.
  143. server-full: The server is full!
  144. outdated-client: Outdated client! Please use {0}
  145. outdated-server: Outdated server! I'm still on {0}
  146. restart: Server is restarting
  147. commands:
  148. tab-complete: 0
  149. log: true
  150. spam-exclusions:
  151. - /skill
  152. silent-commandblock-console: false
  153. replace-commands:
  154. - setblock
  155. - summon
  156. - testforblock
  157. - tellraw
  158. stats:
  159. disable-saving: false
  160. forced-stats: {}
  161. world-settings:
  162. default:
  163. verbose: true
  164. mob-spawn-range: 4
  165. anti-xray:
  166. enabled: true
  167. engine-mode: 1
  168. hide-blocks:
  169. - 14
  170. - 15
  171. - 16
  172. - 21
  173. - 48
  174. - 49
  175. - 54
  176. - 56
  177. - 73
  178. - 74
  179. - 82
  180. - 129
  181. - 130
  182. replace-blocks:
  183. - 1
  184. - 5
  185. nerf-spawner-mobs: false
  186. growth:
  187. cactus-modifier: 100
  188. cane-modifier: 100
  189. melon-modifier: 100
  190. mushroom-modifier: 100
  191. pumpkin-modifier: 100
  192. sapling-modifier: 100
  193. wheat-modifier: 100
  194. netherwart-modifier: 100
  195. vine-modifier: 100
  196. cocoa-modifier: 100
  197. entity-activation-range:
  198. animals: 32
  199. monsters: 32
  200. misc: 16
  201. entity-tracking-range:
  202. players: 48
  203. animals: 48
  204. monsters: 48
  205. misc: 32
  206. other: 64
  207. ticks-per:
  208. hopper-transfer: 8
  209. hopper-check: 1
  210. hopper-amount: 1
  211. random-light-updates: false
  212. save-structure-info: true
  213. max-bulk-chunks: 10
  214. max-entity-collisions: 8
  215. dragon-death-sound-radius: 0
  216. seed-village: 10387312
  217. seed-feature: 14357617
  218. hunger:
  219. walk-exhaustion: 0.2
  220. sprint-exhaustion: 0.8
  221. combat-exhaustion: 0.1
  222. regen-exhaustion: 6.0
  223. jump-walk-exhaustion: 0.05
  224. jump-sprint-exhaustion: 0.2
  225. swim-multiplier: 0.01
  226. sprint-multiplier: 0.1
  227. other-multiplier: 0.0
  228. max-tnt-per-tick: 100
  229. max-tick-time:
  230. tile: 50
  231. entity: 50
  232. item-despawn-rate: 6000
  233. merge-radius:
  234. item: 2.5
  235. exp: 3.0
  236. arrow-despawn-rate: 1200
  237. enable-zombie-pigmen-portal-spawns: true
  238. wither-spawn-sound-radius: 0
  239. view-distance: 10
  240. hanging-tick-frequency: 100
  241. zombie-aggressive-towards-villager: true
  242. chunks-per-tick: 650
  243. clear-tick-list: false
  244. seed-monument: 10387313
  245. seed-slime: 987234911
  246. timings:
  247. enabled: true
  248. verbose: true
  249. server-name-privacy: false
  250. hidden-config-entries:
  251. - database
  252. - settings.bungeecord-addresses
  253. history-interval: 300
  254. history-length: 3600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement