diff options
| author | Elis Eriksson <Spelis@duck.com> | 2026-03-05 16:13:57 +0100 |
|---|---|---|
| committer | Elis Eriksson <Spelis@duck.com> | 2026-03-05 16:13:57 +0100 |
| commit | e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b (patch) | |
| tree | 9c99a3576df3d8ef28756af35666af3fbedcb714 /README.md | |
| parent | bb93816e9efdf3d9377ca6b940c4fcf4a9e0ca2a (diff) | |
| download | svc_intercom-e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b.tar svc_intercom-e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b.tar.gz svc_intercom-e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b.tar.bz2 svc_intercom-e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b.tar.lz svc_intercom-e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b.tar.xz svc_intercom-e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b.tar.zst svc_intercom-e39cc7fbdc2ecefc8e4c44a693a61e218dff4c0b.zip | |
add readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..51ccb52 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# SVC Intercom + +**SVC Intercom** is a plugin for Simple Voice Chat that adds broadcasting functionality, meaning you can talk to everyone +inside a world in a one way system, everyone can hear you, along with people close to them. + +## Commands: + +`/intercom live <player> <world> <duration>` Start broadcasting `player`s microphone to everyone in `world` for `duration` seconds + +`/intercom info <world>` Shows active broadcasts in a world + +`/intercom file <filename> <world>` Plays `filename` for everyone in `world` for the duration of the file + +`/intercom stop <world>` Stops the broadcast in `world`
\ No newline at end of file |
