2017-05-21 19:11:12 +02:00
|
|
|
[Adjustable Blinky Plant]
|
|
|
|
|
|
|
|
# Minimal interval authorized. Any lower will be set to it.
|
|
|
|
moremesecons_adjustable_blinky_plant.min_interval (Minimum Interval) float 0.5
|
|
|
|
|
2017-02-11 14:01:20 +01:00
|
|
|
[Craftable Commandblock]
|
|
|
|
|
|
|
|
# Space-separated list of authorized commands
|
|
|
|
# Empty to authorize all
|
|
|
|
moremesecons_commandblock.authorized_commands (Authorized commands) string tell
|
|
|
|
|
|
|
|
# Maximum distance of the @nearest player
|
2017-02-11 15:44:53 +01:00
|
|
|
# Any value less than or equal to 0 will be changed to 1 and a NaN value will be changed to the default value
|
2017-02-11 14:01:20 +01:00
|
|
|
moremesecons_commandblock.nearest_max_distance (Nearest player maximum distance) float 8
|
|
|
|
|
2023-08-17 20:42:54 +02:00
|
|
|
[Entity Detector]
|
|
|
|
|
|
|
|
moremesecons_entity_detector.max_radius (Maximum entity detector radius) float 16 0
|
|
|
|
|
2017-02-11 14:01:20 +01:00
|
|
|
[Signal Jammer]
|
|
|
|
|
|
|
|
# Jammer action range
|
2017-02-11 15:44:53 +01:00
|
|
|
# Any value less than or equal to 0 will be changed to 1 and a NaN value will be changed to the default value
|
2017-02-11 14:01:20 +01:00
|
|
|
moremesecons_jammer.max_distance (Jammer action range) float 10
|
|
|
|
|
2017-04-19 20:52:50 +02:00
|
|
|
# Whether to enable the registration LBM.
|
|
|
|
# The registration LBM will recover the jammer database if the moremesecons_jammer
|
|
|
|
# mod storage has been removed, and will create that mod storage after an update
|
|
|
|
# from an older version which did not use it.
|
|
|
|
moremesecons_jammer.enable_lbm (Enable Registration LBM) bool false
|
|
|
|
|
2017-02-11 14:01:20 +01:00
|
|
|
[Player Killer]
|
|
|
|
|
|
|
|
# Player Killer action range
|
2017-02-11 15:44:53 +01:00
|
|
|
# Any value less than or equal to 0 will be changed to 1 and a NaN value will be changed to the default value
|
2017-02-11 14:01:20 +01:00
|
|
|
moremesecons_playerkiller.max_distance (Player Killer action range) float 8
|
|
|
|
|
|
|
|
[Sayer]
|
|
|
|
|
|
|
|
# Whether to use the Speech Dispatcher
|
|
|
|
# It will work only if:
|
|
|
|
# * moremesecons_sayer is present in your trusted_mods setting
|
|
|
|
# * you are playing in singleplayer
|
|
|
|
# * the speech-dispatcher is installed on your system
|
|
|
|
# * you are using a POSIX-compliant system and a sh-compatible shell (such as bash, dash, zsh...)
|
|
|
|
moremesecons_sayer.use_speech_dispatcher (Use the Speech Dispatcher) bool true
|
|
|
|
|
|
|
|
# Sayer range
|
2017-02-11 15:44:53 +01:00
|
|
|
# Any value less than or equal to 0 will be changed to 1 and a NaN value will be changed to the default value
|
2017-02-11 14:01:20 +01:00
|
|
|
moremesecons_sayer.max_distance (Range) float 8
|
|
|
|
|
|
|
|
[Teleporter]
|
|
|
|
|
|
|
|
# Maximum Teleporter To Teleporter distance
|
2017-02-11 15:44:53 +01:00
|
|
|
# Any value less than or equal to 0 will be changed to 1 and a NaN value will be changed to the default value
|
2017-02-11 14:01:20 +01:00
|
|
|
moremesecons_teleporter.max_t2t_distance (Maximum Teleporter To Teleporter distance) float 50
|
|
|
|
|
|
|
|
# Maximum Player To Teleporter distance
|
|
|
|
# Any value less than or equal to 0 will be set to 1
|
|
|
|
moremesecons_teleporter.max_p2t_distance (Maximum Player To Teleporter distance) float 25
|
|
|
|
|
2017-04-19 10:36:33 +02:00
|
|
|
# Whether to enable the registration LBM.
|
|
|
|
# The registration LBM will recover a teleporter network if the moremesecons_teleporter
|
|
|
|
# mod storage has been removed, and will create that mod storage after an update
|
|
|
|
# from an older version which did not use it.
|
|
|
|
moremesecons_teleporter.enable_lbm (Enable Registration LBM) bool false
|
|
|
|
|
2017-02-11 14:01:20 +01:00
|
|
|
[Wireless]
|
|
|
|
|
2021-03-07 10:23:29 +01:00
|
|
|
# Whether to enable the wireless jammer node
|
|
|
|
moremesecons_wireless.enable_jammer (Enable wireless jammer) bool true
|
|
|
|
|
2017-02-11 14:01:20 +01:00
|
|
|
# Wireless Jammer action range
|
2017-02-11 15:44:53 +01:00
|
|
|
# Any value less than or equal to 0 will be changed to 1 and a NaN value will be changed to the default value
|
2017-02-11 14:01:20 +01:00
|
|
|
moremesecons_wireless.jammer_max_distance (Wireless Jammer action range) float 15
|
2017-04-19 10:36:33 +02:00
|
|
|
|
|
|
|
# Whether to enable the registration LBM.
|
|
|
|
# The registration LBM will recover a wireless network if the moremesecons_wireless
|
|
|
|
# mod storage has been removed, and will create that mod storage after an update
|
|
|
|
# from an older version which did not use it.
|
|
|
|
moremesecons_wireless.enable_lbm (Enable Registration LBM) bool false
|