Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. SERVER PROPERTIES
  2.  
  3. #Minecraft server properties
  4. #Wed Mar 15 00:13:47 CET 2017
  5. generator-settings=
  6. op-permission-level=4
  7. allow-nether=true
  8. level-name=world
  9. enable-query=false
  10. allow-flight=false
  11. announce-player-achievements=true
  12. server-port=25566
  13. max-world-size=29999984
  14. level-type=DEFAULT
  15. enable-rcon=false
  16. force-gamemode=false
  17. level-seed=
  18. server-ip=
  19. network-compression-threshold=256
  20. max-build-height=256
  21. spawn-npcs=true
  22. white-list=false
  23. spawn-animals=true
  24. snooper-enabled=true
  25. hardcore=false
  26. resource-pack-sha1=
  27. online-mode=false
  28. resource-pack=
  29. pvp=true
  30. difficulty=1
  31. enable-command-block=false
  32. player-idle-timeout=0
  33. gamemode=0
  34. max-players=20
  35. spawn-monsters=true
  36. view-distance=10
  37. generate-structures=true
  38. motd=A Minecraft Server
  39.  
  40.  
  41. SPIGOT YML
  42.  
  43. config-version: 8
  44. settings:
  45. debug: false
  46. save-user-cache-on-stop-only: false
  47. filter-creative-items: true
  48. moved-wrongly-threshold: 0.0625
  49. moved-too-quickly-multiplier: 10.0
  50. bungeecord: true
  51. late-bind: false
  52. sample-count: 12
  53. player-shuffle: 0
  54. user-cache-size: 1000
  55. int-cache-limit: 1024
  56. item-dirty-ticks: 20
  57. timeout-time: 60
  58. restart-on-crash: true
  59. restart-script: ./start.sh
  60. netty-threads: 4
  61. attribute:
  62. maxHealth:
  63. max: 2048.0
  64. movementSpeed:
  65. max: 2048.0
  66. attackDamage:
  67. max: 2048.0
  68. commands:
  69. tab-complete: 0
  70. silent-commandblock-console: false
  71. log: true
  72. spam-exclusions:
  73. - /skill
  74. replace-commands:
  75. - setblock
  76. - summon
  77. - testforblock
  78. - tellraw
  79. messages:
  80. whitelist: You are not whitelisted on this server!
  81. unknown-command: Unknown command. Type "/help" for help.
  82. server-full: The server is full!
  83. outdated-client: Outdated client! Please use {0}
  84. outdated-server: Outdated server! I'm still on {0}
  85. restart: Server is restarting
  86. stats:
  87. disable-saving: false
  88. forced-stats: {}
  89. world-settings:
  90. default:
  91. verbose: true
  92. item-despawn-rate: 6000
  93. merge-radius:
  94. item: 2.5
  95. exp: 3.0
  96. hanging-tick-frequency: 100
  97. arrow-despawn-rate: 1200
  98. enable-zombie-pigmen-portal-spawns: true
  99. wither-spawn-sound-radius: 0
  100. zombie-aggressive-towards-villager: true
  101. max-entity-collisions: 8
  102. dragon-death-sound-radius: 0
  103. seed-village: 10387312
  104. seed-feature: 14357617
  105. nerf-spawner-mobs: false
  106. view-distance: 10
  107. ticks-per:
  108. hopper-transfer: 8
  109. hopper-check: 8
  110. hopper-amount: 1
  111. entity-activation-range:
  112. animals: 32
  113. monsters: 32
  114. misc: 16
  115. mob-spawn-range: 4
  116. save-structure-info: true
  117. growth:
  118. cactus-modifier: 100
  119. cane-modifier: 100
  120. melon-modifier: 100
  121. mushroom-modifier: 100
  122. pumpkin-modifier: 100
  123. sapling-modifier: 100
  124. wheat-modifier: 100
  125. netherwart-modifier: 100
  126. vine-modifier: 100
  127. cocoa-modifier: 100
  128. entity-tracking-range:
  129. players: 48
  130. animals: 48
  131. monsters: 48
  132. misc: 32
  133. other: 64
  134. random-light-updates: false
  135. hunger:
  136. walk-exhaustion: 0.2
  137. sprint-exhaustion: 0.8
  138. combat-exhaustion: 0.3
  139. regen-exhaustion: 3.0
  140. max-tnt-per-tick: 100
  141. max-tick-time:
  142. tile: 50
  143. entity: 50
  144.  
  145. BUKKIT YML
  146.  
  147.  
  148. settings:
  149. allow-end: true
  150. warn-on-overload: true
  151. permissions-file: permissions.yml
  152. update-folder: update
  153. plugin-profiling: false
  154. connection-throttle: -1
  155. query-plugins: true
  156. deprecated-verbose: default
  157. shutdown-message: Server closed
  158. spawn-limits:
  159. monsters: 70
  160. animals: 15
  161. water-animals: 5
  162. ambient: 15
  163. chunk-gc:
  164. period-in-ticks: 600
  165. load-threshold: 0
  166. ticks-per:
  167. animal-spawns: 400
  168. monster-spawns: 1
  169. autosave: 6000
  170. aliases: now-in-commands.yml
  171. database:
  172. username: bukkit
  173. isolation: SERIALIZABLE
  174. driver: org.sqlite.JDBC
  175. password: walrus
  176. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement