mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-12 13:04:33 +01:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"HttpServer": {
|
|
"BindAddress": "0.0.0.0",
|
|
"PublicAddress": "127.0.0.1",
|
|
"Port": 80
|
|
},
|
|
"GameServer": {
|
|
"BindAddress": "0.0.0.0",
|
|
"PublicAddress": "127.0.0.1",
|
|
"Port": 21000,
|
|
"KcpAliveMs": 45000,
|
|
"DatabaseName": "kiana.db",
|
|
"GameServerId": "KianaBH",
|
|
"GameServerName": "KianaBH"
|
|
},
|
|
"Path": {
|
|
"ResourcePath": "Resources",
|
|
"ConfigPath": "Config",
|
|
"DatabasePath": "Config/Database",
|
|
"HandbookPath": "Config/Handbook",
|
|
"LogPath": "Config/Logs",
|
|
"DataPath": "Config/Data"
|
|
},
|
|
"ServerOption": {
|
|
"Language": "EN",
|
|
"FallbackLanguage": "EN",
|
|
"DefaultPermissions": [
|
|
"Admin"
|
|
],
|
|
"ServerProfile": {
|
|
"Name": "Server",
|
|
"Uid": 80,
|
|
"Signature": "Type /help for a list of commands",
|
|
"Level": 1,
|
|
"HeadIcon": 200105,
|
|
"ChatBubbleId": 220001,
|
|
"DisplayAvatarId": 1001,
|
|
"DisplayAvatarLevel": 1
|
|
},
|
|
"AutoCreateUser": true,
|
|
"SavePersonalDebugFile": false,
|
|
"AutoSendResponseWhenNoHandler": false,
|
|
"EnableDebug": true,
|
|
"DebugMessage": true,
|
|
"DebugDetailMessage": true,
|
|
"DebugNoHandlerPacket": true
|
|
}
|
|
} |