forked from NurMarvin/discord-tweaks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tweaks.json
112 lines (112 loc) · 4.37 KB
/
tweaks.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
[
{
"name": "Hide Help Button",
"author": "sdf#9069",
"description": "When enabled, the help button in the top right corner will not be shown."
},
{
"name": "Better Channel Categories",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, categories will be <s>aligned in the direction you choose</s> centered and <s>may have</s> has lines next to them <s>if you choose so</s>.",
"settings": [
{
"name": "Alignment",
"description": "Towards where should the category name be aligned.",
"options": [
"Left",
"Center",
"Right"
]
},
{
"name": "Line Style",
"description": "Should there be lines and if yes what style should they be.",
"options": [
"None",
"Dotted",
"Dashed",
"Solid"
]
}
]
},
{
"name": "Hide Blocked User Messages",
"author": "emma 🌺",
"authorUrl": "https://github.com/GhostlyDilemma",
"description": "When enabled, messages from blocked users will not be shown."
},
{
"name": "Rainbow Mentions",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, mentions have a rainbow gradient in the background."
},
{
"name": "Always Show Message Timestamps",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, message timestamps are always shown in compact mode."
},
{
"name": "Hide Library Button",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When toggled, the library button under the home tab will not be shown.<br>(Really helps to not always be reminded that Discord's game store only supports Windows)"
},
{
"name": "Scrollable Code Blocks",
"author": "NurMarvin",
"authorUrl": "https://github.com/NurMarvin/",
"description": "When enabled, code blocks are scrollable."
},
{
"name": "Hide Server Badges Unless Hovered",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, the server's badge will not be shown unless you hover over the guild name."
},
{
"name": "Show Full Role Names",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, role names in the user list on the right are fully shown by wrapping to the next line."
},
{
"name": "More Obvious Guild Speaker",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, the voice indicator icon on guilds is a little better to see."
},
{
"name": "Larger Profile Avatars",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, user avatars in the user popouts become a little bit bigger."
},
{
"name": "Hide Gift Button",
"author": "Soheab",
"authorUrl": "https://github.com/Soheab/",
"description": "When enabled, the gift button on the text field next to GIF will not be shown <s>(because honestly, who wants to give away free stuff to others)</s>."
},
{
"name": "Compact Extra Buttons",
"author": "Cadence",
"authorUrl": "https://github.com/cloudrac3r/",
"description": "When enabled, message buttons that are added by other plugins like Star, Quick React or Quote will be shown in a compact list when hovered over."
},
{
"name": "Hide Disabled Emojis",
"author": "Juby210",
"authorUrl": "https://github.com/juby210-PL/",
"description": "When enabled, disabled emojis are hidden in the emoji picker <s>(imagine not having nitro)</s>."
},
{
"name": "Make Guild Tooltips Great Again",
"author": "NurMarvin",
"authorUrl": "https://github.com/NurMarvin/",
"description": "When enabled, guild tooltips have their old styling again."
}
]