-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorials.json
178 lines (178 loc) · 8.69 KB
/
tutorials.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
[{
"title": "Welcome to the XP Tutorial",
"fields": [{
"title": "Introduction to this Thread",
"content": "Hey, and welcome to the official XP tutorial.\nHere you will learn how to successfully tailor XP to your server.\nWe'll also make XP easy to learn, so you can easily customize and add to your server in the future.",
"inline": true
}
],
"image": "https://img.namespace.media/images/2021/05/10/Discord_LXN7ZDJIRc.png"
},
{
"title": "XP Tutorial - Prefixes",
"fields": [{
"title": "Introduction to Prefixes",
"content": "Prefixes are the set of characters in front of a command that tell XP that you want to execute one.\n\nBy default the prefix of XP is set to \"{PREFIX}\", but you can also simply mark XP to execute a command."
},
{
"title": "Customization",
"content": "```md\n{PREFIX}prefix <your_new_prefix>```"
}
],
"image": "https://img.namespace.media/images/2021/05/10/prefix.png",
"help": {
"command": "prefix",
"emote": "842424178531369010"
}
},
{
"title": "XP Tutorial - Module System",
"fields": [{
"title": "Introduction to Modules",
"content": "XP is divided into a few easy to understand modules to turn functions on or off.\n\ne.g. the module \"MessageXP\" controls if members get XP by writing messages in the server, while the \"Autonick\" module controls if the levels of the users are displayed in their nicknames."
},
{
"title": "Customization",
"content": "```md\n> List the current modules and settings\n{PREFIX}modules\n\n> Switch the setting of a module\n{PREFIX}module <module>```"
}
],
"image": "https://img.namespace.media/images/2021/05/12/modules.png",
"help": {
"command": "modules",
"emote": "842424178531369010"
}
},
{
"title": "XP Tutorial - Values System",
"fields": [{
"title": "Introduction to Values",
"content": "Just like modules, values allow you to customize XP to your server and application.\n\nValues, unlike modules, do not control functions, but the values that are distributed or used to make the functions work as they are supposed to.\n\nFor example, with the Values system we can set how much XP a member gets per message, how long cooldowns last between messages, how levels voice chat sessions are calculated, ..."
},
{
"title": "Customization",
"content": "```md\n> List all currently set values\n{PREFIX}values\n\n> Set a value \n{PREFIX}value <value_name> <new_amount>```"
}
],
"image": "https://img.namespace.media/images/2021/05/12/values.png",
"help": {
"command": "values",
"emote": "842424178531369010"
}
},
{
"title": "XP Tutorial - Logger",
"fields": [{
"title": "Introduction to Logging",
"content": "The loggers allow you to easily set channels where you want to receive messages like level up notices from XP."
},
{
"title": "Customization",
"content": "```md\n> List every available logger\n{PREFIX}logging\n\n> Assign a Channel to a logger\n{PREFIX}logging <logger> <#TextChannel>\n\n> Revmove an assigned logger\n{PREFIX}logging <logger>```"
}
],
"image": "https://img.namespace.media/images/2021/05/13/logger.png",
"help": {
"command": "logging",
"emote": "842424178531369010"
}
},
{
"title": "XP Tutorial - LevelUp Messages",
"fields": [{
"title": "Introduction to Announcements",
"content": "Announcements allow you to have XP notify you and your members when a user has reached a level. Announcements can be completely customized to your server and allow you to ping members.",
"inline": true
}, {
"title": "Where will my Announcements be printed",
"content": "Announcements are sent either in the \"current\"-channel mode or in a previously set logger.",
"inline": true
}, {
"title": "How to setup a custom message",
"content": "Announcement messages can be created by yourself without any problems using the commands below. You only need the following attributes:\n```md\n> Use the following attributes\n{TAG} • e.g. Clyde#0000\n{MNT} • e.g. @Clyde\n{LVL} • e.g. 233\n{CMB} • e.g. 2```",
"inline": false
},
{
"title": "Customization",
"content": "```md\n> Every usage can be found here:\n{PREFIX}help announce```"
}
],
"image": "https://img.namespace.media/images/2021/05/13/announce.png",
"help": {
"command": "announce",
"emote": "842424178531369010"
}
},
{
"title": "XP Tutorial - Level Roles",
"fields": [{
"title": "Introduction to Level Roles",
"content": "Level roles give you the ability to automatically assign a role to members for reaching a certain level.",
"inline": true
},
{
"title": "For Example",
"content": "If a user reaches level 150 and you have created a _**Cool Special People**_ role for level 150, this user will receive this and all previous roles.",
"inline": true
},
{
"title": "Usage",
"content": "```md\n> List all currently set roles\n{PREFIX}roles\n\n> Add a level role \n{PREFIX}role set <@role> <level>\n\n> Remove a level role \n{PREFIX}role remove <level>```"
}
],
"image": "https://img.namespace.media/images/2021/05/13/levelroles.png",
"help": {
"command": "roles",
"emote": "842424178531369010"
}
},
{
"title": "XP Tutorial - Boosted Roles",
"fields": [{
"title": "Introduction to Boosted Roles",
"content": "Boosted roles can be used to increase the xp rewards of certain users. Any user who has a boosted role will receive the correspondingly higher xp rewards.",
"inline": true
},
{
"title": "For Example",
"content": "If a User has a boosted role with 25% and another with 10%, any of their XP payouts will be increased by 35%.",
"inline": true
},
{
"title": "Usage",
"content": "```md\n> List all currently set roles\n{PREFIX}roles\n\n> Add a boosted role \n{PREFIX}role boost set <@role> <boost_percentage>\n\n> Remove a boosted role \n{PREFIX}role boost remove <@role>```"
}
],
"image": "https://img.namespace.media/images/2021/05/13/boostedroles.png"
},
{
"title": "XP Tutorial - Games",
"fields": [{
"title": "Standard Games",
"content": "Games like \"roll\", \"loot\" or \"fish\" allow you to earn small amounts of xp by repeatedly playing games of chance. Games can be played every 2 minutes.",
"inline": true
}, {
"title": "Party Games",
"content": "A party allows you to play all three games \"roll\", \"loot\" and \"fish\" at the same time with your friends and compete with them.",
"inline": true
},
{
"title": "Usage",
"content": "```md\n{PREFIX}roll\n{PREFIX}loot\n{PREFIX}fish\n\n{PREFIX}party\n> Let only the winner get the reward\n{PREFIX}party \"luck\"\n```"
}
],
"image": "https://img.namespace.media/images/2021/05/13/gamesbbdd74e88033d6e3.png"
},
{
"title": "XP Tutorial - Manual XP Editing",
"fields": [{
"title": "Introduction to Manual XP Editing",
"content": "You can of course control your members' xp accounts manually. For example, you can easily set the level of a user or add or remove someone's xp."
},
{
"title": "Usage",
"content": "```md\n{PREFIX}addxp <@Member> <xp>\n{PREFIX}removexp <@Member> <xp>\n{PREFIX}setxp <@Member> <xp>\n{PREFIX}setlevel <@Member> <level>```"
}
],
"image": "https://img.namespace.media/images/2021/05/13/addxp.png"
}
]