-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
96 lines (96 loc) · 2.73 KB
/
config.js
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
module.exports = {
nodeName: "asia, Thailand bangkok",
version: {
"release": require("./package.json").version,
"prerelease": require("./package.json").version
},
modHeader: {
name: "Figura/"+require("./package.json").version+"+1.20.1",
enable: false
},
multiInstant: true,
whitelist: false,
port: 3000,
host: "0.0.0.0",
welcomeMessage: "Hello from MagicFigura Emulator V2",
limit: {
"rate": {
"pingSize": 1024,
"pingRate": 32,
"equip": 1,
"download": 50,
"upload": 1
},
"limits": {
"maxAvatarSize": 100000,
"maxAvatars": 5,
"allowedBadges": {
"special": Array(6).fill(0),
"pride": Array(26).fill(0)
}
}
},
motd: [
{
"clickEvent": {
"action": "open_url",
"value": "https://kfn.moe"
},
"text": "MagicFigura by "
},
{
"clickEvent": {
"action": "open_url",
"value": "https://kfn.moe"
},
"color": "gold",
"underlined": true,
"text": "KafuneCH"
},
{
"color": "white",
"text": "\n\nสนับสนุนพวกเราด้วยการโดเนท\nเพื่อให้โปรเจ็คนี้อยู่ต่อไปได้นาน ๆ\n\n["
},
{
"clickEvent": {
"action": "open_url",
"value": "https://donate.kfn.moe/d/kafunech"
},
"color": "green",
"underlined": true,
"text": "คลิ๊กที่นี่"
},
{
"color": "white",
"text": "] เพื่อโดเนทขอบคุณครับ (✿◡‿◡)"
},
{
"color": "white",
"text": "\n\n◆ Social Media ◆\n"
},
{
"clickEvent": {
"action": "open_url",
"value": "https://github.com/asamikafune"
},
"color": "blue",
"text": "Github: asamikafune\n"
},
{
"clickEvent": {
"action": "open_url",
"value": "https://www.youtube.com/@kafunech?sub_confirmation=1"
},
"color": "red",
"text": "Youtube: @kafunech\n"
},
{
"clickEvent": {
"action": "open_url",
"value": "https://kfn.moe"
},
"color": "yellow",
"text": "Website: kfn.moe"
}
]
}