Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. BUYCRAFT
  2. #Buycraft Plugin
  3. #Thu Jan 21 18:23:32 EST 2016
  4. debug=false
  5. isBungeecord=false
  6. disableChatOnBuyCommand=true
  7. secret=6fdf52396dfffca81099373cc972d652f0a1f636
  8. autoUpdate=true
  9. headsEnabled=false
  10. headsCurrency=true
  11. commandThrottleCount=150
  12. re-enableChatCommand=ec
  13. commandChecker=true
  14. directPay=false
  15. disableBuyCommand=false
  16. useBuyGUI=true
  17. disable-secret-command=false
  18. buysignsRemoveFreePrice=false
  19. https=false
  20. buyCommand=buy
  21. BUNGEE
  22. groups:
  23. md_5:
  24. - admin
  25. ip_forward: false
  26. network_compression_threshold: 256
  27. stats: 4a57ef62-551b-496f-a80b-fee46ab40628
  28. permissions:
  29. default:
  30. - bungeecord.command.server
  31. - bungeecord.command.list
  32. admin:
  33. - bungeecord.command.alert
  34. - bungeecord.command.end
  35. - bungeecord.command.ip
  36. - bungeecord.command.reload
  37. online_mode: true
  38. servers:
  39. lobby:
  40. motd: '&1Just another BungeeCord - Forced Host'
  41. address: localhost:25543
  42. restricted: false
  43. uhc:
  44. motd: '&1Just another BungeeCord'
  45. address: localhost:25578
  46. restricted: false
  47. creative:
  48. motd: '&1Just another BungeeCord'
  49. address: localhost:25542
  50. restricted: false
  51. kitpvp:
  52. motd: '&1Just another BungeeCord'
  53. address: localhost:25501
  54. restricted: false
  55. factions:
  56. motd: '&1Just another BungeeCord'
  57. address: localhost:25520
  58. restricted: false
  59. timeout: 30000
  60. listeners:
  61. - query_port: 25565
  62. motd: '&1Another Bungee server'
  63. tab_list: GLOBAL_PING
  64. query_enabled: false
  65. forced_hosts:
  66. pvp.md-5.net: pvp
  67. ping_passthrough: true
  68. default_server: lobby
  69. bind_local_address: true
  70. fallback_server: lobby
  71. host: 0.0.0.0:25565
  72. max_players: 1
  73. tab_size: 60
  74. force_default_server: true
  75. player_limit: -1
  76. disabled_commands:
  77. - disabledcommandhere
  78. log_commands: false
  79. connection_throttle: 4000
  80. BUKKIT
  81. # This is the main configuration file for Bukkit.
  82. # As you can see, there's actually not that much to configure without any plugins.
  83. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  84. # http://wiki.bukkit.org/Bukkit.yml
  85. #
  86. # If you need help on this file, feel free to join us on irc or leave a message
  87. # on the forums asking for advice.
  88. #
  89. # IRC: #spigot @ irc.spi.gt
  90. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  91. # Forums: http://www.spigotmc.org/
  92. # Bug tracker: http://www.spigotmc.org/go/bugs
  93.  
  94.  
  95. settings:
  96. allow-end: true
  97. warn-on-overload: true
  98. permissions-file: permissions.yml
  99. update-folder: update
  100. plugin-profiling: false
  101. connection-throttle: 4000
  102. query-plugins: true
  103. deprecated-verbose: default
  104. shutdown-message: Server closed
  105. ping-packet-limit: 100
  106. use-exact-login-location: false
  107. spawn-limits:
  108. monsters: 70
  109. animals: 15
  110. water-animals: 5
  111. ambient: 15
  112. chunk-gc:
  113. period-in-ticks: 600
  114. load-threshold: 0
  115. ticks-per:
  116. animal-spawns: 400
  117. monster-spawns: 1
  118. autosave: 6000
  119. aliases: now-in-commands.yml
  120. database:
  121. username: bukkit
  122. isolation: SERIALIZABLE
  123. driver: org.sqlite.JDBC
  124. password: walrus
  125. url: jdbc:sqlite:{DIR}{NAME}.db
  126. auto-updater:
  127. enabled: true
  128. on-broken:
  129. - warn-console
  130. - warn-ops
  131. on-update:
  132. - warn-console
  133. - warn-ops
  134. preferred-channel: rb
  135. host: dl.bukkit.org
  136. suggest-channels: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement