This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocumentation.html
885 lines (785 loc) · 36.6 KB
/
documentation.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="assets/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css"
integrity="sha512-+WF6UMXHki/uCy0vATJzyA9EmAcohIQuwpNz0qEO+5UeE5ibPejMRdFuARSrl1trs3skqie0rY/gNiolfaef5w=="
crossorigin="anonymous"/>
<link rel="stylesheet" href="assets/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta property="og:title" content="OpenAudioMc">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<meta property="og:image"
content="assets/logo.png">
<meta property="og:url" content="https://openaudiomc.net/">
<meta property="og:site_name" content="OpenAudioMc">
<meta property="og:description" content="OpenAudioMc is the all in one minecraft audio and voicechat solution">
<meta name="twitter:title" content="OpenAudioMc - The most advanced Minecraft audio and voice system">
<meta name="twitter:image"
content="assets/logo.png">
<meta name="twitter:url" content="https://twitter.com/Mindgamesnl">
<meta name="twitter:card" content="summary">
<script src="https://kit.fontawesome.com/356f5e0146.js" crossorigin="anonymous"></script>
<meta name="description"
content="A real time web client for minecraft to play and manage sounds, game notifications and much more. This project includes the plugin (bungee + spigot + velocity), common java library, web client and build scripts. - OpenAudioMc: A real time web client for minecraft to play and manage sounds, game notifications and much more. This project includes the plugin (bungee + spigot + velocity), common java library, web client and build scripts.">
<link rel="fluid-icon" href="assets/logo.png" title="OpenAudioMc">
<meta name="twitter:image:src" content="assets/banner.png"/>
<meta name="twitter:site" content="@openaudiomc"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title"
content="OpenAudioMc: A real time web client for minecraft to play and manage sounds, game notifications and much more. This project includes the plugin (bungee + spigot + velocity), common java library, web client and build scripts."/>
<meta name="twitter:description"
content="A real time web client for minecraft to play and manage sounds, game notifications and much more. This project includes the plugin (bungee + spigot + velocity), common java library, web client and ..."/>
<meta property="og:image" content="assets/banner.png"/>
<meta property="og:image:alt"
content="A real time web client for minecraft to play and manage sounds, game notifications and much more. This project includes the plugin (bungee + spigot + velocity), common java library, web client and ..."/>
<meta property="og:site_name" content="OpenAudioMc"/>
<meta property="og:type" content="object"/>
<meta property="og:title"
content="OpenAudioMc: A real time web client for minecraft to play and manage sounds, game notifications and much more. This project includes the plugin (bungee + spigot + velocity), common java library, web client and build scripts."/>
<meta property="og:url" content="https://openaudiomc.net/"/>
<meta property="og:description"
content="A real time web client for minecraft to play and manage sounds, game notifications and much more. This project includes the plugin (bungee + spigot + velocity), common java library, web client and ..."/>
<title>OpenAudioMc - Audio for Minecraft</title>
<!-- redirect to https://minecraftvoicechat.com -->
<meta http-equiv="refresh" content="0; URL=https://minecraftvoicechat.com">
<script>
if (window.location.href.indexOf("https://minecraftvoicechat.com") == -1) {
window.location.href = "https://minecraftvoicechat.com";
}
</script>
</head>
<body class="bg-white">
<div class="px-4 py-6 mx-auto lg:py-8 sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8">
<div class="relative flex items-center justify-between lg:justify-center lg:space-x-16">
<ul class="flex items-center flex space-x-8 lg:flex">
<li><a href="https://discord.openaudiomc.net/" aria-label="Our product" title="Our product" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-deep-purple-accent-400">Discord</a></li>
<li><a href="https://www.spigotmc.org/resources/openaudiomc-proximity-voice-chat-realtime-music-no-mods.30691/" aria-label="Our product" title="Our product" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-deep-purple-accent-400">Spigot</a></li>
<li><a href="https://github.com/Mindgamesnl/OpenAudioMc" aria-label="Product pricing" title="Product pricing" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-deep-purple-accent-400">Github</a></li>
</ul>
<a href="/" aria-label="Company" title="Company" class="inline-flex items-center">
<img src="assets/logo.png" style="height: 50px">
<span class="ml-2 text-xl font-bold tracking-wide text-gray-800 uppercase">OpenAudioMc</span>
</a>
<ul class="flex items-center flex space-x-8 lg:flex">
<li><a href="https://patreon.com/mindgamesnl" aria-label="About us" title="About us" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-deep-purple-accent-400">Patreon</a></li>
<li><a href="documentation.html" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-deep-purple-accent-400">Documentation</a></li>
<li><a href="https://account.craftmend.com/register" aria-label="Sign up" title="Sign up" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-deep-purple-accent-400">My Account</a></li>
</ul>
<!-- Mobile menu -->
</div>
</div>
<div class="inset-x-0 bottom-0 pb-2 sm:pb-5">
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
<div class="rounded-lg bg-red-600 p-2 shadow-lg sm:p-3">
<div class="flex flex-wrap items-center justify-between">
<div class="flex w-0 flex-1 items-center">
<span class="flex rounded-lg bg-red-800 p-2">
<svg class="h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 001.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 010 3.46" />
</svg>
</span>
<p class="ml-3 font-medium text-white">
<span class="md:hidden"><b>This article is outdated! please update to the latest OpenAudioMc version and visit the docs on <a class="text-indigo-100" href="https://openaudiomc.net/docs">our new website</a></b></span>
<span class="hidden md:inline"><b>This article is outdated! please update to the latest OpenAudioMc version and visit the docs on <a class="text-indigo-100" href="https://openaudiomc.net/docs">our new website</a></b></span>
</p>
</div>
<div class="order-3 mt-2 w-full flex-shrink-0 sm:order-2 sm:mt-0 sm:w-auto">
<a href="https://discord.openaudiomc.net/" class="flex items-center justify-center rounded-md border border-transparent bg-white px-4 py-2 text-sm font-medium text-indigo-600 shadow-sm hover:bg-indigo-50">Support Discord</a>
</div>
</div>
</div>
</div>
</div>
<div class="inset-x-0 bottom-0 pb-2 sm:pb-5">
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
<div class="rounded-lg bg-red-600 p-2 shadow-lg sm:p-3">
<div class="flex flex-wrap items-center justify-between">
<div class="flex w-0 flex-1 items-center">
<span class="flex rounded-lg bg-red-800 p-2">
<svg class="h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 001.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 010 3.46" />
</svg>
</span>
<p class="ml-3 font-medium text-white">
<span class="md:hidden"><b>This article is outdated! please update to the latest OpenAudioMc version and visit the docs on <a class="text-indigo-100" href="https://openaudiomc.net/docs">our new website</a></b></span>
<span class="hidden md:inline"><b>This article is outdated! please update to the latest OpenAudioMc version and visit the docs on <a class="text-indigo-100" href="https://openaudiomc.net/docs">our new website</a></b></span>
</p>
</div>
<div class="order-3 mt-2 w-full flex-shrink-0 sm:order-2 sm:mt-0 sm:w-auto">
<a href="https://discord.openaudiomc.net/" class="flex items-center justify-center rounded-md border border-transparent bg-white px-4 py-2 text-sm font-medium text-indigo-600 shadow-sm hover:bg-indigo-50">Support Discord</a>
</div>
</div>
</div>
</div>
</div>
<section class="text-gray-700 pt-10">
<div class=" flex h-30 justify-center items-center">
<div class="text-center h-auto rounded-full" style="padding-bottom: 10px;">
<script src="assets/searchbar.js"></script>
<input class="bg-gray-200 text-gray-800 w-70" id="searchbar" onkeyup="search_tags()" type="text" name="search" placeholder="Search..." size="30px" style="border: solid teal;box-shadow: 3px 3px teal;border-radius: 15px;padding: 20px;">
</div>
</div>
<p class="text-center" id="search_result_count"></p>
<div class="container px-5 py-10 mx-auto border-b-2 border-indigo-500">
<div class="flex flex-wrap w-full mb-10 flex-col items-center text-center hide_on_search">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white">Installation</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-opacity-80">All the articles guiding you through the OpenAudioMc plugin installation and configuration</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="1.8_patch.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fa fa-screwdriver fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">1.8 Support</h2>
<p class="leading-relaxed text-base">Patching OpenAudioMc for Spigot 1.8</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: installation, 1.8, old, gacy</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="configuration.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-cogs fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Configuration</h2>
<p class="leading-relaxed text-base">Using the various configuration files</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: installation, config, data, yml</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="geyser.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fab fa-microsoft fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">geyser</h2>
<p class="leading-relaxed text-base">Using OpenAudioMc with geyser/bedrock</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: installation, geyser, bedrock, pe</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="installation.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-tools fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Installation</h2>
<p class="leading-relaxed text-base">Getting started with your fresh OpenAudioMc installation</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: installation, install, bungeecord, setup, download</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="permissions.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-user-cog fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Permissions</h2>
<p class="leading-relaxed text-base">Full permission guide of all commands and features</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: permissions, permission, installation</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="web-client.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-globe fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Web Client</h2>
<p class="leading-relaxed text-base">Using the OpenAudioMc webclient</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: installation</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="container px-5 py-10 mx-auto border-b-2 border-indigo-500">
<div class="flex flex-wrap w-full mb-10 flex-col items-center text-center hide_on_search">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white">Proximity Voice Chat</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-opacity-80">How to talk and interact with other players, and how to moderate it as a server owner</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="voicechat.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-ruler fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Proximity Voice Chat</h2>
<p class="leading-relaxed text-base">Talking to other players using Proximity Voice Chat</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: voice, voicechat, proximity, talking, calling, calls</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="voicechat_licenses.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-id-badge fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Proximity Voice Chat Licenses</h2>
<p class="leading-relaxed text-base">Using and managing Licenses</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: voice, voicechat, proximity, talking, calling, calls</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="voicechat_moderation.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-user-shield fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Proximity Voice Chat Moderation</h2>
<p class="leading-relaxed text-base">How to moderate your player experience with Mutes and bans</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: voice, voicechat, proximity, talking, calling, calls, bans, moderation</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="container px-5 py-10 mx-auto border-b-2 border-indigo-500">
<div class="flex flex-wrap w-full mb-10 flex-col items-center text-center hide_on_search">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white">Media</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-opacity-80">Controlling media playback and effects</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="media.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-compact-disc fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Media</h2>
<p class="leading-relaxed text-base">Using and understanding media sources and playback options</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: youtube, media, options, looping, ids, id's, soundcloud, mp3, mp4</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="patreon.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fab fa-patreon fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Patreon</h2>
<p class="leading-relaxed text-base">Extra perks of becoming a sponsor</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: regions, areas, worldguard, world, region, media, accounts</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="play.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="far fa-play-circle fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Play</h2>
<p class="leading-relaxed text-base">Using the play command to start media through command blocks</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: play, command, subcommand, sound, start, commands, media</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="regions.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-map-marked-alt fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Regions</h2>
<p class="leading-relaxed text-base">Using worldguard regions to play music in specific areas</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: regions, areas, worldguard, world, region, media</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="speakers.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-volume-up fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Speakers</h2>
<p class="leading-relaxed text-base">Placing speaker blocks to have spatial in game audio</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: spatial, speaker, speakers, music, media, region, audio, media</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="stop.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="far fa-stop-circle fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Stop</h2>
<p class="leading-relaxed text-base">Using command blocks to stop audio playback</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: stop, subcommand, command, stop, music, audio, media</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="container px-5 py-10 mx-auto border-b-2 border-indigo-500">
<div class="flex flex-wrap w-full mb-10 flex-col items-center text-center hide_on_search">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white">Administration Accounts</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-opacity-80">How to setup, use, and link Craftmend accounts to get all the best that OpenAudioMc has to offer</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="account-links.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fab fa-discord fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Discord & Patreon</h2>
<p class="leading-relaxed text-base">Linking your Craftmend Account with external services (like Patron and Discord)</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: accounts, linking, craftmend, patreon, discord, links</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="account-setup.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-link fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Linking your account</h2>
<p class="leading-relaxed text-base">Link your Minecraft server to your Craftmend account</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: accounts, linking, craftmend, setup, minecraft, plugin, link</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="account.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="far fa-question-circle fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Craftmend Accounts</h2>
<p class="leading-relaxed text-base">What are Craftmend Accounts</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: accounts, craftmend, email, addons, install</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="patreon.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fab fa-patreon fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Patreon</h2>
<p class="leading-relaxed text-base">Extra perks of becoming a sponsor</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: regions, areas, worldguard, world, region, media, accounts</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="container px-5 py-10 mx-auto border-b-2 border-indigo-500">
<div class="flex flex-wrap w-full mb-10 flex-col items-center text-center hide_on_search">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white">Utility Commands</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-opacity-80">How to use some of the coolest Utility commands to take full advantage of the plugin</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="alias.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-external-link-alt fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Alias Command</h2>
<p class="leading-relaxed text-base">Using the Alias command to make shortcuts for media</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: commands, command, alias, aliases, aliasses, a</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="hue.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="far fa-lightbulb fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Philips Hue</h2>
<p class="leading-relaxed text-base">Using the Philips Hue integration</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: hue, lights, iot, philips, lamps, commands</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="notifications.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="far fa-comment-dots fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Notifications</h2>
<p class="leading-relaxed text-base">Using the notification sub command</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: notifications, notification, commands</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="play.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="far fa-play-circle fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Play</h2>
<p class="leading-relaxed text-base">Using the play command to start media through command blocks</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: play, command, subcommand, sound, start, commands, media</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="selectors.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-users-cog fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Selectors</h2>
<p class="leading-relaxed text-base">Using selectors to specify which player groups should be affected by a command</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: @a, @p, playername, selector, selectors, target, targets, commands</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="traincarts.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-subway fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Traincarts</h2>
<p class="leading-relaxed text-base">Using traincarts signs to play music in rides</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: traincarts, train, music, sign, signs, commands</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="container px-5 py-10 mx-auto border-b-2 border-indigo-500">
<div class="flex flex-wrap w-full mb-10 flex-col items-center text-center hide_on_search">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white">Technical Notes</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-opacity-80">Technical notes and requirements for server owners</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="browsers.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fab fa-chrome fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Supported web browsers</h2>
<p class="leading-relaxed text-base">Full browser support list for the web client</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: client, safari, webclient, web, client, technical</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="client.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-sliders-h fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Web Client Source</h2>
<p class="leading-relaxed text-base">Customizing, hosting and compiling the web client</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: html, js, technical, webclient, client, hosting, host</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="java_api.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fab fa-java fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Java API</h2>
<p class="leading-relaxed text-base">Using the java API to build awesome shit</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: java, api, technical, documentation, events, packets, maven, gradle, nerds</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="placeholder_api.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-sliders-h fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">PlaceholderAPI Integration</h2>
<p class="leading-relaxed text-base">Hooking into PAPI with OpenAudioMc</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: papi, placeholders, configs, technical</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="redis.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-server fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Redis</h2>
<p class="leading-relaxed text-base">Using a Redis server for shows and networking</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: redis, shows, technical</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="restdirect.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-route fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Rest Direct</h2>
<p class="leading-relaxed text-base">Rest Direct for CDN and external Api routing</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: configuration, config, data, yml, technical</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="technical_requirements.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fas fa-fire fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Network Requirements</h2>
<p class="leading-relaxed text-base">DNS/Firewall requirements</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: technical</p>
</div>
</div>
</div>
</a>
</div>
<div class="search_cards xl:w-1/3 md:w-1/2 p-4 ">
<a href="vistas.html">
<div class="border border-gray-700 border-opacity-75 p-2 rounded-lg">
<div class="flex flex-row items-stretch">
<div class="xl:w-1/4 md:w-1/5 p-1 flex pl-10">
<div class=" mb-auto mt-auto ">
<i class="fab fa-java fa-2x"></i>
</div>
</div>
<div class="">
<h2 class="text-lg title-font mb-2">Vistas API</h2>
<p class="leading-relaxed text-base">Using vistas to scale OpenAudioMc in extremely large deployments</p>
<p class="search_tags leading-relaxed text-base hidden">Tags: java, api, technical, documentation, events, packets, maven, gradle, nerds</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<footer class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a href="index.html"
class="flex title-font font-medium items-center md:justify-start justify-center text-white">
<img src="assets/logo.png" alt="logo openaudiomc" class="w-10 h-10 text-white bg-indigo-500 rounded-full logo"/>
<span class="ml-3 text-xl">OpenAudioMc</span>
</a>
<p class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-800 sm:py-2 sm:mt-0 mt-4">© 2022
OpenAudioMc —
<a href="https://twitter.com/Mindgamesnl" class="text-gray-500 ml-1" target="_blank"
rel="noopener noreferrer">@Mindgamesnl</a>
</p>
</div>
</footer>
</body>
</html>