Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
docs: Update Channels.md (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
izatwin authored Nov 26, 2023
1 parent 9f637f5 commit 7da9bf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ These scopes are available when running HuskChat on a proxy server (Velocity or
* `GLOBAL` - Message is broadcast globally to those with permissions via the proxy
* `LOCAL` - Message is broadcast via the proxy to players who have permission and are on the same server as the source
* `PASSTHROUGH` - Message is not handled by the proxy and is instead passed to the backend server
* `GLOBAL_PASSTHROUGH` - Message is broadcast globally to those with permissions via the proxy and is additionally passed
* `GLOBAL_PASSTHROUGH` - Message is broadcast globally to those with permissions via the proxy and is additionally passed to the backend server
* `LOCAL_PASSTHROUGH` - Message is broadcast via the proxy to players who have permission and are on the same server as
the source and is additionally passed to the backend server
to the backend server

#### Single-server scopes
These scopes are available when running HuskChat on a single-server Spigot server
Expand Down Expand Up @@ -83,4 +82,4 @@ the `default_channel` unless it has an overriding server default channel as outl
You can also restrict use of the `/msg` and `/r` commands in certain servers through the `restricted_servers` section
under `message_command`.

On a single-server setup, this is ignored.
On a single-server setup, this is ignored.

0 comments on commit 7da9bf4

Please sign in to comment.