mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Forgot config.yml
This commit is contained in:
parent
b8d5e2f974
commit
8b824682e8
30
src/config.yml
Normal file
30
src/config.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user