Advertisement
Rat_Cat12

bukkit.yml

Jul 24th, 2013
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.25 KB | None | 0 0
  1. # This is the main configuration file for Bukkit.
  2. # As you can see, there's actually not that much to configure without any plugins.
  3. # For a reference for any variable inside this file, check out the bukkit wiki at
  4. # http://wiki.bukkit.org/Bukkit.yml
  5. settings:
  6.   allow-end: false
  7.   warn-on-overload: true
  8.   permissions-file: permissions.yml
  9.   update-folder: update
  10.   ping-packet-limit: 100
  11.   use-exact-login-location: false
  12.   plugin-profiling: false
  13.   connection-throttle: 4000
  14.   query-plugins: false
  15.   deprecated-verbose: default
  16.   shutdown-message: Server closed
  17.   filter-unsafe-ips: false
  18.   whitelist-message: You are not white-listed on this server!
  19.   log-commands: true
  20.   command-complete: true
  21.   spam-exclusions:
  22.  - /skill
  23.   tab-ping: false
  24.   timeout-time: 60
  25.   restart-on-crash: false
  26.   restart-script-location: /path/to/server/start.sh
  27.   snapshot-protocol: true
  28. spawn-limits:
  29.   monsters: 70
  30.   animals: 15
  31.   water-animals: 5
  32.   ambient: 15
  33. chunk-gc:
  34.   period-in-ticks: 600
  35.   load-threshold: 0
  36. ticks-per:
  37.   animal-spawns: 400
  38.   monster-spawns: 1
  39.   autosave: 0
  40. auto-updater:
  41.   enabled: true
  42.   on-broken:
  43.  - warn-console
  44.   - warn-ops
  45.   on-update:
  46.  - warn-console
  47.   - warn-ops
  48.   preferred-channel: rb
  49.   host: dl.bukkit.org
  50.   suggest-channels: false
  51. database:
  52.   username: bukkit
  53.   isolation: SERIALIZABLE
  54.   driver: org.sqlite.JDBC
  55.   password: walrus
  56.   url: jdbc:sqlite:{DIR}{NAME}.db
  57. world-settings:
  58.   default:
  59.     growth-chunks-per-tick: 650
  60.     mob-spawn-range: 4
  61.     item-merge-radius: 3.5
  62.     exp-merge-radius: 3.5
  63.     random-light-updates: false
  64.     aggregate-chunkticks: 4
  65.     wheat-growth-modifier: 100
  66.     cactus-growth-modifier: 100
  67.     melon-growth-modifier: 100
  68.     pumpkin-growth-modifier: 100
  69.     sugar-growth-modifier: 100
  70.     tree-growth-modifier: 100
  71.     mushroom-growth-modifier: 100
  72.     entity-activation-range-animals: 32
  73.     entity-activation-range-monsters: 32
  74.     entity-activation-range-misc: 16
  75.   world:
  76.     growth-chunks-per-tick: 1000
  77.   world_nether:
  78.     view-distance: 5
  79.     growth-chunks-per-tick: 0
  80.     random-light-updates: true
  81.     water-creatures-per-chunk: 0
  82. orebfuscator:
  83.   enable: false
  84.   engine-mode: 1
  85.   update-radius: 2
  86.   disabled-worlds:
  87.  - world_the_end
  88. config-version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement