From 8b824682e82668b1f2a9ef5f2fcd242c0955439f Mon Sep 17 00:00:00 2001 From: Steven Lawson Date: Wed, 12 Oct 2011 15:35:43 -0400 Subject: [PATCH] Forgot config.yml --- src/config.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/config.yml diff --git a/src/config.yml b/src/config.yml new file mode 100644 index 00000000..1e4b849a --- /dev/null +++ b/src/config.yml @@ -0,0 +1,30 @@ +#Block placement prevention: +allow_fire_place: false +allow_fire_spread: false +allow_lava_damage: false +allow_lava_place: false +allow_water_place: false + +# Explosion management: +allow_explosions: false +explosiveRadius: 4.0 + +#Automatically wipe dropped objects: +auto_wipe: true + +# Nuking prevention: +nuke_monitor: true +nuke_monitor_count: 100 +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 + +# Superadmins: Users that can always log in and use the most powerful commands: +# When online-mode = false, only superadmin_ips will be used. +superadmins: + - Madgeek1450 + - markbyron +superadmin_ips: + - 0.0.0.0 \ No newline at end of file