-
Notifications
You must be signed in to change notification settings - Fork 22
/
config.json
143 lines (143 loc) · 3.47 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"folderStructure": {
"resources": "./resources/",
"data": "./data/",
"packets": "./packets/",
"scripts": "./resources/Scripts/",
"plugins": "./plugins/"
},
"databaseInfo": {
"server": {
"connectionUri": "mongodb://localhost:27017",
"collection": "grasscutter"
},
"game": {
"connectionUri": "mongodb://localhost:27017",
"collection": "grasscutter"
}
},
"language": {
"language": "en_SG",
"fallback": "en_US",
"document": "EN"
},
"account": {
"autoCreate": true,
"EXPERIMENTAL_RealPassword": false,
"defaultPermissions": ["server.*","player.*"],
"maxPlayer": -1
},
"server": {
"debugWhitelist": [],
"debugBlacklist": [],
"runMode": "HYBRID",
"http": {
"bindAddress": "0.0.0.0",
"bindPort": 443,
"accessAddress": "127.0.0.1",
"accessPort": 0,
"encryption": {
"useEncryption": true,
"useInRouting": true,
"keystore": "./keystore.p12",
"keystorePassword": "123456"
},
"policies": {
"cors": {
"enabled": false,
"allowedOrigins": [
"*"
]
}
},
"files": {
"indexFile": "./index.html",
"errorFile": "./404.html"
}
},
"game": {
"bindAddress": "0.0.0.0",
"bindPort": 22102,
"accessAddress": "127.0.0.1",
"accessPort": 0,
"loadEntitiesForPlayerRange": 100,
"enableScriptInBigWorld": false,
"enableConsole": true,
"kcpInterval": 20,
"logPackets": "ALL",
"gameOptions": {
"inventoryLimits": {
"weapons": 2000,
"relics": 2000,
"materials": 2000,
"furniture": 2000,
"all": 30000
},
"avatarLimits": {
"singlePlayerTeam": 40,
"multiplayerTeam": 40
},
"sceneEntityLimit": 10000,
"watchGachaConfig": false,
"enableShopItems": true,
"staminaUsage": false,
"energyUsage": false,
"fishhookTeleport": true,
"resinOptions": {
"resinUsage": false,
"cap": 160,
"rechargeTime": 480
},
"rates": {
"adventureExp": 1.0,
"mora": 1.0,
"leyLines": 1.0
}
},
"joinOptions": {
"welcomeEmotes": [
2007,
1002,
4010
],
"welcomeMessage": "Welcome to nilou and cyno's asshole",
"welcomeMail": {
"title": "paimon has big nipples (real)",
"content": "come succ paimon off\nRUN NEW COMMAND /givenew or /gn to get the new items in 3.1!\n\nAlso use /prop um 1 to unlock desert region.",
"sender": "Paimon's Nipples",
"items": [
{
"itemId": 223,
"itemCount": 99999,
"itemLevel": 1
},
{
"itemId": 224,
"itemCount": 99999,
"itemLevel": 1
},
{
"itemId": 201,
"itemCount": 99999,
"itemLevel": 1
}
]
}
},
"serverAccount": {
"avatarId": 10000070,
"nameCardId": 210133,
"adventureRank": 1,
"worldLevel": 0,
"nickName": "Paimon's Nipples",
"signature": "talk to me bitches"
}
},
"dispatch": {
"regions": [],
"defaultName": "Grasscutter",
"logRequests": "NONE"
}
},
"version": 4
}