Advertisement
Guest User

bungeecorderror

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