Guest User

Untitled

a guest
Nov 18th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.70 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: true
  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: -1
  14.   query-plugins: true
  15.   deprecated-verbose: default
  16.   shutdown-message: Server closed
  17.   whitelist-message: You are not white-listed on this server!
  18.   log-commands: true
  19.   command-complete: true
  20.   spam-exclusions:
  21.  - /skill
  22.   filter-unsafe-ips: false
  23.   tab-ping: false
  24.   timeout-time: 60
  25.   restart-on-crash: false
  26.   restart-script-location: start.bat
  27.   bungee-proxies:
  28.  - 127.0.0.1
  29.   texture-resolution: 16
  30.   snapshot-protocol: false
  31.   use-netty: true
  32.   netty-threads: 3
  33. spawn-limits:
  34.   monsters: 70
  35.   animals: 15
  36.   water-animals: 5
  37.   ambient: 15
  38. chunk-gc:
  39.   period-in-ticks: 600
  40.   load-threshold: 0
  41. ticks-per:
  42.   animal-spawns: 400
  43.   monster-spawns: 1
  44.   autosave: 0
  45.   hopper-transfer: 8
  46.   hopper-check: 8
  47. auto-updater:
  48.   enabled: true
  49.   on-broken:
  50.  - warn-console
  51.   - warn-ops
  52.   on-update:
  53.  - warn-console
  54.   - warn-ops
  55.   preferred-channel: rb
  56.   host: dl.bukkit.org
  57.   suggest-channels: true
  58. database:
  59.   username: bukkit
  60.   isolation: SERIALIZABLE
  61.   driver: org.sqlite.JDBC
  62.   password: walrus
  63.   url: jdbc:sqlite:{DIR}{NAME}.db
  64. world-settings:
  65.   default:
  66.     growth-chunks-per-tick: 650
  67.     mob-spawn-range: 4
  68.     random-light-updates: false
  69.     aggregate-chunkticks: 4
  70.     item-merge-radius: 3.5
  71.     exp-merge-radius: 3.5
  72.     wheat-growth-modifier: 100
  73.     cactus-growth-modifier: 100
  74.     melon-growth-modifier: 100
  75.     pumpkin-growth-modifier: 100
  76.     sugar-growth-modifier: 100
  77.     tree-growth-modifier: 100
  78.     mushroom-growth-modifier: 100
  79.     entity-activation-range-animals: 48
  80.     entity-activation-range-monsters: 48
  81.     entity-activation-range-misc: 16
  82.     entity-tracking-range-players: 48
  83.     entity-tracking-range-animals: 48
  84.     entity-tracking-range-monsters: 48
  85.     entity-tracking-range-misc: 32
  86.     entity-tracking-range-max: 64
  87.     info: true
  88.   world:
  89.     growth-chunks-per-tick: 1000
  90.   world_nether:
  91.     view-distance: 5
  92.     growth-chunks-per-tick: 0
  93.     random-light-updates: true
  94.     water-creatures-per-chunk: 0
  95. orebfuscator:
  96.   enable: true
  97.   engine-mode: 1
  98.   disabled-worlds:
  99.  - world_the_end
  100.   blocks:
  101.  - 1
  102.   - 5
  103.   - 14
  104.   - 15
  105.   - 16
  106.   - 21
  107.   - 48
  108.   - 49
  109.   - 54
  110.   - 56
  111.   - 73
  112.   - 74
  113.   - 82
  114.   - 129
  115.   - 130
  116.   update-radius: 2
  117. config-version: 2
Advertisement
Add Comment
Please, Sign In to add comment