This repository was archived by the owner on Jun 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json.example
More file actions
53 lines (53 loc) · 1.33 KB
/
settings.json.example
File metadata and controls
53 lines (53 loc) · 1.33 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
{
"host": "127.0.0.1",
"port": 25564,
"version": "1.13.2",
"targetServer": "main",
"maxInQueue": 2000,
"maxPlayers": 50,
"queueChat": {
"enable": false,
"slowMode": true,
"slowDelay": {
"seconds": 30
},
"tooFast": [
{
"text": "You are sending chat too fast!",
"color": "red"
}
]
},
"text": {
"welcome": [
{
"text":"Welcome to Server Name !!"
},
"\n",
{
"text":"You are now queueing up, please "
},
{
"text":"click here",
"clickEvent":{
"action":"open_url",
"value":"https://github.com/eslym/bungee-queue/issues"
},
"hoverEvent":{
"action":"show_text",
"value":"Click to open feedback page"
}
},
{
"text":" to submit your feedback."
},
"\n"
],
"queueNumber": "§r§eYour current queue number: %d",
"enteringGame": "§r§eYou are now entering game."
},
"soundNotify": {
"since": 5,
"sound": "entity.experience_orb.pickup"
}
}