Advertisement
Guest User

Lectia #1

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