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-11-27 02:09:52 +02:00
global.config = { }
global.config . player_list = { }
global.config . player_list.enable_coin_col = true
global.config . paint = { }
global.config . paint.enable = true
global.config . fish_market = { }
global.config . fish_market.enable = true
global.config . nuke_control = { }
global.config . nuke_control.enable_autokick = true
global.config . nuke_control.enable_autoban = true
global.config . hodor = true
global.config . auto_respond = true
global.config . mentions = true
global.config . nuke_control.nuke_min_time_hours = 3 --how long a player must be on the server to be allowed to use the nuke
2018-11-13 01:30:30 +02:00
-- The title of the map
2018-11-27 02:09:52 +02:00
global.config . map_name_key = ' This Map has no name '
2018-11-13 01:30:30 +02:00
-- The long description of the map, typically 1 paragraph
2018-11-27 02:09:52 +02:00
global.config . 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) "
2018-11-13 01:30:30 +02:00
-- The feature list of the map
2018-11-27 02:09:52 +02:00
global.config . map_extra_info_key = ' This map has no extra infomation '
2018-11-13 01:30:30 +02:00
-- New Scenario Features, appears in the "What's new" tab
2018-11-27 02:09:52 +02:00
global.config . new_info_key = ' Nothing is new. The world is at peace '