blob: fc740dd03b3253c292eeea41afe763b3f2bcb927 (
plain) (
blame)
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
|
name: svc_intercom
version: '1.1'
main: eu.projnull.spelis.svci.Intercom
api-version: '1.21'
prefix: SVCIntercom
load: POSTWORLD
authors: [ Spelis ]
description: Intercom (global broadcast) to Simple Voice Chat
website: https://spelis.projnull.eu
depend: [ voicechat ]
commands:
intercom:
description: Manage intercom broadcasts
usage: /intercom <file|live|stop|info|about> ...
permission: svcintercom.broadcast
permission-message: You do not have permission to use the intercom.
permissions:
svcintercom.broadcast:
description: Allows use of /intercom commands
default: true
svcintercom.broadcast.start:
description: Allows player to start a file or live broadcast
default: op
svcintercom.broadcast.stop:
description: Allows player to end a broadcast
default: op
svcintercom.broadcast.info:
description: Shows information about the current broadcast
|