Advertisement
Guest User

Skyblock

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