This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
121 lines (121 loc) · 2.91 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"accountDatabase": {
"uri": "mongodb://localhost:27017",
"collection": "lunarcore",
"useInternal": true
},
"gameDatabase": {
"uri": "mongodb://localhost:27017",
"collection": "lunarcore",
"useInternal": true
},
"internalMongoServer": {
"address": "localhost",
"port": 27017,
"filePath": "database.mv"
},
"useSameDatabase": true,
"keystore": {
"path": "./keystore.p12",
"password": "lunar"
},
"httpServer": {
"useSSL": false,
"regionListRefresh": 60000,
"bindAddress": "0.0.0.0",
"bindPort": 443,
"publicAddress": "127.0.0.1",
"publicPort": null
},
"gameServer": {
"id": "lunar_rail_test",
"name": "Lunar Core",
"description": "A LunarCore server",
"kcpInterval": 40,
"kcpTimeout": 30,
"bindAddress": "0.0.0.0",
"bindPort": 23301,
"publicAddress": "127.0.0.1",
"publicPort": null
},
"serverOptions": {
"autoCreateAccount": true,
"sceneMaxEntites": 500,
"maxCustomRelicLevel": 9999,
"unlockAllChallenges": true,
"spendStamina": true,
"staminaRecoveryRate": 300,
"staminaReserveRecoveryRate": 1080,
"startTrailblazerLevel": 70,
"autoUpgradeWorldLevel": true,
"language": "EN",
"defaultPermissions": [
"*"
],
"serverFriendInfo": {
"name": "Gorujo",
"signature": "Type /help for a list of commands",
"level": 69,
"headIcon": 201111,
"chatBubbleId": 0,
"displayAvatarId": 1111,
"displayAvatarLevel": 80
},
"welcomeMail": {
"title": "Welcome to a LunarCore server",
"sender": "Gorujo",
"content": "Welcome to Lunar Core! Please take these items as a starter gift. For a list of commands, type /help in the server (Gorujo) chat window. Check out our \u003ca type\u003dOpenURL1 href\u003dhttps://discord.gg/cfPKJ6N5hw\u003eDiscord\u003c/a\u003e and \u003ca type\u003dOpenURL1 href\u003dhttps://github.com/Melledy/LunarCore\u003eGithub\u003c/a\u003e for more information about the server.",
"attachments": [
{
"id": 2,
"count": 100000000
},
{
"id": 1,
"count": 9999999
},
{
"id": 101,
"count": 999
},
{
"id": 102,
"count": 999
},
{
"id": 1001,
"count": 7
},
{
"id": 1002,
"count": 7
}
]
}
},
"serverTime": {
"spoofTime": false,
"spoofDate": "15-01-2024 02:00:00"
},
"serverRates": {
"exp": 1.0,
"credit": 1.0,
"jade": 1.0,
"material": 1.0,
"equip": 1.0
},
"logOptions": {
"commands": true,
"connections": true,
"packets": false,
"filterLoopingPackets": false
},
"downloadData": {
"assetBundleUrl": null,
"exResourceUrl": null,
"luaUrl": null,
"ifixUrl": null
},
"resourceDir": "./resources",
"dataDir": "./data"
}