aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r--src/main/resources/plugin.yml17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 866188f..fc740dd 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
name: svc_intercom
-version: '1.0'
+version: '1.1'
main: eu.projnull.spelis.svci.Intercom
api-version: '1.21'
prefix: SVCIntercom
@@ -13,6 +13,19 @@ depend: [ voicechat ]
commands:
intercom:
description: Manage intercom broadcasts
- usage: /intercom <file|live|stop> ...
+ 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 \ No newline at end of file