-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcauldron.yml
176 lines (175 loc) · 7.76 KB
/
cauldron.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# This is the main configuration file for Cauldron.
#
# If you need help with the configuration or have any questions related to Cauldron,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #cauldron @ irc.esper.net ( http://webchat.esper.net/?channel=cauldron )
# Forums: http://cauldron.minecraftforge.net/
#
# Setting: logging.entity-collision-checks Default: false # Whether to log entity collision/count checks
# Setting: settings.load-chunk-on-forge-tick Default: false # Forces Chunk Loading during Forge Server Tick events
# Setting: settings.check-entity-max-speeds Default: false # Removes any entity that exceeds max speed.
# Setting: logging.connection Default: false # Log connections
# Setting: logging.tick-intervals Default: false # Log when skip interval handlers are ticked
# Setting: world-settings.default.flowing-lava-decay Default: false # Lava behaves like vanilla water when source block is removed
# Setting: logging.user-login Default: false # Set true to enable debuggin user's login process
# Setting: world-settings.default.allow-tnt-punishment Default: true # TNT ability to push other entities (including other TNTs)
# Setting: logging.dump-threads-on-warn Default: false # Dump the the server thread on deadlock warning (delps to debug the deadlock)
# Setting: logging.entity-speed-removal Default: false # Whether to log entity removals due to speed
# Setting: settings.check-entity-bounding-boxes Default: true # Removes a living entity that exceeds the max bounding box size.
# Setting: logging.disabled-warnings Default: false # Disable warning messages to server admins
# Setting: world-settings.default.infinite-water-source Default: true # Vanilla water source behavior - is infinite
# Setting: logging.world-leak-debug Default: false # Log worlds that appear to be leaking (buggy)
# Setting: logging.collision-warn-size Default: 200 # Number of colliding entities in one spot before logging a warning. Set to 0 to disable
# Setting: logging.entity-count-warn-size Default: 0 # Number of entities in one dimension logging a warning. Set to 0 to disable
# Setting: world-settings.max-players-visible Default: -1 # How many players will visible in the tab list
# Setting: logging.entity-death Default: false # Log when an entity is destroyed (dev)
# Setting: logging.entity-despawn Default: false # Log when living entities are despawned (dev)
# Setting: logging.chunk-unload Default: false # Log when chunks are unloaded (dev)
# Setting: plugin-settings.default.remap-plugin-file Default: false # Remap the plugin file (dev)
# Setting: fake-players.do-login Default: false # Raise login events for fake players
# Setting: logging.entity-spawn Default: false # Log when living entities are spawned (dev)
# Setting: logging.dump-chunks-on-deadlock Default: false # Dump chunks in the event of a deadlock (helps to debug the deadlock)
# Setting: settings.load-chunk-on-request Default: true # Forces Chunk Loading on 'Provide' requests (speedup for mods that don't check if a chunk is loaded
# Setting: settings.entity-bounding-box-max-size Default: 1000 # Max size of an entity's bounding box before removing it (either being too large or bugged and 'moving' too fast)
# Setting: settings.dump-materials Default: false # Dumps all materials with their corresponding id's
# Setting: logging.chunk-load Default: false # Log when chunks are loaded (dev)
# Setting: logging.detailed-logging Default: false # Add stack traces to dev logging
# Setting: logging.dump-heap-on-deadlock Default: false # Dump the heap in the event of a deadlock (helps to debug the deadlock)
# Setting: debug.thread-contention-monitoring Default: false # Set true to enable Java's thread contention monitoring for thread dumps
logging:
entity-collision-checks: false
connection: false
tick-intervals: false
user-login: false
dump-threads-on-warn: false
entity-speed-removal: false
disabled-warnings: false
world-leak-debug: false
collision-warn-size: 200
entity-count-warn-size: 0
entity-death: false
entity-despawn: false
chunk-unload: false
entity-spawn: false
dump-chunks-on-deadlock: false
chunk-load: false
detailed-logging: false
dump-heap-on-deadlock: false
settings:
load-chunk-on-forge-tick: false
check-entity-max-speeds: false
check-entity-bounding-boxes: true
load-chunk-on-request: true
entity-bounding-box-max-size: 1000
dump-materials: false
world-settings:
default:
flowing-lava-decay: false
allow-tnt-punishment: true
infinite-water-source: true
entity-despawn-immediate: false
worldgen-chisel-GeneratorChisel: true
worldgen-CoFHCore-WorldHandler: true
worldgen-hexxitgear-HGWorldGen: true
worldgen-ExtrabiomesXL-MountainRidgeGenerator: true
worldgen-IC2-IC2: true
worldgen-chococraft-WorldGenGysahls: true
worldgen-BattleTowers-WorldGenHandler: true
worldgen-meteors-MeteorsMod: true
worldgen-ExtrabiomesXL-FlowerGenerator: true
worldgen-DraconicEvolution-DraconicWorldGenerator: true
worldgen-Thaumcraft-ThaumcraftWorldGenerator: true
worldgen-witchery-WitcheryWorldGenerator: true
worldgen-ExtrabiomesXL-EelGrassGenerator: true
worldgen-appliedenergistics2-QuartzWorldGen: true
worldgen-ExtrabiomesXL-VineGenerator: true
worldgen-ExtrabiomesXL-CatTailGenerator: true
worldgen-ExtrabiomesXL-OilGenerator: true
worldgen-ExtrabiomesXL-LeafPileGenerator: true
worldgen-harvestcraft-PamGardenGenerator: true
worldgen-ExtrabiomesXL-VanillaFloraGenerator: true
worldgen-ExtrabiomesXL-QuicksandGenerator: true
worldgen-TConstruct-TBaseWorldGenerator: true
worldgen-ExtraUtilities-WorldGenEnderLillies: true
worldgen-appliedenergistics2-MeteoriteWorldGen: true
worldgen-TConstruct-SlimeIslandGen: true
worldgen-Natura-BaseCropWorldgen: true
worldgen-Natura-BaseCloudWorldgen: true
worldgen-harvestcraft-PamTreeGenerator: true
worldgen-ASRuins-RuinsWorldGenerator: true
worldgen-Natura-BaseTreeWorldgen: true
worldgen-ProjectZuluCore-FeatureGenerator: true
worldgen-harvestcraft-PamBeeGenerator: true
worldgen-ExtrabiomesXL-MountainDesertGenerator: true
worldgen-GalacticraftCore-OverworldGenerator: true
worldgen-ExtrabiomesXL-LegendOakGenerator: true
worldgen-harvestcraft-WorldGenPamSalt: true
worldgen-chocolateQuest-WorldGeneratorNew: true
max-players-visible: -1
plugin-settings:
default:
remap-plugin-file: false
custom-class-loader: true
debug: false
remap-nms-v1_7_R4: true
remap-nms-v1_7_R3: true
remap-nms-v1_7_R1: true
remap-nms-v1_6_R3: true
remap-nms-v1_5_R3: true
remap-nms-pre: 'false'
remap-obc-v1_7_R4: true
remap-obc-v1_7_R3: true
remap-obc-v1_7_R1: true
remap-obc-v1_6_R3: true
remap-obc-v1_5_R3: true
remap-obc-pre: false
global-inheritance: true
plugin-inheritance: true
remap-reflect-field: true
remap-reflect-class: true
remap-allow-future: false
fake-players:
do-login: false
debug:
thread-contention-monitoring: false
config-version: 1
world-environment-settings:
normal:
keep-world-loaded: true
nether:
keep-world-loaded: true
the_end:
keep-world-loaded: false
storage:
keep-world-loaded: false
endoftime:
keep-world-loaded: true
underdark:
keep-world-loaded: false
aether:
keep-world-loaded: true
dungeons:
keep-world-loaded: true
outer:
keep-world-loaded: false
twilightforest:
keep-world-loaded: false
enabled: true
orbit:
keep-world-loaded: true
dreamworld:
keep-world-loaded: false
torment:
keep-world-loaded: false
mirror:
keep-world-loaded: false
asteroids:
keep-world-loaded: true
enabled: true
mars:
keep-world-loaded: true
enabled: true
moon:
keep-world-loaded: true
enabled: true