Advertisement
Guest User

1

a guest
Sep 13th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. #Minecraft server properties
  2. #Thu Sep 13 05:35:17 PDT 2018
  3. generator-settings=
  4. op-permission-level=4
  5. allow-nether=false
  6. resource-pack-hash=
  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. level-seed=
  16. force-gamemode=false
  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=true
  28. difficulty=2
  29. enable-command-block=false
  30. gamemode=0
  31. player-idle-timeout=0
  32. max-players=20
  33. spawn-monsters=false
  34. generate-structures=true
  35. view-distance=8
  36. motd=A Minecraft Server
  37.  
  38. --------------------------------------------------------------------------------
  39. # This is the main configuration file for Spigot.
  40. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  41. # with caution, and make sure you know what each option does before configuring.
  42. # For a reference for any variable inside this file, check out the Spigot wiki at
  43. # http://www.spigotmc.org/wiki/spigot-configuration/
  44. #
  45. # If you need help with the configuration or have any questions related to Spigot,
  46. # join us at the IRC or drop by our forums and leave a post.
  47. #
  48. # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  49. # Forums: http://www.spigotmc.org/
  50.  
  51. config-version: 8
  52. settings:
  53. debug: false
  54. save-user-cache-on-stop-only: false
  55. int-cache-limit: 1024
  56. timeout-time: 60
  57. restart-on-crash: true
  58. restart-script: ./start.sh
  59. attribute:
  60. maxHealth:
  61. max: 2048.0
  62. movementSpeed:
  63. max: 2048.0
  64. attackDamage:
  65. max: 2048.0
  66. player-shuffle: 0
  67. late-bind: false
  68. netty-threads: 4
  69. bungeecord: false
  70. user-cache-size: 1000
  71. sample-count: 12
  72. filter-creative-items: true
  73. moved-too-quickly-threshold: 100.0
  74. moved-wrongly-threshold: 0.0625
  75. commands:
  76. tab-complete: 0
  77. log: true
  78. replace-commands:
  79. - setblock
  80. - summon
  81. - testforblock
  82. - tellraw
  83. spam-exclusions:
  84. - /skill
  85. silent-commandblock-console: false
  86. messages:
  87. whitelist: "&2Server-ul este momentan in mententanta."
  88. unknown-command: "&2Comanda specificata este necunoscuta!"
  89. server-full: "\&2Server-ul este momentan plin."
  90. outdated-client: "&2fFolsoste versiunea de "
  91. outdated-server: "&27fServer-ul este pe versiunea de."
  92. restart: "&2Server-ul se restarteaza..."
  93. stats:
  94. disable-saving: false
  95. forced-stats: {}
  96. world-settings:
  97. default:
  98. verbose: true
  99. zombie-aggressive-towards-villager: true
  100. view-distance: 8
  101. wither-spawn-sound-radius: 0
  102. enable-zombie-pigmen-portal-spawns: true
  103. arrow-despawn-rate: 1200
  104. item-despawn-rate: 6000
  105. merge-radius:
  106. item: 2.5
  107. exp: 3.0
  108. chunks-per-tick: 650
  109. clear-tick-list: false
  110. hanging-tick-frequency: 100
  111. max-entity-collisions: 8
  112. seed-village: 10387312
  113. seed-feature: 14357617
  114. dragon-death-sound-radius: 0
  115. random-light-updates: false
  116. growth:
  117. cactus-modifier: 100
  118. cane-modifier: 100
  119. melon-modifier: 100
  120. mushroom-modifier: 100
  121. pumpkin-modifier: 100
  122. sapling-modifier: 100
  123. wheat-modifier: 100
  124. netherwart-modifier: 100
  125. mob-spawn-range: 4
  126. anti-xray:
  127. enabled: true
  128. engine-mode: 1
  129. hide-blocks:
  130. - 14
  131. - 15
  132. - 16
  133. - 21
  134. - 48
  135. - 49
  136. - 54
  137. - 56
  138. - 73
  139. - 74
  140. - 82
  141. - 129
  142. - 130
  143. replace-blocks:
  144. - 1
  145. - 5
  146. max-tnt-per-tick: 100
  147. max-tick-time:
  148. tile: 50
  149. entity: 50
  150. hunger:
  151. walk-exhaustion: 0.2
  152. sprint-exhaustion: 0.8
  153. combat-exhaustion: 0.3
  154. regen-exhaustion: 3.0
  155. save-structure-info: true
  156. ticks-per:
  157. hopper-transfer: 8
  158. hopper-check: 8
  159. hopper-amount: 1
  160. max-bulk-chunks: 10
  161. entity-tracking-range:
  162. players: 48
  163. animals: 48
  164. monsters: 48
  165. misc: 32
  166. other: 64
  167. nerf-spawner-mobs: false
  168. entity-activation-range:
  169. animals: 32
  170. monsters: 32
  171. misc: 16
  172. ------------------------------------------------------------------
  173. # This is the main configuration file for Bukkit.
  174. # As you can see, there's actually not that much to configure without any plugins.
  175. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  176. # http://wiki.bukkit.org/Bukkit.yml
  177. #
  178. # If you need help on this file, feel free to join us on irc or leave a message
  179. # on the forums asking for advice.
  180. #
  181. # IRC: #spigot @ irc.spi.gt
  182. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  183. # Forums: http://www.spigotmc.org/
  184. # Bug tracker: http://www.spigotmc.org/go/bugs
  185.  
  186.  
  187. settings:
  188. allow-end: false
  189. warn-on-overload: true
  190. permissions-file: permissions.yml
  191. update-folder: update
  192. plugin-profiling: false
  193. connection-throttle: 4000
  194. query-plugins: true
  195. deprecated-verbose: default
  196. shutdown-message: "&2Server-ul s-a inchis."
  197. spawn-limits:
  198. monsters: 70
  199. animals: 15
  200. water-animals: 5
  201. ambient: 15
  202. chunk-gc:
  203. period-in-ticks: 600
  204. load-threshold: 0
  205. ticks-per:
  206. animal-spawns: 400
  207. monster-spawns: 1
  208. autosave: 6000
  209. aliases: now-in-commands.yml
  210. database:
  211. username: bukkit
  212. isolation: SERIALIZABLE
  213. driver: org.sqlite.JDBC
  214. password: walrus
  215. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement