Advertisement
Guest User

Untitled

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