-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig-example.json
More file actions
98 lines (98 loc) · 2.62 KB
/
config-example.json
File metadata and controls
98 lines (98 loc) · 2.62 KB
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
{
"replacementMessages": [
"*"
],
"hubEditors": [
"not a username. if this array is empty. anyone can edit the hub level."
],
"moderators": [],
"listOperators": [],
"texturePackUrl": "https://bunnynabbit.com/classicube/palette-tex.png",
"floorTextureUrl": "https://bunnynabbit.com/classicube/vt-floor.png",
"serverName": "Voxel Telephone",
"hatchday": [
{
"month": 12,
"day": 1,
"joinMessage": "&bHappy hatchday to BunnyNabbit \"Aon\"!",
"hubName": "hub-hatchday",
"hubTrack": "hubTrackHatchday",
"userSignificance": "BunnyNabbit"
}
],
"integrations": [
{
"class": "ServerAnnouncement",
"interests": [
"gameProgression",
"chatMessage",
"playerConnection"
]
}
],
"port": 25565,
"dbName": "voxeltelephone",
"hubName": "hub",
"postToMainServer": false,
"verifyUsernames": true,
"maxIpConnections": 3,
"inspirationFeeds": [
"https://www.bing.com/images/feed",
"https://mix.com/topic/for-you"
],
"sounds": {
"enabled": false,
"interfacePort": 1333,
"audioPlayerBaseURL": "http://127.0.0.1:1333/"
},
"website": {
"baseURL": "https://voxel-telephone.bunnynabbit.com/"
},
"announcements": {
"interval": 180000,
"categoryWeight": {
"donation": 1,
"openSource": 1,
"buildingCommands": 8,
"gameTips": 8,
"safety": 1
},
"messages": {
"donation": [
"announcements.donation.0",
"announcements.donation.1"
],
"openSource": [
"announcements.openSource.0",
"announcements.openSource.1"
],
"buildingCommands": [
"announcements.buildingCommands.0",
"announcements.buildingCommands.1",
"announcements.buildingCommands.2",
"announcements.buildingCommands.3",
"announcements.buildingCommands.4",
"announcements.buildingCommands.5"
],
"gameTips": [
"announcements.gameTips.0",
"announcements.gameTips.1",
"announcements.gameTips.2"
],
"safety": [
"announcements.safety.0"
]
}
},
"taglines": [
"announcements.taglines.0",
"announcements.taglines.1",
"announcements.taglines.2",
"announcements.taglines.3",
"announcements.taglines.4",
"announcements.taglines.5",
"announcements.taglines.6"
],
"skipCompletedGames": false,
"skipCheckedCompletedTurns": 2
}