1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-04 09:42:30 +02:00
RedMew/config.lua

38 lines
1.0 KiB
Lua
Raw Normal View History

2018-09-23 13:22:14 +02:00
_DEBUG = false
2018-11-24 18:40:55 +02:00
_CHEATS = false
2018-08-25 13:55:33 +02:00
MARKET_ITEM = 'coin'
2018-05-22 02:03:04 +02:00
2018-12-01 23:06:24 +02:00
global.config = {
-- The title of the map
map_name_key = 'This Map has no name',
2018-12-01 23:06:24 +02:00
-- The long description of the map, typically 1 paragraph
map_description_key = "By default this section is blank as it's supposed to be filled out on a per map basis. (If you're seeing this message, ping the admin team to get a description added for this map)",
-- The feature list of the map
map_extra_info_key = 'This map has no extra information',
-- New Scenario Features, appears in the "What's new" tab
new_info_key = 'Nothing is new. The world is at peace',
player_list = {
enable_coin_col = true,
},
paint = {
enable = true,
},
fish_market = {
enable = true,
},
nuke_control = {
enable_autokick = true,
enable_autoban = true,
-- how long a player must be on the server to be allowed to use the nuke
nuke_min_time_hours = 3,
},
hodor = true,
auto_respond = true,
mentions = true,
}