This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
settings.yml
284 lines (259 loc) · 9.43 KB
/
settings.yml
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
name: NorthClient
defaulttheme: NorthClientTheme
logo: https://media.discordapp.net/attachments/984837636457918465/1000014634012647464/giphy.gif
version: 2.0.0
website:
port: 9000
secret: Example Secret
data:
email: "[email protected]"
number: "+49 1567 120321235"
gift:
enabled: true
discordserver:
enabled: true
invitelink: https://discord.gg/c2V7NKKWCT
ads:
enabled: false
script: ''
guildblacklist:
guilds:
- ServerID
- ServerID
pterodactyl: ##go to ur panel get a api
domain: https://panel.example.de
key: ptla_yourexamplepteroapi
AFK Party:
enabled: false
webhook: https://discord.com/api/webhooks/example/example
users: 25
multiplier: 2
changelog:
first:
header: Projekt Start
text: The project has started on 20.07.2022 at 21:00.
sent: sent 20.07.2022
second:
header: New Design
text: We went right to work on a new design.
sent: sent 20.07.2022
linkvertise: ##go to https://publisher.linkvertise.com/ to get ur userid
enabled: true
userid: 00000
coins: 25
status:
enabled: true
script: https://example.com
stripe:
enabled: true
key: 0000000000 # Replace this with your Stripe API Key
coins: 200 # Coins per amount in USD
amount: 1
smtp:
enabled: false
host: Example Host
port: 7080
username: Example Username
password: Example Password
api:
server:
enabled: true
key: API KEY
client:
j4r:
enabled: true
ads:
- name: Example Server 1
id: 984837635879104602
invite: https://discord.gg/c2V7NKKWCT
coins: 50
- name: Example Server 2
id: 984837635879104602
invite: https://discord.gg/c2V7NKKWCT
coins: 50
- name: Example Server 3
id: 984837635879104602
invite: https://discord.gg/c2V7NKKWCT
coins: 50
- name: Example Server 4
id: 984837635879104602
invite: https://discord.gg/c2V7NKKWCT
coins: 50
Role Packages:
enabled: false
Server: SERVERID # Replace SERVERID with your Guild/Server ID
list: # Replace ROLEID with the Role ID, you can add as many as you want.
RoleID: Package Name
bot:
token: Example Token
joinguild:
enabled: false
guildid:
- SERVERID
- SERVERID
forcejoin: false
registeredrole: ""
webhook:
webhook_url: Example URL
auditlogs:
enabled: false
disabled: []
passwordgenerator:
signup: true # Use this to disable signups
length: 8
allow:
newusers: true
regen: true
server:
create: true
modify: true
delete: true
overresourcessuspend: true # Enable this to suspend the server if the user edits the server resources
renewsuspendsystem:
enabled: false
time: 3600
cost: 0
oauth2:
id: "Ur ID"
secret: "Your Secret API"
link: "Your Domain"
callbackpath: "/callback"
prompt: true
ip:
trust x-forwarded-for: true
block: []
duplicate check: false
packages:
default: default
list:
default:
ram: 1024
disk: 1024
cpu: 100
servers: 1
databases: 2
allocations: 2
backups: 2
locations:
'1':
name: Node01
package: null
eggs:
paper:
display: Minecraft Java
minimum:
ram: 1024
disk: 1024
cpu: 100
maximum:
ram: 2000
disk: 2000
cpu: 2000
info:
egg: 3
docker_image: ghcr.io/pterodactyl/yolks:java_17
startup: java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true
-jar {{SERVER_JARFILE}}
environment:
SERVER_JARFILE: server.jar
BUILD_NUMBER: latest
feature_limits:
databases: 4
backups: 4
discord.js generic:
display: Discordjsgeneric
minimum:
ram: 512
disk: 512
cpu: 0
maximum:
ram: 2000
disk: 2000
cpu: 2000
info:
egg: 15
docker_image: ghcr.io/parkervcp/yolks:nodejs_17
startup: if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; /usr/local/bin/node /home/container/{{BOT_JS_FILE}}
feature_limits:
databases: 4
backups: 4
coins:
enabled: true
store:
enabled: true
ram:
cost: 100
per: 10
disk:
cost: 100
per: 10
cpu:
cost: 100
per: 10
servers:
cost: 100
per: 10
databases:
cost: 100
per: 10
ports:
cost: 100
per: 10
backups:
cost: 100
per: 10
widget: # If u wana use it u need to invite the Discord Bot (https://add.widgetbot.io/)
enabled: false
server_id: "GUILD_ID"
channel_Id: "CHANNEL_ID"
faq:
date: "12/12/2012"
payment:
questions:
Q1: "When is payment taken for my order?"
Q2: "How do I pay for my order?"
Q3: "What should I do if I'm having trouble placing an order?"
Q4: "Which license do I need for an end product that is only accessible to paying users?"
Q5: "Does my subscription automatically renew?"
answers:
A1: "Payment is taken during the checkout process when you pay for your order. The order number that appears on the confirmation screen indicates payment has been successfully processed."
A2: "We accept Visa®, MasterCard®, American Express®, and PayPal®. Our servers encrypt all information submitted to them, so you can be confident that your credit card information will be kept safe and secure."
A3: "For any technical difficulties you are experiencing with our website, please contact us at our support portal, or you can call us toll-free at +49 15132, or email us at [email protected]"
A4: "If you have paying users or you are developing any SaaS products then you need an Extended License. For each products, you need a license. You can get free lifetime updates as well."
A5: "No, This is not subscription based item.Pastry pudding cookie toffee bonbon jujubes jujubes powder topping. Jelly beans gummi bears sweet roll bonbon muffin liquorice. Wafer lollipop sesame snaps."
delivery:
questions:
Q1: "How would you ship my order?"
Q2: "What is the delivery cost of my order?"
Q3: "What to do if my product arrives damaged?"
answers:
A1: "For large products, we deliver your product via a third party logistics company offering you the “room of choice” scheduled delivery service. For small products, we offer free parcel delivery."
A2: "The cost of scheduled delivery is $69 or $99 per order, depending on the destination postal code. The parcel delivery is free."
A3: "We will promptly replace any product that is damaged in transit. Just contact our support team, to notify us of the situation within 48 hours of product arrival."
cr:
questions:
Q1: "Can I cancel my order?"
Q2: "Can I return my product?"
Q3: "Where can I view status of return?"
answers:
A1: "Scheduled delivery orders can be cancelled 72 hours prior to your selected delivery date for full refund. Parcel delivery orders cannot be cancelled, however a free return label can be provided upon request."
A2: "You can return your product within 15 days of delivery, by contacting our support team, All merchandise returned must be in the original packaging with all original items."
A3: "Locate the item from Your Orders Select Return/Refund status."
orders:
questions:
Q1: "Has my order been successful?"
Q2: "My Promotion Code is not working, what can I do?"
Q3: "How do I track my Orders?"
answers:
A1: "All successful order transactions will receive an order confirmation email once the order has been processed. If you have not received your order confirmation email within 24 hours, check your junk email or spam folder. Alternatively, log in to your account to check your order summary. If you do not have a account, you can contact our Customer Care Team on [email protected]."
A2: "If you are having issues with a promotion code, please contact us at [email protected] for assistance."
A3: "If you have an account just sign into your account from here and select“My Servers. If you have a a guest account track your order from here using the server number and the email address."
ps:
questions:
Q1: "Will I be notified once my order has shipped?"
Q2: "Where can I find warranty information?"
Q3: "How can I purchase additional warranty coverage?"
answers:
A1: "Yes, We will send you an email once your order has been shipped. This email will contain tracking and order information."
A2: "We are committed to quality products. For information on warranty period and warranty services, visit our Warranty section in Our Discord."
A3: "For the peace of your mind, we offer extended warranty plans that add additional year(s) of protection to the standard manufacturer’s warranty provided by us. To purchase or find out more about the extended warranty program, visit Extended Warranty section in our Discord."