2012-09-23 23:00:45 +00:00
|
|
|
# Total Freedom Mod v2.7 Configuration
|
2011-10-19 00:46:30 +00:00
|
|
|
# by Madgeek1450
|
|
|
|
|
|
|
|
# Block placement prevention:
|
2011-10-12 19:35:43 +00:00
|
|
|
allow_fire_place: false
|
|
|
|
allow_fire_spread: false
|
|
|
|
allow_lava_damage: false
|
|
|
|
allow_lava_place: false
|
|
|
|
allow_water_place: false
|
2012-03-06 19:25:22 +00:00
|
|
|
allow_fluid_spread: false
|
2011-10-12 19:35:43 +00:00
|
|
|
|
|
|
|
# Explosion management:
|
|
|
|
allow_explosions: false
|
|
|
|
explosiveRadius: 4.0
|
|
|
|
|
|
|
|
#Automatically wipe dropped objects:
|
|
|
|
auto_wipe: true
|
|
|
|
|
|
|
|
# Nuking prevention:
|
|
|
|
nuke_monitor: true
|
2011-10-18 04:08:40 +00:00
|
|
|
nuke_monitor_count_break: 100
|
|
|
|
nuke_monitor_count_place: 25
|
2011-10-12 19:35:43 +00:00
|
|
|
nuke_monitor_range: 10.0
|
|
|
|
freecam_trigger_count: 10
|
|
|
|
|
|
|
|
# Show all attempted commands in the log, will result in duplicate log messages:
|
|
|
|
preprocess_log: true
|
|
|
|
|
2011-10-13 18:30:45 +00:00
|
|
|
# Disable nighttime:
|
|
|
|
disable_night: true
|
|
|
|
|
2011-10-14 05:31:21 +00:00
|
|
|
# Disable weather:
|
|
|
|
disable_weather: true
|
|
|
|
|
2011-10-24 02:43:52 +00:00
|
|
|
# Enable misc. features:
|
|
|
|
landmines_enabled: false
|
|
|
|
mp44_enabled: false
|
2011-11-29 05:41:47 +00:00
|
|
|
tossmob_enabled: false
|
2011-10-24 02:43:52 +00:00
|
|
|
|
2011-11-21 04:31:29 +00:00
|
|
|
# Moblimiter:
|
|
|
|
mob_limiter_enabled: true
|
2012-03-03 04:29:54 +00:00
|
|
|
# Max per world:
|
2011-11-21 04:31:29 +00:00
|
|
|
mob_limiter_max: 50
|
2011-11-28 22:44:51 +00:00
|
|
|
mob_limiter_disable_dragon: true
|
|
|
|
mob_limiter_disable_ghast: true
|
|
|
|
mob_limiter_disable_slime: true
|
|
|
|
mob_limiter_disable_giant: true
|
2012-03-06 19:25:22 +00:00
|
|
|
|
|
|
|
# Flatlands
|
|
|
|
generate_flatlands: true
|
|
|
|
# Flatlands generation parameters, uses CleanroomGenerator syntax - http://dev.bukkit.org/server-mods/cleanroomgenerator/
|
|
|
|
flatlands_generation_params: 16,stone,32,dirt,1,grass
|
2012-09-15 21:00:44 +00:00
|
|
|
|
|
|
|
# Admin-Only Mode
|
|
|
|
admin_only_mode: false
|