View difference between Paste ID: 8fbaj09x and w46fZFxn
SHOW: | | - or go back to the newest paste.
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: 4000
14
  query-plugins: true
15
  deprecated-verbose: default
16
  shutdown-message: Server closed
17
  restart-script-location: start.bat
18
  timeout-time: 300
19
  restart-on-crash: false
20
  filter-unsafe-ips: false
21
  whitelist-message: You are not white-listed on this server!
22
  fml-missing-message: You do not have FML installed, you cannot connect to this server
23
  fml-missing-mods-message: The server requires mods that are absent or out of date on your client
24
  fml-outdated-message: Your client is not running a new enough version of FML to connect to this server
25
  fml-other-error-message: There was a problem during FML negotiation
26
  log-commands: true
27
  command-complete: true
28
  restart-command: true
29
  tps-command: true
30
  spam-exclusions:
31
  - /skill
32
mcpc:
33
  connection-logging: false
34
  dump-materials: false
35
  world-leak-debug: false
36
  infinite-water-source: true
37
  flowing-lava-decay: false
38
  load-chunk-on-request: false
39
  simulate-block-place-event-IDs: []
40
  simulate-block-place-event-default: true
41
  warn-place-no-tile-entity: true
42
  fake-players:
43
    com/eloraam/redpower/machine/EntityPlayerFake:
44
      username: '[RedPower]'
45
      do-login: false
46
    dan200/turtle/shared/TurtlePlayer:
47
      username: '[ComputerCraft]'
48
      do-login: false
49
  plugin-settings:
50
    default:
51
      debug: false
52
      custom-class-loader: true
53
      use-guava10: true
54
      remap-nms-v1_4_R1: true
55
      remap-nms-v1_4_6: true
56
      remap-obc-v1_4_6: true
57
      remap-obc-pre: false
58
      remap-nms-pre: 'false'
59
      global-inheritance: true
60
      plugin-inheritance: true
61
      remap-reflect-field: true
62
  bukkit-to-forge-mappings:
63
    world_nether: dim-1
64
    world_the_end: dim1
65
    world_twilightforest: dim7
66
world-settings:
67
  default:
68
    growth-chunks-per-tick: 650
69
    mob-spawn-range: 8
70
    item-merge-radius: 3.5
71
    exp-merge-radius: 3.5
72
    random-light-updates: false
73
    aggregate-chunkticks: 4
74
    wheat-growth-modifier: 100
75
    cactus-growth-modifier: 100
76
    melon-growth-modifier: 100
77
    pumpkin-growth-modifier: 100
78
    sugar-growth-modifier: 100
79
    tree-growth-modifier: 100
80
    mushroom-growth-modifier: 100
81
    verbose: false
82
  world:
83
    growth-chunks-per-tick: 1000
84
  world_nether:
85
    view-distance: 5
86
    growth-chunks-per-tick: 0
87
    random-light-updates: true
88
    water-creatures-per-chunk: 0
89
spawn-limits:
90
  monsters: 70
91
  animals: 15
92
  water-animals: 5
93
  ambient: 15
94
chunk-gc:
95
  period-in-ticks: 600
96
  load-threshold: 0
97
ticks-per:
98
  animal-spawns: 400
99
  monster-spawns: 1
100
  autosave: 6000
101
auto-updater:
102
  enabled: true
103
  on-broken:
104
  - warn-console
105
  - warn-ops
106
  on-update:
107
  - warn-console
108
  - warn-ops
109
  preferred-channel: rb
110
  host: dl.bukkit.org
111
  suggest-channels: true
112-
database:
112+
113-
  username: bukkit
113+
114-
  isolation: SERIALIZABLE
114+
115-
  driver: org.sqlite.JDBC
115+
116-
  password: walrus
116+