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 pathcommand-list.html
366 lines (360 loc) · 27.5 KB
/
command-list.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
<!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>
<section class="text-gray-400 body-font bg-gray-900 pt-10">
<div class=" flex h-30 justify-center items-center">
<div class="text-center h-auto rounded-full mb-3" style="padding-bottom: 10px;">
<script src="../assets/searchbar.js"></script>
<h2 class="text-center ">Search: </h2><input class="bg-gray-900 text-gray-400 w-70" id="searchbar" onkeyup="search_table()" type="text" name="search" placeholder="Search..." size="30px" style="border: solid teal;/* box-shadow: -8px 16px 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 ">
<table class="border-collapse border border-gray-400 bg-gray-800 table-fixed">
<tr>
<th class="border border-gray-300 w-3/12">Command</th>
<th class="border border-gray-300">Description</th>
<th class="border border-gray-300 w-3/12">More info </th>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa link {fingerprint}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Gives you the option of linking your account by using your fingerprint you created on the craftmend site</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="account-setup.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa setup</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Shows instructions how to link your fingerprint with your account. You don't need this command after setup. You can change the linked account by using this command.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="account-setup.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa alias {alias name} {source}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Gives you the option of entering aliases for media ex. /openaudio alias test https</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="alias.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa hue set {selector} {lights} {r} {g} {b} {brightness}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Set hue lights in wanted color, visit more info page</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="hue.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa p {selector} {source} {options}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Alias for /oa play, options can be left empty.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="media.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa play {selector} {source} {options}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Gives you the option for playing media, please visit the media page for an overview of all possibility's, options can be left empty. </td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="media.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa notification {selector} {message}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Sends a notification to the clients webpage. ex. /oa notification @a hello world</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="notifications.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa region create {WG-region} {source}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">In order to use this command you need to have installed the plugin WorldGuard. This will create a region for an undefined amount of time.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="regions.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa region delete {WG-region}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">In order to use this command you need to have installed the plugin WorldGuard. This will delete the selected region.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="regions.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa region edit</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">In order to use this command you need to have installed the plugin WorldGuard. This will edit the selected region.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="regions.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa region temp {WG-region} {source} {duration}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">In order to use this command you need to have installed the plugin WorldGuard. This will create a region for a defined amount of time.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="regions.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show add {show name} {time in MS} {type} {data}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">You can add a show with this command.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show cancel {show name}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Cancel your specified show.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show create {show name}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">You can create a show.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show gui {show name}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Opens the GUI of the selected show.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show info {show name}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">This command requires a running Redis server. Gives you more details over the selected show.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show list</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Gives you a list of all configured shows</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show loop {show name}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Loops the show you selected for infinity.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa show start {show name}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Activates/starts the selected show.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="show.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa speaker {source} [radius]</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Gives you a speaker player head with your source, you can change the speaker settings by right-clicking </td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="speakers.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa speaker gc</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Activates the speakers garbage collector. Warning this will load all chunks with speakers in your world. You may experience some massive lagg on a big server. type /oa speaker gc confirm</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="speakers.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa speaker menu</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Opens a GUI menu with all nearby speakers, you can destroy, modify and teleport to the speaker from this menu.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="speakers.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa speaker remove {world} {x} {y} {z}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Removes speaker on specified place on server.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="speakers.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa speaker set {world} {x} {y} {z} {url}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Sets a speaker in the server with the media you want. Speakers always face north, if you want to have speakers in other directions please use /oa speaker <source>(use world for overworld</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="speakers.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa stop {selector}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Stops the playing audio for the selected players</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="stop.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa stop {selector} {sound-ID}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Stops the specific selected playing audio for the selected players</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="stop.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/mutemic</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Quickly mutes your mic</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/micmute</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Quickly mutes your mic</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/mm</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Quickly mutes your mic</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/audio</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Generates a new link for your web client.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa voice claim</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Force a new license check</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa accept</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Gives you the link of the audio client</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa pv inspect {username}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Loads a GUI showing names of the 15 most recent players that they talked to, when they were last seen, as well as allowing you to ban them from using Proximity Voice Chat at all.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_moderation.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa vc inspect {username}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Loads a GUI showing names of the 15 most recent players that they talked to, when they were last seen, as well as allowing you to ban them from using Proximity Voice Chat at all.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_moderation.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa voice inspect {username}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Loads a GUI showing names of the 15 most recent players that they talked to, when they were last seen, as well as allowing you to ban them from using Proximity Voice Chat at all.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_moderation.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa voicechat inspect {username}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Loads a GUI showing names of the 15 most recent players that they talked to, when they were last seen, as well as allowing you to ban them from using Proximity Voice Chat at all.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_moderation.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa proximity inspect {username}</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Loads a GUI showing names of the 15 most recent players that they talked to, when they were last seen, as well as allowing you to ban them from using Proximity Voice Chat at all.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_moderation.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa voice mod</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Toggles moderation mode</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_moderation.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa debug</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Returns current state of your OA plugin. State, Account Tags, Platform, TimeData, Throughput, Env, VoiceRTP, Build, RestDirect, Connected clients, loaded regions, loaded speakers, aliases, srvVersion</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_troubleshooting.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa state</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Returns current state of your OA plugin. State, Account Tags, Platform, TimeData, Throughput, Env, VoiceRTP, Build, RestDirect, Connected clients, loaded regions, loaded speakers, aliases, srvVersion</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_troubleshooting.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa restart</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Restarts the OpenAudioMc plugin. Be warned, this will kick ALL connected web client users.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_troubleshooting.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa reload</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Reloads the OpenAudioMc plugin. Be warned, this will kick ALL connected web client.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_troubleshooting.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/oa help</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Returns lis of all commands, clicktrough enabled for more specific info.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="voicechat_troubleshooting.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/volume [0-100]</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Change the volume of the web client from chat.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="web-client.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/connect</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Generates a new link for your web client.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="web-client.html">Learn More...</a></td>
</tr>
<tr>
<td class="border border-gray-300 search_column">/media</td>
<td class="border border-gray-300 text-left pl-3 pt-4 pb-4 search_column">Generates a new link for your web client.</td>
<td class="border border-gray-300 text-left pl-3 ml-20 mr-20 text-blue-500"><a href="web-client.html">Learn More...</a></td>
</tr></table> </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>