-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
49 lines (49 loc) · 2.06 KB
/
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
{
"discord": {
"token": "",
"activity": "Handling promotions (BETA)",
"activity_type": -1,
"guild_id": 0,
"premium_role": 0,
"functional_roles": {},
"promotion_message": "Thank you for supporting us and joining premium! \uD83E\uDD73\nYour promotion is now complete.",
"promotion_start": {
"title": "\ud83d\udc8e Premium Promotion",
"content": "If you already purchased one of our plugins and haven't upgraded your Discord account to premium yet, you're definitely looking in the right place! By promoting yourself you **get access to** the following things:\n\n<:dot:1024566211209597009>Fast responding hotfixes\n<:dot:1024566211209597009>Official releases\n<:dot:1024566211209597009>Colored premium rank\n\n**How it works**\nAfter clicking on the button below, you will be asked to enter your SpigotMC user name. The bot then searches for a payment that was registered in combination with your name. If there is a match, a verification code will be generated which has to be forwarded to us via a conversation on SpigotMC. The entire process doesn't take longer than a minute!\n\n**Bought another plugin?**\nIn case you bought another plugin, you can simply update your roles by starting another promotion. You won't have to verify your SpigotMC account again if you already did that."
},
"spigot_author_id": 0
},
"email_service": {
"email": "[email protected]",
"password": "",
"host": "",
"port": 465,
"subject": "Discord Premium Verification",
"sender_name": "Discord Name <[email protected]>"
},
"paypal": {
"client_id": "",
"secret": "",
"begin_date": "2021-01-01T00:00:00Z"
},
"stripe": {
"enabled": true,
"custom_field": "spigotmcusername",
"payment_links": {
"https://buy.stripe.com/...": "12345",
"https://buy.stripe.com/....": "12345"
},
"secret": ""
},
"spigotmc": {
"recipient": "Your SpigotMC name",
"topic": "Discord Verification"
},
"database": {
"database": "",
"user": "",
"password": "",
"host": "",
"port": 3306
}
}