-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkcauldron.yml
33 lines (32 loc) · 1.62 KB
/
kcauldron.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Setting: common.allowNetherPortalBesidesOverworld Default: false # Allow nether portals in dimensions besides overworld
# Setting: updatechecker.quiet Default: false # Print less info during update
# Setting: common.fastLeavesDecay.enable Default: false # Enable fast decaying of leaves, not affects drop chanches /etc
# Setting: updatechecker.symlinks Default: KCauldron.jar # (Re)create symlinks after update
# Setting: common.fastLeavesDecay.maxTickTime Default: 10 # Minimal amount of tick between block updates
# Setting: updatechecker.enable Default: true # Enable KCauldron update checker
# Setting: updatechecker.autorestart Default: false # Restart server after updating without confirming (set restart script in spigot.yml)
# Setting: logging.materialInjection Default: false # Log material injection event
# Setting: experimental.tileEntityListRecreation Default: false # EXPERIMENTAL! Recreate list of TE each tick.
# Setting: logging.clientModList Default: true # Print client's mod list during attempt to join
# Setting: command.enable Default: true # Enable KCauldron command
# Setting: updatechecker.autoinstall Default: false # Install updates without confirming
# Setting: common.fastLeavesDecay.minTickTime Default: 5 # Minimal amount of tick between block updates
common:
allowNetherPortalBesidesOverworld: false
fastLeavesDecay:
enable: false
maxTickTime: 10
minTickTime: 5
updatechecker:
quiet: false
symlinks: KCauldron.jar
enable: true
autorestart: false
autoinstall: false
logging:
materialInjection: false
clientModList: true
experimental:
tileEntityListRecreation: false
command:
enable: true