forked from Bloom-host/BloomDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
embeds.yml
1513 lines (1340 loc) · 62.7 KB
/
embeds.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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This is the source file of BloomBot's embeds
# For more information, please see the README
help:
title: 'BloomBot Help'
title-icon: '%guildicon%'
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/animated_icon.gif'
footer: 'BloomBot - Bloom.host'
fields:
- title: ':grey_question: Help Commands'
description: |+
• `!help` - Here you are!
• `!waitlist` - Join the waitlist
• `!rate` - Satisfied with Bloom?
• `!docs` - List of all other documents
• `!hastebin` - For all your pasting needs!
• `!duck` - Generate a random duck!
inline: true
- title: ':link: Links'
description: |+
• [Website](https://bloom.host/)
• [Billing Panel](https://billing.bloom.host/)
• [Duck Panel](https://mc.bloom.host/)
• [Old VPS Panel](https://vps.bloom.host/)
• [VPS Panel](https://virt.bloom.host/)
• [Bare Metal Panel](https://dedi.bloom.host/)
inline: true
- title: ':gear: Misc Commands'
description: |+
• `!stats` - Some stats
• `!duck` - Get a random duck!
• `!suggest <idea>` - Create a suggestion
• `!steal <name> <link | emoji>` - Add a new emoji
• `!edit <id> <fixed idea>` - Modify your suggestion
inline: false
- title: ':label: Ticket Commands'
description: |+
• `!close [reason]` - Close your ticket
• `!rename <name>` - Rename a ticket
• `!transfer <@tag | userid>` - Transfer a ticket to another user
• `!add <@user | userid>` - Add a user to your ticket
• `!remove <@user | userid>` - Remove a user from your ticket
inline: true
clientlogs:
aliases: [ 'clogs' ]
colour: '#D7B48E'
description: |+
## 🪵 Fetch Client Logs
In order to fetch your latest client-side logs, please follow these steps:
1. In-game, press 'Options', then 'Resource Packs' and then 'Open Pack Folder'.
2. In the file explorer, go a directory above your current one and locate `logs/`
3. Within, find the `latest.log` file and drag & drop it to Discord.
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/client_logs.gif'
timezone:
aliases: [ 'tz' ]
colour: '#FAFAFA'
description: |+
## ⏱ Timezone Change
### DuckPanel
It is **not** possible to change the timezone of the panel currently.
### Java
You can change the timezone for Minecraft and other Java-based servers by adding the following flag to the 'Startup'
tab:
```
-Duser.timezone=<timezone here>
```
You can find a [list of valid timezones here](https://tutorials.jenkov.com/java-date-time/java-util-timezone.html).
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/timezone.png'
billing:
aliases:
- 'billingticket'
- 'ticket'
- 'verification'
- 'verify'
title: '📜 Changes To Services Require Account Verification'
description: |+
Our staff need to confirm you are the account holder to be able to process changes on your services and accounts.
Please go to the support section of our billing area [located here](https://billing.bloom.host/supporttickets.php).
Once signed in, please open a billing ticket requesting the change.
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/docs_icon.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/billing_ticket.png'
buttons:
- [ 'Open Billing Ticket', 'https://billing.bloom.host/submitticket.php', '<:bloom:732019289741066379>', '1' ]
voicechat:
aliases:
- 'vc'
- 'simplevoicechat'
- 'svc'
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/voicechat.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/voicechat-2.png'
title: 'Sponsored by Bloom: Simple Voice Chat'
title-icon: '%guildicon%'
description: >
Simple Voice Chat is an easy-to-use and reliable in-game voice chat
modification and plugin for Minecraft servers.
buttons:
- [ 'Website', 'https://modrepo.de/minecraft/voicechat/wiki/?t=setup' ]
- [ 'CurseForge', 'https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat/' ]
- [ 'Bukkit', 'https://dev.bukkit.org/projects/simple-voice-chat' ]
- [ 'Docs', 'https://docs.bloom.host/multiplatform/simple-voice-chat/' ]
demo:
aliases: [ 'demopanel' ]
title: '<:aaaduck:755553395363938344> Bloom.host Demo Panel'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/demo.png'
description: |+
Check out our demo panel with all the DuckPanel's features and looks!
buttons:
- [ 'Open Demo', 'https://demo.bloom.host', '<:aaaduck:755553395363938344>' ]
updating:
aliases:
- 'update'
- 'changeversion'
- 'changingversions'
- 'changingjar'
- 'changingjars'
title: '📜 How to update, change versions or change server jar'
description: >
Check out our comprehensive guide on how to update, change versions
or server jar [here](https://docs.bloom.host/running_a_server/updating).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/running_a_server/updating/1.png'
pingissues:
title: ':warning: Bloom Docs - How to diagnose and fix ping issues'
description: >
Check out our comprehensive guide on how to diagnose and fix ping
issues [here](https://docs.bloom.host/extras/ping-issues/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/G7k4om.png'
bungeeguard:
title: ':warning: Bloom Docs - BungeeGuard'
description: >
Check out our comprehensive guide on BungeeGuard
[here](https://docs.bloom.host/waterfall/#setting-up-bungeeguard).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/ZvaY5o.png'
paper:
aliases: [ 'papermc' ]
title: PaperMC
description: >
PaperMC is a fork of Spigot that aims to improve server performance,
security, and gameplay consistency. It's generally the most popular and
recommended fork among the MC community, meeting the needs of most MC
servers out there.
PaperMC is compatible with every plugin that works on Spigot (except outdated ones, you shouldn't be using these either way), and even improves performance on some optimized plugins meant to work better on Paper.
thumbnail: 'https://avatars.githubusercontent.com/u/7608950'
fields:
- title: 'Links'
description: |+
• [PaperMC Downloads](https://papermc.io/downloads)
• [PaperMC Discord Server](https://discord.gg/papermc)
• [GitHub Repository](https://github.com/PaperMC/Paper/)
inline: false
aikar:
aliases:
- 'flags'
- 'flag'
- 'aikars'
- 'ram'
title: '<:ram:850401810018598982> Aikar''s Flags'
description: >
At Bloom, we utilize Aikar's flags on [Paper](https://papermc.io/) servers by default, which pre-allocates all of
the server's available memory for better performance. You can see your
server's actual memory usage by running `tps mem` command
(or `memory` if you use EssentialsX) from your server console.
🔗 Wish to know more? Check out [this post](https://docs.papermc.io/paper/aikars-flags/)!
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/gNzJPp.png'
contribute:
aliases: [ 'contribute-docs' ]
title: 'Contribute to our Documentation!'
description: >
Most of our documentation have been written by our community. You can
contribute too! Fork the documentation repository or write an article in PDF
or on a Word document and send it to us through a support ticket and we will
add it.
🔗 Wish to know more? Check out [how to contribute to our documentation](https://github.com/Bloom-host/BloomDocs/blob/master/README.md)!
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/documentation.png'
fbi:
aliases: [ 'fbimeme' ]
text: https://i.clumsy.host/fbi.mp4
fbiinfo:
aliases:
- 'offlinemode'
- 'blackspigot'
- 'piracyisbad'
- 'crackedserver'
- 'cracked'
- 'offline'
title: '🚫 Piracy Is Bad'
colour: '#dd2e44'
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/85dAco.png'
description: >
In case you are doing any of the following, you will __not receive
any support__ from Bloom community, staff members, most plugin developers
and server/proxy software staff.
fields:
- title: '<:warn:849551085873135657> Cracked Servers'
description: >
Using offline-mode on servers bypasses Mojang's authentication system
entirely meaning there are __countless security exploits__ people can
use. This feature is meant to be used for developers and proxies. (In
case you *are* using an online-mode proxy, you seriously need to check
your configuration - See `!security`)
inline: false
- title: '🏴☠ Pirated Software'
description: >
Using any kind of software obtained from unofficial sites such as
BlackSpigot has a high chance of containing viruses, force-op, and more.
If you wish to use Premium software, pay for it.
inline: false
winmtr:
aliases:
- 'ping'
- 'network'
- 'mtr'
title: 'Diagnosing Connection Issues'
description: >
*MTR probes routers on the route path by limiting the number of
hops individual packets may traverse, and listening to responses of their
expiry.*
footer: 'BloomBot - Bloom.host'
footer-icon: '%guildicon%'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/G7k4om.png'
fields:
- title: '<:windows:849551086158741524> Windows'
description: |+
You can use a software such as [WinMTR](https://sourceforge.net/projects/winmtr/).
**1**. Click the link and download the application
**2**. Extract the downloaded archive and open the folder.
**3**. Start the `WinMTR.exe` file and enter your server's IP address in the 'host' field.
**4**. Click start and let it run for at least a minute.
**5**. Take a screenshot of the results so we can analyze your route.
inline: false
- title: '<:apple:849551086028849152> <:linux:955230938084818964> Other Operating Systems'
description: |+
In case you are using another operating system such as macOS or Linux, be sure to let us know we'll guide you through the process!
inline: false
grafana:
aliases:
- 'unifiedmetrics'
- 'prom'
- 'prometheus'
- 'metrics'
title: '<:grafana:870895629507903499> Grafana'
description: >
Setup Grafana, Prometheus, and UnifiedMetrics so you can have more
stats about your minecraft server, which couldn't be done without our lovely
server splitter :)
Guide located [here](https://docs.bloom.host/other-servers/grafana/).
image: 'https://raw.githubusercontent.com/Cubxity/UnifiedMetrics/dev/0.3.x/.github/assets/grafana.png'
bin:
aliases:
- 'hastebin'
- 'pastebin'
- 'mclogs'
- 'mclo.gs'
- 'paste'
title: 'Log Sharing'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/mclogs.png'
description: |+
Use [mclo.gs](https://mclo.gs), a handy text sharing service!
In the panel, use the `Uploads Logs` button next to the console area, or `Publish on mclo.gs` for config files!
buttons:
- [ 'Open mclo.gs ', 'https://mclo.gs', '🔗' ]
vps:
title: 'VPS - Virtual Private Servers'
description: |+
Our VPS plans come with a bare Linux command line installation. This means
that you will not be able to use our personalized Minecraft control panel
and you will need Linux command line experience to be able to manage your
VPS. VPS plans are unmanaged and support for configuring and managing the
server isn't provided.
If you don't have any experience with Linux we recommend you go with our [Minecraft plans](https://bloom.host/minecraft).
Are you new to VPS? Check out our [Get Started with VPS guide](https://docs.bloom.host/VPS/starting-with-vps)!
waitlist:
aliases: [ 'wl' ]
title: 'About the Waitlist'
description: |+
To enter the Bloom.host waitlist, follow these steps
**1.** Join the Waitlist Discord server [here](https://Bloom.host/waitlist).
**2.** Create a ticket and let us know what plan/location you want to wait for.
**3.** When it's your turn, you'll be pinged in your ticket. You have 24 hours to respond, otherwise, you lose your spot in line.
**4.** Transfer or purchase your server!
Thanks again for your interest in our plans!
palworld:
title: 'How to change config on your Palworld server'
description: |+
To change your config on your Palworld server, follow the steps
[in our guide](https://docs.bloom.host/games/palworld/config)!
palworldupdate:
aliases: [ 'palupdate' ]
title: 'How to update your server to the latest version of Palworld'
description: |+
To update your server to the latest version of Palworld, follow the steps
[in our guide](https://docs.bloom.host/games/palworld/update)!
palworldinfo:
aliases: [ 'palinfo' ]
title: 'Palworld Frequent Issues & FAQ'
description: |+
Find useful information, such as known issues, frequently asked questions, and more, for Palworld
[in our guide](https://docs.bloom.host/games/palworld/update)!
rate:
aliases: [ 'support' ]
title: 'Rate Bloom.host!'
description: 'If you''re having a good experience with Bloom.host, rate us!'
fields:
- title: 'Links'
description: |+
• [Trustpilot](https://www.trustpilot.com/review/bloom.host)
• [MC Market (Minecraft)](https://www.mc-market.org/threads/612586/)
• [Admincraft Marketplace](https://www.reddit.com/r/admincraft/comments/shvm6f/admincraft_monthly_marketplace/hv4tx5h/)
inline: false
bloomab:
aliases: [ 'ab', 'bab', 'blab' ]
description: |+
## <:bitwarden:805611737692766249> Bloom Anti Bot Plugin
Learn about our plugin for Minecraft servers that interacts with our custom on-site DDoS protection to provide Layer 7 protection for Minecraft: Java Edition.
buttons:
- [ 'Documentation', 'https://docs.bloom.host/ab', '<:info:849551086032781332>' ]
- [ 'Latest Release', 'https://github.com/Bloom-host/BloomAB/releases/latest', '<:CloseEmoji:777970302297833512>' ]
- [ 'Source Code', 'https://github.com/Bloom-host/BloomAB', '<:github:1205553982152515744>' ]
chunky:
title: 'Chunky'
title-icon: '%guildicon%'
description: |+
Chunky is a fast, easy and safe tool for pre-generating chunks on your
server.
Chunk generation in Minecraft is slow, which can sometimes cause server lag or slow chunk loading for players. Generating them upfront will help improve performance and gameplay on almost any server.
See our official guide for Chunky [here](https://docs.bloom.host/multiplatform/chunky).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/chunky.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/8ytho7.png'
fields:
- title: '⭐ Chunky'
description: |+
• [Spigot - Plugin Version](https://www.spigotmc.org/resources/chunky.81534/)
• [CurseForge - Forge Mod Version](https://www.curseforge.com/minecraft/mc-mods/chunky-pregenerator-forge)
• [CurseForge - Fabric Mod Version](https://www.curseforge.com/minecraft/mc-mods/chunky-pregenerator)
• [Official Documentation](https://github.com/pop4959/Chunky/wiki)
• [Support Server](https://discord.gg/ZwVJukcNQG)
inline: false
- title: '🌍 ChunkyBorder'
description: |+
An add-on for Chunky which lets you create and manage custom world borders.
• [Spigot- Plugin Version](https://www.spigotmc.org/resources/chunkyborder.84278/)
• [CurseForge - Fabric Mod Version](https://www.curseforge.com/minecraft/mc-mods/chunky-border)
• [GitHub Repository](https://github.com/pop4959/ChunkyBorder)
• [Support Server](https://discord.gg/ZwVJukcNQG)
inline: false
velocity:
aliases: [ 'velo' ]
title: 'Velocity'
description: |+
Velocity is a next-generation Minecraft proxy focused on scalability and flexibility created by the initial developer of Waterfall and RedisBungee.
Velocity uses less CPU and RAM, leaving more resources for your server.
Velocity also features modern forwarding, leaving your back-end servers safe.
Check out our comprehensive guide on Velocity [here](https://docs.bloom.host/velocity).
**Velocity is not a BungeeCord fork, BungeeCord plugins will not work unless stated that they do.**
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/velocity.png'
fields:
- title: 'Links'
description: |+
• [Velocity](https://papermc.io/downloads#Velocity)
• [GitHub Repository](https://github.com/PaperMC/Velocity)
inline: false
security:
aliases: [ 'proxysecurity' ]
title: '✅ Secure Your Servers'
footer: 'BloomBot - Bloom.host'
colour: '#77b255'
fields:
- title: 'Using BungeeCord/Waterfall'
description: |+
⚠️ Waterfall as of March 26th, 2024 is now considered End of Life and will not recieve updates going forward.
It is currently recommended to migrate to [Velocity](https://docs.bloom.host/velocity) as soon as possible.
More information is available [on the PaperMC website](https://forums.papermc.io/threads/announcing-the-end-of-life-of-waterfall.1088/)
When using a proxy software such as BungeeCord or Waterfall, make sure:
• `online-mode=` is set to `false` in server.properties
• `bungeecord:` is set to `true` in spigot.yml
• you have BungeeGuard installed (!`bungeeguard`) or have backends firewalled off.
inline: false
- title: 'Using Velocity with modern forwarding'
description: |+
When using Velocity with using modern forwarding as your proxy, make
sure:
• `online-mode=` is set to `false` in server.properties
• `bungeecord:` is set to `false` in spigot.yml
• `enabled:` and `online-mode` under `velocity-support` is set to true in paper.yml
• `secret` under `velocity-support` is set to Velocity's `forwarding-secret` setting. Both of these must be exactly the same or you will be unable to connect to your server!
inline: false
- title: 'Using Velocity with BungeeGuard forwarding'
description: |+
When using Velocity with BungeeGuard forwarding as your proxy, make sure:
• `online-mode=` is set to `false` in server.properties
• `bungeecord:` is set to `true` in spigot.yml
• `enabled:` under `velocity-support` is set to false in paper.yml – This setting is for Velocity modern forwarding and you will not be able to join your server with both this and bungeecord forwarding enabled!
• you have BungeeGuard installed (!`bungeeguard`) and that your token in the BungeeGuard plugin on the backend servers matches what is set for Velocity's `forwarding-secret` setting or you will be unable to connect to your server!
inline: false
# Todo: this is really generic
details:
aliases:
- 'accountdetails'
- 'ad'
title: '📜 Bloom Docs - Editing Account Details'
description: |+
Check out our comprehensive guide on editing your accounts' details
[here](https://docs.bloom.host/extras/account-details/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
welcome:
aliases:
- 'login'
- 'credentials'
title: '📜 Welcome to Bloom!'
description: |+
Welcome to Bloom! We are happy to have you!
You can log in into our Minecraft panel using this link: https://mc.bloom.host
**The login credentials for our Minecraft panel are the same you use for your billing account.**
For **Virtual Private Servers (VPS)** you will receive an email with a randomly generated password, IP address and VNC credentials. You can reset the root and VNC password in the VPS control panel.
You can log in into our VPS panel using this link: https://vps.bloom.host
If you don't receive the email, you can click on 'Forgot Password?' and it will sent you a link to configure a new one.
**Remember to join our main Discord server:** https://discord.gg/bloom
buttons:
- [ 'Join main Discord', 'https://discord.gg/bloom' ]
- [ 'Open Minecraft Panel', 'https://mc.bloom.host' ]
- [ 'Open VPS Panel', 'https://vps.bloom.host' ]
panelissues:
title: '📜 Panel Connection Issues - How to attempt to fix them'
description: |+
If you see the error: **We're having some trouble connecting to your server,
please wait...** on the panel and our support team has confirmed that there
is no issue with the panel, your server or the node itself please follow the
steps listed below:
- Try clearing your browser cache from the browser settings or use Ctrl + F5 while on the Bloom panel.
- Try using incognito mode on your browser to access the panel. (At the top right of your browser, click the three dots and then New Incognito Window.)
- Try another browser.
If the steps above don't fix it then it indicates you may have an issue with your network connection, if that's the case follow the steps below:
- Try accessing the panel with your phone using mobile data and not wifi. You can also share a hotspot to your PC.
- Try using a VPN like Cloudflare WARP https://1.1.1.1/ and see if that fixes it. If the issue gets fixed by using a VPN then there's an issue with your network connection. You can try restarting your router/modem and computer and see if that fixes it, if not then you may need to contact your ISP to report the issue.
waterfall:
title: '⚠️ Waterfall - End of Life'
description: >
Waterfall as of March 26th, 2024 is now considered End of Life and will not recieve updates going forward.
It is currently recommended to migrate to [Velocity](https://docs.bloom.host/velocity) as soon as possible.
More information is available [on the PaperMC website](https://forums.papermc.io/threads/announcing-the-end-of-life-of-waterfall.1088/)
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
# Todo: this is really generic
binarysearch:
aliases: [ 'binary' ]
title: '📜 Bloom Docs - Binary Search'
description: >
Check out our comprehensive guide on how to do a binary search
[here](https://docs.bloom.host/binarysearch).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
importserver:
aliases:
- 'import'
- 'importer'
- 'serverimporter'
- 'serverimport'
- 'servertransfer'
title: '📜 Bloom Docs - Server Importer'
description: >
Check out our comprehensive guide on our Server Importer feature -
An easy way to import your server files from your old host. Details
[here](https://docs.bloom.host/server-importer).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://docs.bloom.host/assets/images/1-f63d21b5dd3fbb0392aa5c30a55e6650.png'
importdatabase:
aliases:
- 'importdatabases'
- 'importdb'
- 'databaseimport'
- 'databasetransfer'
title: '📜 Bloom Docs - How to import databases'
description: |+
Check out our comprehensive guide on how to import databases.
Details [here](https://docs.bloom.host/databases#importing-mysql-databases).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://docs.bloom.host/assets/images/3-c203038839d42eb177a6608cf37bcae6.png'
panel:
aliases:
- 'basiccontrols'
- 'bc'
title: '📜 Bloom Docs - Duck Panel'
description: >
Check out our showcase of the DuckPanel
[here](https://Bloom.host/duck-panel) and our in-depth documentation of it
[here](https://docs.bloom.host/basic-controls/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/I5X0x8.png'
upgrade:
aliases:
- 'upgrades'
- 'downgrade'
- 'downgrades'
- 'transfers'
title: '📜 Plan upgrades, downgrades and location changes can now be done through the billing panel'
description: |+
To request a plan upgrade, downgrade or a change of location go to the Products section of our billing panel [here](https://billing.bloom.host/clientarea.php?action=services), sign in with your Billing Account, click the three dots to the right side of the Product you want to upgrade, then select the Upgrade/Downgrade button.
On the upgrade page you will be able to select to what location and plan you want to upgrade/downgrade to, here you can also switch between datacenter locations. Once you select the plan it will generate an invoice (if needed) which needs to be paid before the upgrade and transfer process begins.
**If you want to upgrade/downgrade a VPS or downgrade to a Minecraft Essentials plan open a Billing Ticket [here](https://billing.bloom.host/clientarea.php?action=services)**
Read more about how upgrades work [here](https://docs.bloom.host/billing/upgrades/#transfers).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/upgrade.png'
buttons:
- [ 'Products page', 'https://billing.bloom.host/clientarea.php?action=services', '<:bloom:732019289741066379>' ]
documentation:
aliases:
- 'docs-link'
- 'doc-link'
- 'docs'
title: '📜 Bloom Docs'
description: |+
Check out our documentation [here](https://docs.bloom.host).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/docs.png'
schedules:
aliases: [ 'schedule' ]
title: '📜 Bloom Docs - Schedules'
description: >
Check out our comprehensive guide on scheduling actions using the
Duckpanel [here](https://docs.bloom.host/schedules).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/rgabRH.png'
sftp:
aliases: [ 'ftp' ]
title: '📜 Bloom Docs - SFTP'
description: >
Check out our comprehensive guide on using file transfer protocol
applications [here](https://docs.bloom.host/sftp).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/6IBNVE.png'
emailchange:
aliases:
- 'email'
- 'changemail'
- 'emailaddress'
- 'changemailaddress'
title: '📜 Bloom Docs - How to change your email address'
description: >
Check out our comprehensive guide that shows you how to change your
email address [here](https://docs.bloom.host/billing/email_change).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/billing/email_change/2.png'
subusers:
aliases:
- 'users'
- 'sb'
- 'subuser'
title: '📜 Bloom Docs - Subusers'
description: >
Check out our comprehensive guide on subusers
[here](https://docs.bloom.host/users).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/ARyhBo.png'
database:
aliases:
- 'databases'
- 'mysql'
title: '📜 Bloom Docs - MySQL'
description: >
Check out our comprehensive guide on MySQL databases
[here](https://docs.bloom.host/databases/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/ZAYTsz.png'
revproxy:
aliases:
- 'reverseproxy'
- 'rp'
title: '📜 Bloom Docs - Reverse-Proxy'
description: >
Check out our comprehensive guide on reverse-proxying web
applications [here](https://docs.bloom.host/ports-and-proxies/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/ZIT9nf.png'
split:
aliases:
- 'splitserver'
- 'serversplit'
title: '📜 Bloom Docs - Split Servers'
description: >
Check out our comprehensive guide on server splitting
[here](https://docs.bloom.host/split-server/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/xLXWBT.png'
filemanager:
aliases:
- 'files'
- 'file'
- 'manager'
title: '📜 Bloom Docs - File Manager'
description: >
Check out our comprehensive guide on our built-in file manager
[here](https://docs.bloom.host/file-manager-controls/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/twkYen.png'
backup:
aliases: [ 'backups' ]
title: '📜 Bloom Docs - Backups'
description: >
Check out our comprehensive guide on automatic and manual backups
[here](https://docs.bloom.host/backups/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/8K5up1.png'
vnc:
title: '📜 Bloom Docs - VNC'
description: >
Check out our comprehensive guide on how to connect via VNC
[here](https://docs.bloom.host/VPS/vnc/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
2fa:
title: '📜 Bloom Docs - 2-Factor Authentication'
description: >
Check out our comprehensive guide on how to protect your accounts
with 2FA [here](https://docs.bloom.host/2fa/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/dpomnF.png'
status:
title: '🌐 Bloom.Host Network Status'
description: >
Check out our nodes status and uptime
[here](https://status.bloom.host)! We also publish node status on
<#742044812177309728>
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/status.png'
jars:
aliases:
- 'serverjars'
- 'whichjar'
title: '📜 Bloom Docs - Server Jars'
description: >
Check out our comprehensive guide on picking the right server
software [here](https://docs.bloom.host/jars/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/NniDCP.png'
clumsyloader:
aliases:
- 'bloomloader'
- 'loader'
title: '📜 Bloom Docs - ClumsyLoader'
description: >
Check out our comprehensive guide on using ClumsyLoader
[here](https://docs.bloom.host/extras/clumsyloader)! ClumsyLoader provides
an alternative way to download your server backups to your VPS or computer.
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/extras/clumsyloader/', '❔' ]
whitelist:
aliases:
- 'whitelists'
title: '📜 Bloom Docs - Whitelist'
description: >
Check out our comprehensive guide on using a whitelist
[here](https://docs.bloom.host/whitelist/)!
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/whitelist/', '❔' ]
internal:
aliases:
- 'internal-servers'
- 'internal-server'
- 'backend'
title: '📜 Bloom Docs - Internal Servers'
description: >
Check out our comprehensive guide on internal servers
[here](https://docs.bloom.host/internal-servers/)!
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/internal-servers/', '❔' ]
stripe:
title: '📜 Bloom Docs - Stripe Subscriptions'
description: >
Check out our comprehensive guide on how to configure a Stripe
Subscription or how to cancel automatic payments
[here](https://docs.bloom.host/billing/stripe).
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/billing/stripe', '❔' ]
paypal:
title: '📜 Bloom Docs - PayPal Subscriptions'
description: >
Check out our comprehensive guide on how to configure a PayPal
Subscription or how to cancel automatic payments
[here](https://docs.bloom.host/billing/paypal).
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/billing/paypal', '❔' ]
suspensions:
aliases:
- 'suspension'
- 'termination'
- 'terminations'
title: '📜 Bloom Docs - Suspensions and Terminations'
description: >
Check out our comprehensive guide on how Suspensions and
Terminations work at Bloom
[here](https://docs.bloom.host/billing/suspensions_and_terminations).
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/billing/suspensions_and_terminations', '❔' ]
billingsubusers:
aliases: [ 'billingsubuser' ]
title: '📜 Bloom Docs - Billing Subusers'
description: >
Check out our comprehensive guide on how to create billing subusers
[here](https://docs.bloom.host/billing/billing_subusers).
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/billing/billing_subusers', '❔' ]
cancellation:
aliases:
- 'cancellations'
- 'cancel'
title: '📜 Bloom Docs - Cancellations'
description: >
Check out our comprehensive guide on how to request a service
cancellation [here](https://docs.bloom.host/billing/cancellations).
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/billing/cancellations', '❔' ]
refunds:
aliases: [ 'refund' ]
title: '📜 Bloom Docs - How to request a refund'
description: >
Check out our comprehensive guide on how to request a refund
[here](https://docs.bloom.host/billing/refunds).
buttons:
- [ 'Open Docs', 'https://docs.bloom.host/billing/refunds', '❔' ]
fabric:
title: '📜 Bloom Docs - Fabric'
description: >
Check out our comprehensive guide on installing Fabric to your
server [here](https://docs.bloom.host/fabric-setup/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/cTEy1Q.png'
serverpack:
aliases: [ 'serverpacks' ]
title: '📜 Bloom Docs - Installing a modpack on your server'
description: >
Check out our comprehensive guide on installing Modpacks to your
server [here](https://docs.bloom.host/modpacks/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
forge:
title: '📜 Bloom Docs - Forge'
description: >
Check out our comprehensive guide on installing Forge to your
server [here](https://docs.bloom.host/forge-setup/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/SylbcQ.png'
gtnh:
title: '📜 Bloom Docs - GTNH'
description: >
Check out our guide to installing Gregtech: New Horizons [here](https://docs.bloom.host/gtnh/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/plugins_and_modifications/gtnh/GTNH_icon.png'
plugins:
aliases:
- 'plugin'
- 'spigotplugins'
- 'bukkitplugins'
- 'paperplugins'
title: '📜 Bloom Docs - Spigot Plugins'
description: >
Check out our comprehensive guide on installing Spigot Plugins
[here](https://docs.bloom.host/installing-plugins/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/Y9KelU.png'
servermods:
aliases:
- 'servermod'
- 'fabricmods'
- 'fabricmod'
- 'forgemods'
- 'forgemod'
title: '📜 Bloom Docs - Server Mods'
description: >
Check out our comprehensive guide on installing Forge or Fabric
mods [here](https://docs.bloom.host/mods-install/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/wHrhIR.png'
optimization:
aliases:
- 'optimize'
- 'lowtps'
- 'optimisation'
- 'optimise'
title: '📜 Bloom Docs - Server Optimizations'
description: >
Check out our comprehensive guide on server optimizations
[here](https://docs.bloom.host/optimization/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/FcHN3O.png'
domain:
aliases: [ 'ip' ]
title: '📜 Bloom Docs - Domain'
description: >
Check out our comprehensive guide on connecting your server with
your domain [here](https://docs.bloom.host/domain/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/97nYMU.gif'
resourcepack:
aliases:
- 'texturepack'
- 'serverpack'
- 'serverresource'
title: '📜 Bloom Docs - Server-Side Resourcepack'
description: >
Check out our comprehensive guide on installing a server-side
resourcepack [here](https://docs.bloom.host/resourcepack/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/K3v1x4.png'
java:
aliases: [ 'jvm' ]
title: '📜 Bloom Docs - Java Version'
description: >
Check out our comprehensive guide on changing your server's Java
version [here](https://docs.bloom.host/java-version/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/a0Oz1b.png'
java17:
aliases: [ 'jvm17' ]
title: '📜 Minecraft 1.18+ needs Java 17'
description: |+
The new release of Minecraft 1.18 needs Java 17.
You can change your Java version by going to the startup tab and selecting Java 17 under the Java Version section. You can see our comprehensive guide on changing your server's Java version [here](https://docs.bloom.host/java-version/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/java.png'
emergencyrestore:
title: '📜 Bloom Docs - Emergency Restores'
aliases:
- 'emergencyrestores'
- 'emergencybackup'
- 'emergencybackups'
- 'er'
description: |+
We have emergency node backups we can restore your server from.
The first emergency restore is free, but after that is $5 each one.
Please open a ticket on our [billing panel](https://billing.bloom.host/supporttickets.php) requesting the emergency restore. In the ticket include the server ID and the approximate time you want your server restored to, please write the time in UTC, you can use [Dateful](https://dateful.com/time-zone-converter) to convert timezones.
Emergency restores are done manually, so it can take us up to 24 hours to process the restore.
In the future please make use of our backup system, it's free and you can schedule backups. Take a look at how our backup system works here: [How are backups handled?](https://docs.bloom.host/backups)
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
datapack:
aliases: [ 'datapacks' ]
title: '📜 Bloom Docs - Datapacks'
description: >
Check out our comprehensive guide on installing datapacks to your
server [here](https://docs.bloom.host/datapacks/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/Qryijp.png'
timings:
aliases: [ 'timing' ]
title: '📜 Bloom Docs - Timings'
description: >
⚠️ Timings has been deprecated by PaperMC team in 1.21 and will be removed in a future version.
The PaperMC team will be replacing timings with Spark (see `!spark`).
More information is available [here](https://github.com/PaperMC/Paper/discussions/10565).
Check out our comprehensive guide on creating a timings report to
debug TPS issues on your server [here](https://docs.bloom.host/timings/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/ZX46Vs.png'
spark:
aliases: [ 'profiler' ]
title: '📜 Bloom Docs - Spark'
description: >
Check out our comprehensive guide on creating a spark profiler to
debug TPS issues on your server [here](https://docs.bloom.host/spark/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/imgs/running_a_server/spark/1.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/imgs/running_a_server/spark/1.png'
motd:
title: '📜 Bloom Docs - MOTD'
description: >
Check out our comprehensive guide on how to change your server's
message of the day [here](https://docs.bloom.host/motd/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/swkTMA.png'
reset:
aliases:
- 'resetworld'
- 'worldreset'
title: '📜 Bloom Docs - World Reset'
description: >
Check out our comprehensive guide on how to reset your world
[here](https://docs.bloom.host/world-reset/).
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/dCHgqO.gif'
caddy:
aliases:
- 'caddysplit'
- 'caddyserver'
title: '📜 Bloom Docs - Caddy Split Server'
description: |+
Check out our comprehensive guide on how to split your server into a Caddy Server [here](https://docs.bloom.host/other-servers/caddy-server)!
As Caddy is an unsupported server split (which means you will not receive any support from staff), you can ask for community help in <#737803938430189678>!
thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png'
image: 'https://caddyserver.com/resources/images/caddy-open-graph.jpg'
ark:
title: '📜 Bloom Docs - How to create an ARK: Survival Evolved server'
description: |+
Check out our comprehensive guide on how to create an ARK: Survival Evolved