Change server config language from JSON to TOML
This commit is contained in:
@@ -1,62 +0,0 @@
|
||||
{
|
||||
"name": "2009scape",
|
||||
|
||||
"GameSettings": {
|
||||
"debug": true,
|
||||
"dev": true,
|
||||
"startGui": false,
|
||||
"worldID":"1",
|
||||
"countryID": "0",
|
||||
"activity": "2009scape classic.",
|
||||
"pvpWorld": false,
|
||||
"msip": "127.0.0.1",
|
||||
"default_xp_rate": "5",
|
||||
"allow_slayer_reroll": false,
|
||||
"enable_default_clan": true,
|
||||
"enable_bots": true,
|
||||
"autostock_ge": true,
|
||||
"allow_token_purchase": true,
|
||||
"max_adv_bots": "100",
|
||||
"message_of_the_week_identifier": "0",
|
||||
"skillcape_perks": false,
|
||||
"message_of_the_week_text": "Welcome to 2009Scape! <br><col=11ff00>N</col><col=ecff00>o</col><col=ff8300>w</col <col=ff0000>i</col><col=ff00d4>n</col> <col=6100ff>T</col><col=000fff>e</col><col=00f0ff>c</col><col=00ff59>h</col><col=93ff00>n</col><col=ff9e00>i</col><col=ff0000>c</col><col=ff00d1>o</col><col=2700ff>l</col><col=00f7ff>o</col><col=00ff0c>r</col><col=ff0000>!</col>"
|
||||
},
|
||||
|
||||
"ServerSettings": {
|
||||
"writeLogs": true,
|
||||
"max_players": "2000",
|
||||
"max_npcs": "32000",
|
||||
"new_player_location": "2524,5002,0",
|
||||
"home_location": "3222,3218,0",
|
||||
"data_path": "data",
|
||||
"cache_path": "./data/cache",
|
||||
"store_path": "./data/store",
|
||||
"save_path": "./data/players",
|
||||
"configs_path": "./data/configs",
|
||||
"grand_exchange_data_path": "./data/eco/",
|
||||
"rare_drop_table_path": "./data/RDT.xml",
|
||||
"object_parser_path": "./data/ObjectParser.xml",
|
||||
"scripts_path": "scripts/",
|
||||
"dialogue_scripts_path": "scripts/dialogue/",
|
||||
"logs_path": "data/logs/",
|
||||
"bot_data_path": "data/botdata/",
|
||||
"database_name": "global",
|
||||
"database_username": "root",
|
||||
"database_password": "",
|
||||
"database_address": "127.0.0.1",
|
||||
"database_port": "3306",
|
||||
"ms_secret_key": "2009scape_development",
|
||||
"enable_gui": false
|
||||
},
|
||||
|
||||
"PluginToggles": {
|
||||
"Trivia": false,
|
||||
"RPS": false,
|
||||
"Boredom": false,
|
||||
"ShootingStars": true,
|
||||
"MysteryBox": true,
|
||||
"PKZone": false,
|
||||
"ObjectParser": true,
|
||||
"BlackJack": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user