forked from osuripple/ripple-python-common
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdefault_config.json
72 lines (72 loc) · 1.82 KB
/
default_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
{
"common": {
"rankable-mods": {
"NOFAIL": true,
"EASY": true,
"TOUCHSCREEN": true,
"HIDDEN": true,
"HARDROCK": true,
"SUDDENDEATH": true,
"DOUBLETIME": true,
"RELAX": false,
"HALFTIME": true,
"NIGHTCORE": true,
"FLASHLIGHT": true,
"SPUNOUT": true,
"RELAX2": false,
"PERFECT": true,
"KEY1": true,
"KEY2": true,
"KEY3": true,
"KEY4": true,
"KEY5": true,
"KEY6": true,
"KEY7": true,
"KEY8": true,
"KEY9": true,
"KEY10": true,
"FADEIN": true,
"RANDOM": true,
"SCOREV2": false,
"AUTOPLAY": false,
"LASTMOD": false
}
},
"lets": {
"submit": {
"max-std-pp": 700,
"score-overwrite": "score"
},
"allowed-beatmap-rankstatus": {
"UNKNOWN": false,
"NOT_SUBMITTED": false,
"PENDING": false,
"NEED_UPDATE": false,
"RANKED": true,
"APPROVED": true,
"QUALIFIED": true,
"LOVED": true
},
"scoreboard": {
"ppboard": false
}
},
"pep.py": {
"support-email": "[email protected]",
"faq":
{
"rules": "Please make sure to check (Ripple's rules)[http://ripple.moe/?p=23].",
"swearing": "Please don't abuse swearing",
"spam": "Please don't spam",
"offend": "Please don't offend other players",
"github": "(Ripple's Github page!)[https://github.com/osuripple/ripple]",
"discord": "(Join Ripple's Discord!)[https://discord.gg/0rJcZruIsA6rXuIx]",
"blog": "You can find the latest Ripple news on the (blog)[https://ripple.moe/blog/]!",
"changelog": "Check the (changelog)[https://ripple.moe/index.php?p=17] !",
"status": "Check the server status (here!)[https://ripple.moe/index.php?p=27]",
"english": "Please keep this channel in english.",
"topic": "Can you please drop the topic and talk about something else?",
"lines": "Please try to keep your sentences on a single line to avoid getting silenced."
}
}
}